With AquiPy python library you can characterize an aquifer based on time series of groundwater heads or baseflow and recharge.
Open a terminal/command line and Change the directory to the desired location:
cd to/your/directory/
Download or clone the repository:
git clone https://git.ufz.de/houben/aquipy.git
Change the directory to the AquiPy
cd AquiPy
If want a seperate and fresh environemnt for aquipy, set up a conda environment with the following command: (otherwise go to step "Install the AquiPy package"). We recommend to install and use mamba or micromamba. In any case, commands are the same, just replace mamaba with micromamba.
Create a mamba environment and install the requirements
mamba env create -f aquipy_env.yml
Activate the mamba environment:
mamba activate aquipy
Install the AquiPy package:
cd aquipy
python3 setup.py install
Check out the documentation in the respective folder.
If you use this code and publish your results, please cite as follows:
Houben, T. (2025). timohouben/AquiPy: HESS-v0.1 (0.1). Zenodo. https://doi.org/10.5281/zenodo.17610248