https://github.com/geostat-framework/welltestpy
A python-package for handling well based field campaigns.
https://github.com/geostat-framework/welltestpy
field-campaigns parameter-estimation python transmissivity
Last synced: 5 months ago
JSON representation
A python-package for handling well based field campaigns.
- Host: GitHub
- URL: https://github.com/geostat-framework/welltestpy
- Owner: GeoStat-Framework
- License: mit
- Created: 2018-04-25T12:21:20.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:48:03.000Z (over 1 year ago)
- Last Synced: 2025-10-21T19:58:43.764Z (5 months ago)
- Topics: field-campaigns, parameter-estimation, python, transmissivity
- Language: Python
- Homepage: https://welltestpy.readthedocs.io
- Size: 10.2 MB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to welltestpy
[](https://doi.org/10.5281/zenodo.1229051)
[](https://badge.fury.io/py/welltestpy)
[](https://github.com/GeoStat-Framework/welltestpy/actions)
[](https://coveralls.io/github/GeoStat-Framework/welltestpy?branch=main)
[](https://geostat-framework.readthedocs.io/projects/welltestpy/en/latest/?badge=latest)
[](https://github.com/ambv/black)
## Purpose
welltestpy provides a framework to handle, process, plot and analyse data from well based field campaigns.
## Installation
You can install the latest version with the following command:
pip install welltestpy
Or from conda
conda install -c conda-forge welltestpy
## Documentation for welltestpy
You can find the documentation including tutorials and examples under
https://welltestpy.readthedocs.io.
## Citing welltestpy
If you are using this package you can cite our
[Groundwater publication](https://doi.org/10.1111/gwat.13121) by:
> Müller, S., Leven, C., Dietrich, P., Attinger, S. and Zech, A. (2021):
> How to Find Aquifer Statistics Utilizing Pumping Tests? Two Field Studies Using welltestpy.
> Groundwater, https://doi.org/10.1111/gwat.13121
To cite the code, please visit the [Zenodo page](https://doi.org/10.5281/zenodo.1229051).
## Provided Subpackages
```python
welltestpy.data # Subpackage to handle data from field campaigns
welltestpy.estimate # Subpackage to estimate field parameters
welltestpy.process # Subpackage to pre- and post-process data
welltestpy.tools # Subpackage with tools for plotting and triagulation
```
## Requirements
- [NumPy >= 1.14.5](https://www.numpy.org)
- [SciPy >= 1.1.0](https://www.scipy.org)
- [AnaFlow >= 1.0.0](https://github.com/GeoStat-Framework/AnaFlow)
- [SpotPy >= 1.5.0](https://github.com/thouska/spotpy)
- [Matplotlib >= 3.0.0](https://matplotlib.org)
## Contact
You can contact us via .
## License
[MIT](https://github.com/GeoStat-Framework/welltestpy/blob/main/LICENSE)