A Python package to calculate the radius of influence and radius of investigation of pumping wells.
Project description
WellRadPy
WellRadPy (Well Radius Python) is a Python package for calculating the radius of influence and radius of investigation of pumping wells. These quantities frequently need to be estimated in well hydraulics and aquifer testing.
There are various ways by which radius of influence and radius of investigation may be precisely defined. Accordingly, a large number of methods have been proposed for estimating radius of influence and radius of investigation. This package implements most of them.
More information and citation:
Bresciani, E., Shandilya, R.N., Kang, P.K., Lee, S., 2020. Well radius of influence and radius of investigation: What exactly are they and how to estimate them? Journal of Hydrology, 583: 124646. https://doi.org/10.1016/j.jhydrol.2020.124646.
Usage
WellRadPy is simple and its use is straightforward. The /examples
directory in the GitHub repository contains a script where all the functions for calculating radius of influence and radius of investigation are exemplified.
Help can also be obtained by typing help(function_path)
in the Python console.
Installation
For simple use
- From the command line, type
pip install wellradpy
. This will download the latest release of the package from the PyPI repository and install it.
For development
- Clone (or download) the sources from the GitHub repository.
- From the project directory, type
pip install -e .
. This will install the current directory, so that you can both modify the package and use it at the same time.
Dependencies
WellRadPy depends on the Python packages NumPy and SciPy (>= 1.2.0). These will be automatically installed with any of the above installation methods.
Authors
- Etienne Bresciani (etiennebresciani)
License
This project is licensed under the MIT License – see the LICENSE.txt file for details.
Acknowledgments
- Korea Ministry of Science and ICT through the Korea Research Fellowship program of the National Research Foundation of Korea (2016H1D3A1908042)
- Korea Institute of Science and Technology (KIST) through the Future Research Program (2E29660)
- Korea Ministry of Environment (MOE) through the Subsurface Environment Management (SEM) Project of the Korea Environment Industry & Technology Institute (KEITI) (2018002440006)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wellradpy-1.0.1.tar.gz
.
File metadata
- Download URL: wellradpy-1.0.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44ed61070405fb7d92e3214fbb09d9d72d9c9dfa1627c57006589d4bf2e30b4e |
|
MD5 | 0fc23b6ad24fcce24e0f257a1667aa45 |
|
BLAKE2b-256 | 98249129178b077fefd5c676c37e2daa874ad7a942513d0516d8d107c81e28f7 |
File details
Details for the file wellradpy-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: wellradpy-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76c4af3546e403ba81987c076fafff1adfa32f17819615a38768fe6210469c54 |
|
MD5 | 16866428e691f86ef3927f3ead997262 |
|
BLAKE2b-256 | ef0eccf416477eea549ae83e0058baeb03be939c9cf0db4af33dafef4b230ce5 |