anaflow
A python-package containing analytical solutions for the groundwater flow equation
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.6%) to scientific vocabulary
Keywords
Repository
A python-package containing analytical solutions for the groundwater flow equation
Basic Info
- Host: GitHub
- Owner: GeoStat-Framework
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://anaflow.readthedocs.io
- Size: 7.93 MB
Statistics
- Stars: 35
- Watchers: 2
- Forks: 5
- Open Issues: 3
- Releases: 12
Topics
Metadata Files
README.md
Welcome to AnaFlow
Purpose
AnaFlow provides several analytical and semi-analytical solutions for the groundwater-flow equation.
Installation
You can install the latest version with the following command:
pip install anaflow
Documentation for AnaFlow
You can find the documentation under https://anaflow.readthedocs.io.
Example
In the following the well known Theis function is called an plotted for three different time-steps.
```python import numpy as np from matplotlib import pyplot as plt from anaflow import theis
time = [10, 100, 1000] rad = np.geomspace(0.1, 10)
head = theis(time=time, rad=rad, transmissivity=1e-4, storage=1e-4, rate=-1e-4)
for i, step in enumerate(time): plt.plot(rad, head[i], label="Theis(t={})".format(step))
plt.legend() plt.show() ```
Provided Functions
The following functions are provided directly
thiemThiem solution for steady state pumpingtheisTheis solution for transient pumpingext_thiem_2dextended Thiem solution in 2D from Zech 2013ext_theis_2dextended Theis solution in 2D from Mueller 2015ext_thiem_3dextended Thiem solution in 3D from Zech 2013ext_theis_3dextended Theis solution in 3D from Mueller 2015neuman2004transient solution from Neuman 2004neuman2004_steadysteady solution from Neuman 2004grf"General Radial Flow" Model from Barker 1988ext_grfthe transient extended GRF modelext_grf_steadythe steady extended GRF modelext_thiem_tplextended Thiem solution for truncated power lawsext_theis_tplextended Theis solution for truncated power lawsext_thiem_tpl_3dextended Thiem solution in 3D for truncated power lawsext_theis_tpl_3dextended Theis solution in 3D for truncated power lawsext_thiem_intextended Thiem solution for the Integral variogram modelext_theis_intextended Theis solution for the Integral variogram modelext_thiem_int_3dextended Thiem solution in 3D for the Integral variogram modelext_theis_int_3dextended Theis solution in 3D for the Integral variogram model
Laplace Transformation
We provide routines to calculate the laplace-transformation as well as the inverse laplace-transformation of a given function
get_lapGet the laplace transformation of a functionget_lap_invGet the inverse laplace transformation of a function
Requirements
Contact
You can contact us via info@geostat-framework.org.
License
MIT © 2019 - 2023
Owner
- Name: GeoStat Framework
- Login: GeoStat-Framework
- Kind: organization
- Email: info@geostat-framework.org
- Location: UFZ Leipzig
- Website: https://geostat-framework.org
- Twitter: GSFramework
- Repositories: 7
- Profile: https://github.com/GeoStat-Framework
Python framework for geostatistical simulations
GitHub Events
Total
- Watch event: 2
- Issue comment event: 2
- Push event: 7
- Pull request event: 2
Last Year
- Watch event: 2
- Issue comment event: 2
- Push event: 7
- Pull request event: 2
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| MuellerSeb | m****b@p****e | 113 |
| Sebastian | s****r@u****e | 20 |
| LSchueler | “****r@u****” | 1 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 9
- Average time to close issues: 6 months
- Average time to close pull requests: 2 months
- Total issue authors: 1
- Total pull request authors: 4
- Average comments per issue: 0.75
- Average comments per pull request: 0.67
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 9 months
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- MuellerSeb (4)
Pull Request Authors
- MuellerSeb (6)
- dependabot[bot] (2)
- LSchueler (1)
- JarnoHerr (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 4
-
Total downloads:
- pypi 157 last-month
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 3
(may contain duplicates) - Total versions: 27
- Total maintainers: 3
proxy.golang.org: github.com/geostat-framework/anaflow
- Documentation: https://pkg.go.dev/github.com/geostat-framework/anaflow#section-documentation
- License: mit
-
Latest release: v1.1.0
published almost 3 years ago
Rankings
proxy.golang.org: github.com/GeoStat-Framework/AnaFlow
- Documentation: https://pkg.go.dev/github.com/GeoStat-Framework/AnaFlow#section-documentation
- License: mit
-
Latest release: v1.1.0
published almost 3 years ago
Rankings
pypi.org: anaflow
AnaFlow - analytical solutions for the groundwater-flow equation.
- Homepage: https://github.com/GeoStat-Framework/AnaFlow
- Documentation: https://anaflow.readthedocs.io
- License: MIT
-
Latest release: 1.1.0
published almost 3 years ago
Rankings
Maintainers (3)
conda-forge.org: anaflow
- Homepage: https://github.com/GeoStat-Framework/AnaFlow
- License: MIT
-
Latest release: 1.0.1
published almost 6 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- actions/download-artifact v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
- pypa/gh-action-pypi-publish release/v1 composite
- numpy >=1.14.5
- pentapy >=1.1.0
- scipy >=1.1.0