owimetadatabase-preprocessor

Package for preprocessing data from owimetadatabase.


Keywords
owimetadatabase
License
GPL-3.0
Install
pip install owimetadatabase-preprocessor==0.8.3

Documentation

Owimetadatabase preprocessor

Tools for preprocessing geometries from the metadatabase. Read the documentation here.

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.