Metadata-Version: 2.1
Name: owimetadatabase-preprocessor
Version: 0.8.3
Summary: Package for preprocessing data from owimetadatabase.
Home-page: https://owi-lab.github.io/owimetadatabase-preprocessor/
License: GNU General Public License v3.0
Keywords: owimetadatabase
Author: arsmlnkv
Author-email: melnikov.arsene@gmail.com
Requires-Python: >=3.9,<3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: dev
Requires-Dist: black (>=24.0.0,<25.0.0) ; extra == "dev"
Requires-Dist: bump2version (>=1.0.0,<2.0.0) ; extra == "dev"
Requires-Dist: flake8 (>=7.0.0,<8.0.0) ; extra == "dev"
Requires-Dist: groundhog (>=0.11.0)
Requires-Dist: isort (>=5.12.0,<6.0.0) ; extra == "dev"
Requires-Dist: matplotlib (>=3.8.0,<4.0.0)
Requires-Dist: mypy (>=1.0.0,<2.0.0) ; extra == "dev"
Requires-Dist: nox (>=2023.4.22) ; extra == "dev"
Requires-Dist: numpy (>=1.26.0,<2.0.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pandas-stubs ; extra == "dev"
Requires-Dist: plotly (>=5.19.0,<6.0.0)
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pydocstyle ; extra == "dev"
Requires-Dist: pyproj (>=3.6.0,<4.0.0)
Requires-Dist: pytest (>=8.0.0,<9.0.0) ; extra == "dev"
Requires-Dist: pytest-clarity ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: pytest-mock ; extra == "dev"
Requires-Dist: pytest-stub ; extra == "dev"
Requires-Dist: pytest-xdist ; extra == "dev"
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Requires-Dist: requests-mock ; extra == "dev"
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Requires-Dist: sphinx (>=7.0.0,<8.0.0) ; extra == "dev"
Requires-Dist: sphinx_rtd_theme ; extra == "dev"
Requires-Dist: tqdm (>=4.66.2)
Requires-Dist: types-Pygments ; extra == "dev"
Requires-Dist: types-colorama ; extra == "dev"
Requires-Dist: types-requests ; extra == "dev"
Requires-Dist: types-setuptools ; extra == "dev"
Project-URL: Repository, https://github.com/OWI-Lab/owimetadatabase-preprocessor
Description-Content-Type: text/markdown

# Owimetadatabase preprocessor

Tools for preprocessing geometries from the metadatabase. Read the documentation [here](https://owi-lab.github.io/owimetadatabase-preprocessor/).

## Installation

In your desired virtual environment with Python 3 and pip installed:

``pip install owimetadatabase-preprocessor``

## Installation (alternative)

In your desired virtual environment and directory with Python 3 and pip installed:

``git clone <repo-github-address>``

``pip install <repo-local-name>``

## Installation (beta)

In case you want to try the latest beta-version (if it is more advanced than the latest stable one):

``pip install owimetadatabase-preprocessor --pre``

## Contributing

If you want to contribute to the development of the package, you can, in your desired virtual environment and directory with Python 3 and pip installed:

``git clone <repo-address>``

``pip install -e <repo-name>/[dev]``

This way, you will install all the required dependecies and the package itself in editable mode, i.e. all changes to it will be reflected immediately locally so it can be tested.

The repository also has ``.lock`` file if you use ``poetry``.

## Authors

`owi_preprocessor` was written by the team of OWI-lab.

## Acknowledgements

This package was developed as part of the ETF Smartlife (FOD165) and WILLOW (EUAR157) projects.

## License

The package is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
