Tools for preprocessing geometries from the metadatabase. Read the documentation here.
In your desired virtual environment with Python 3 and pip installed:
pip install owimetadatabase-preprocessor
In your desired virtual environment and directory with Python 3 and pip installed:
git clone <repo-github-address>
pip install <repo-local-name>
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
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
.
owi_preprocessor
was written by the team of OWI-lab.
This package was developed as part of the ETF Smartlife (FOD165) and WILLOW (EUAR157) projects.
The package is licensed under the GNU General Public License v3.0.