Description of tools of groundwater toolbox. An online user friendly interface that enables quickscans of effects on groundwater via application of [LHM](https:\\nhi.nu).
pPyWPS processes for Grondwater Toolbox. These processes enable online interaction with groundwatermodel of the Netherlands (LHM, Dutch Hydrological Model). More information about LHM can be found at [nhi.nu] (https:\nhi.nu).
Currently (July 2025) the grondwater toolbox consists of 4 possible processes
Install using the brl_env_2024_hist.yml with your prefered conda package manager. This is a bit cumbersome due to the various dependencies in the iMOD package
For basic deployment of a PyWPS on flask you should:
- Add your wps processes in the processes folder
- Edit `requirements.txt` with the required packages
- Edit `pywps.wsgi` to import the processes you want to deploy
- Edit `pywps.cfg` with your details
Start the local server of PyWPS by starting up the prefered conda package manager (miniforge is an example) prompt with the following
- activate the PyWPS environment (activate grondwater-toolbox-wps)
- navigate to the directory where the pywps.wsgi resides
- type python pywps.wsgi