Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Repository
An analytic element model for steady multi-layer flow
Basic Info
- Host: GitHub
- Owner: mbakker7
- License: mit
- Language: Jupyter Notebook
- Default Branch: master
- Size: 72.1 MB
Statistics
- Stars: 42
- Watchers: 10
- Forks: 23
- Open Issues: 29
- Releases: 14
Metadata Files
README.md

TimML, A Multi-Layer, Analytic Element Model
Introduction
TimML is a computer program for the modeling of steady-state multi-layer flow with analytic elements and consists of a library of Python scripts and FORTRAN extensions. TimML may be applied to an arbitrary number of aquifers and leaky layers. The head, flow, and leakage between aquifers may be computed analytically at any point in the aquifer system. The design of TimML is object-oriented and has been kept simple and flexible. New analytic elements may be added to the code without making any changes in the existing part of the code. TimML is coded in Python and uses numba to speed up evaluation of the bessel line elements.
Installation
Dependencies:
TimML requires: * numpy * scipy * matplotlib * numba
Installation:
To install TimML, open a command prompt and type:
pip install timml
To update TimML type:
pip install timml --upgrade
To uninstall TimML type:
pip uninstall timml
Documentation
- The documentation is hosted on readthedocs.
- Example Notebooks are also available from the docs directory on github.
Citation
Some of the papers that you may want to cite when using TimML are:
- Bakker, M., and O.D.L. Strack. 2003. Analytic Elements for Multiaquifer Flow. Journal of Hydrology, 271(1-4), 119-129.
- Bakker, M. 2006. An analytic element approach for modeling polygonal inhomogeneities in multi-aquifer systems. Advances in Water Resources, 29(10), 1546-1555.
Owner
- Name: Mark Bakker
- Login: mbakker7
- Kind: user
- Location: Delft
- Company: TU Delft
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bakker"
given-names: "Mark"
orcid: "https://orcid.org/0000-0002-5629-2861"
title: "TimML"
url: "https://github.com/mbakker7/timml"
preferred-citation:
type: article
authors:
- family-names: "Bakker"
given-names: "Mark"
orcid: "https://orcid.org/0000-0002-5629-2861"
- family-names: "Strack"
given-names: "Otto D.L."
doi: "10.1016/S0022-1694(02)00319-0"
journal: "Journal of Hydrology"
title: "Analytic elements for multiaquifer flow"
volume: 271
number: 1
start: 119
end: 129
year: 2003
GitHub Events
Total
- Create event: 5
- Release event: 1
- Issues event: 5
- Watch event: 2
- Delete event: 6
- Issue comment event: 21
- Push event: 29
- Pull request event: 8
- Pull request review event: 4
- Fork event: 1
Last Year
- Create event: 5
- Release event: 1
- Issues event: 5
- Watch event: 2
- Delete event: 6
- Issue comment event: 21
- Push event: 29
- Pull request event: 8
- Pull request review event: 4
- Fork event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Mark Bakker | m****k@g****m | 254 |
| Davíd Brakenhoff | d****f@a****l | 86 |
| Justin Jent | j****r@g****m | 9 |
| Huite | h****a@g****m | 2 |
| Raoul Collenteur | r****r@g****m | 1 |
| Hugo Lapré | g****b@t****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 67
- Total pull requests: 73
- Average time to close issues: 6 months
- Average time to close pull requests: 4 months
- Total issue authors: 18
- Total pull request authors: 8
- Average comments per issue: 1.51
- Average comments per pull request: 1.51
- Merged pull requests: 55
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 14
- Average time to close issues: 7 days
- Average time to close pull requests: 1 day
- Issue authors: 6
- Pull request authors: 3
- Average comments per issue: 1.22
- Average comments per pull request: 0.93
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mbakker7 (23)
- dbrakenhoff (12)
- Huite (8)
- Hugovdberg (6)
- inkenbrandt (2)
- ArtemisRo (2)
- jentjr (2)
- MattBrst (2)
- Died1808 (1)
- kelsonengineering (1)
- dpphat (1)
- ghost (1)
- Daafip (1)
- brixel-1984 (1)
- astraiophos (1)
Pull Request Authors
- dbrakenhoff (39)
- mbakker7 (13)
- jentjr (11)
- Huite (5)
- Hugovdberg (3)
- MattBrst (2)
- raoulcollenteur (1)
- ghost (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 278 last-month
-
Total dependent packages: 2
(may contain duplicates) -
Total dependent repositories: 5
(may contain duplicates) - Total versions: 23
- Total maintainers: 1
pypi.org: timml
Steady multi-layer AEM Model
- Documentation: https://timml.readthedocs.io/
- License: The MIT License (MIT) Copyright (c) 2015 Mark Bakker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
Latest release: 6.7.0
published 10 months ago
Rankings
Maintainers (1)
conda-forge.org: timml
- Homepage: https://github.com/mbakker7/timml
- License: MIT
-
Latest release: 6.0.2
published over 3 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite