pywatemsedem¶
The pywatemsedem package is a Python wrapper for. WaTEM/SEDEM. The aim of the pywatemsedem package is to:
Automate GIS IO processing.
Provide tools to interact with WaTEM/SEDEM.
Run WaTEM/SEDEM
The package is implemented in Python and best used with the tutorial notebooks available on this page.
Getting started¶
This package makes use of Python (and a number of dependencies such as Geopandas, Rasterio, Pandas and Numpy). To install the package:
pip install pywatemsedem
Note
- Note that it relies on dependencies you need to install yourselves, see
installation instructions for more information.
Documentation¶
The documentation can be found on the pywatemsedem documentation page.
Code¶
The open-source code can be found on GitHub.
License¶
This project is licensed under MIT, see license for more information.
Projects¶
The pywatemsedem package has been used in following projects:

Contact¶
For technical questions, we refer to the documentation. If you have a technical issue with running the model, or if you encounter a bug, please use the issue-tracker on github: https://github.com/watem-sedem/pywatemsedem/issues
Powered by¶




Contents¶
Getting started
Developer guide
Indices and tables¶
Acknowledgements¶
Part of project is based on the cookiecutter data science template