Welcome to pywatemsedem’s documentation!
A Python wrapper for WaTEM/SEDEM.
Free software: MIT license
Documentation: https://watem-sedem.github.io/pywatemsedem/
Introduction
The pywatemsedem package is a Python wrapper for WaTEM/SEDEM.
The goal of pywatemsedem is to make it easier to produce and process the input and output of WaTEM/SEDEM. The package provides tools to interact with WaTEM/SEDEM, such as running the model and processing the output.
Pywatemsedem is developed to facilitate standardized and reproducible applications of the WaTEM/SEDEM model. The package provides a user-friendly interface to set up and run the model, as well as tools for visualizing and analyzing the model output.
The python package is developed and maintained by Fluves, funded by the Departement Omgeving of the Vlaamse Overheid, but everyone is welcome to contribute.
The package is implemented in Python and best used with the tutorial notebooks available in this documentation.
Getting started
After Installation you can start using the package with the tutorial notebooks available in this documentation.
A quick start to get to know the basic api <getting-started/api.ipynb>
A tutorial on how to use the User Choices <getting-started/userchoices.rst>
A tutorial on how to calibrate WaTEM/SEDEM <getting-started/calibrate.ipynb>
If you have already used WaTEM/SEDEM in the past and want to use the visualisation and (post)processing tools of pywatemsedem, you can start with the tutorial on the modelinput and output modules <getting-started/modelinput_modeloutput.rst>.
pywatemsedem
Getting started
Indices and tables
Acknowledgements
Part of project is based on the cookiecutter data science template