Metadata-Version: 2.1
Name: owimetadatabase-preprocessor
Version: 0.5.5
Summary: Package for preprocessing data from owimetadatabase.
Home-page: https://owi-lab.github.io/owimetadatabase-preprocessor/
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
Keywords: owimetadatabase
Author: arsmlnkv
Author-email: melnikov.arsene@gmail.com
Requires-Python: >=3.8,<3.12
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: dev
Requires-Dist: black (>=22.8.0,<23.0.0) ; extra == "dev"
Requires-Dist: bump2version (>=1.0.1,<2.0.0) ; extra == "dev"
Requires-Dist: flake8 (>=5.0.0) ; extra == "dev"
Requires-Dist: groundhog (>=0.11.0,<0.12.0)
Requires-Dist: isort (>=5.11.0,<6.0.0) ; extra == "dev"
Requires-Dist: matplotlib (>=3.6.0,<4.0.0)
Requires-Dist: mypy (>=0.990,<0.991) ; extra == "dev"
Requires-Dist: nox (>=2023.4.22,<2024.0.0) ; extra == "dev"
Requires-Dist: numpy (>=1.24.0,<2.0.0)
Requires-Dist: pandas (>=1.5.0,<3.0.0)
Requires-Dist: pandas-stubs ; extra == "dev"
Requires-Dist: plotly (>=5.12.0,<6.0.0)
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pydocstyle ; extra == "dev"
Requires-Dist: pyproj (>=3.5.0,<4.0.0)
Requires-Dist: pytest (>=7.3.0,<8.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
Requires-Dist: requests (>=2.28.0,<3.0.0)
Requires-Dist: requests-mock ; extra == "dev"
Requires-Dist: scipy (>=1.10.0,<2.0.0)
Requires-Dist: sphinx (>=6.0.0,<7.0.0) ; extra == "dev"
Requires-Dist: sphinx_rtd_theme ; extra == "dev"
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>``

## 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) project.

## License

The package is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
