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 (16.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: mbakker7
- License: mit
- Language: Python
- Default Branch: master
- Size: 22.2 MB
Statistics
- Stars: 39
- Watchers: 8
- Forks: 25
- Open Issues: 27
- Releases: 11
Metadata Files
README.md
TTim, A Multi-Layer, Transient, Analytic Element Model
Introduction
TTim is a computer program for the modeling of transient multi-layer flow with analytic elements. TTim is based on the Laplace-transform analytic element method. The solution is computed analytically in the Laplace domain and converted back to the time domain numerically usig the algorithm of De Hoog, Stokes, and Knight. TTim may be applied to an arbitrary number of aquifers and leaky layers. The head, flow, and leakage between aquifers may be computed semi-analytically at any point in space and time. The design of TTim 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. TTim is coded in Python and uses numba to speed up evaluation of the line elements and inverse laplace transforms.
Latest version
New in version 0.6.6: * Many documentation improvements: new look, better organization, tutorials, how-to guides, etc. Check it out here!
Installation
Python versions and dependencies
TTim requires Python >= 3.8 and can be installed from PyPI.
Required packages: * numpy * scipy * matplotlib * numba * lmfit
Installation:
To install TTim, open a command prompt or the anaconda prompt and type:
pip install ttim
To update TTim type:
pip install ttim --upgrade
To uninstall TTim type:
pip uninstall ttim
Documentation
- The documentation is hosted on readthedocs.
- Example Notebooks are available from the notebooks directory on github, of from here.
Citation
Some of the papers that you may want to cite when using TTim are:
- M. Bakker. 2013. Semi-analytic modeling of transient multi-layer flow with TTim. Hydrogeology Journal, 21: 935-943. Available here.
- M .Bakker. 2013. Analytic modeling of transient multi-layer flow. In: Advances in Hydrogeology, edited by P Mishra and K Kuhlman, Springer, Heidelberg, 95-114. Available here.
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: "TTim"
url: "https://github.com/mbakker7/ttim"
preferred-citation:
type: article
authors:
- family-names: "Bakker"
given-names: "Mark"
orcid: "https://orcid.org/0000-0002-5629-2861"
doi: "10.1007/s10040-013-0975-2"
journal: "Hydrogeology Journal"
title: "Semi-analytic modeling of transient multi-layer flow with TTim"
volume: 21
start: 935
end: 943
year: 2013
GitHub Events
Total
- Create event: 16
- Release event: 3
- Issues event: 31
- Watch event: 8
- Delete event: 14
- Issue comment event: 106
- Push event: 100
- Pull request review event: 21
- Pull request review comment event: 8
- Pull request event: 60
- Fork event: 4
Last Year
- Create event: 16
- Release event: 3
- Issues event: 31
- Watch event: 8
- Delete event: 14
- Issue comment event: 106
- Push event: 100
- Pull request review event: 21
- Pull request review comment event: 8
- Pull request event: 60
- Fork event: 4
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Mark Bakker | m****k@g****m | 207 |
| Davíd Brakenhoff | d****f@a****l | 124 |
| xzyang43 | 5****3 | 8 |
| Huite | h****a@g****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 50
- Total pull requests: 100
- Average time to close issues: 9 months
- Average time to close pull requests: about 1 month
- Total issue authors: 12
- Total pull request authors: 10
- Average comments per issue: 1.38
- Average comments per pull request: 1.08
- Merged pull requests: 72
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 26
- Pull requests: 61
- Average time to close issues: 26 days
- Average time to close pull requests: 3 days
- Issue authors: 3
- Pull request authors: 3
- Average comments per issue: 1.19
- Average comments per pull request: 1.18
- Merged pull requests: 41
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dbrakenhoff (13)
- mbakker7 (13)
- MattBrst (11)
- PilbaraPanther (3)
- Huite (3)
- Olsthoorn (1)
- ghost (1)
- RDWimmers (1)
- rosskush (1)
- FrankvdToorn (1)
- qingsonger (1)
- btimani (1)
Pull Request Authors
- mbakker7 (35)
- dbrakenhoff (31)
- MattBrst (26)
- xzyang43 (9)
- timcera (3)
- Huite (2)
- vcantarella (2)
- ghost (2)
- jentjr (1)
- raoulcollenteur (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 137 last-month
-
Total dependent packages: 2
(may contain duplicates) -
Total dependent repositories: 4
(may contain duplicates) - Total versions: 18
- Total maintainers: 1
pypi.org: ttim
Transient multi-layer AEM Model
- Documentation: https://ttim.readthedocs.io/
- License: The MIT License (MIT) Copyright (c) 2015 mbakker7 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: 0.7.2
published 11 months ago
Rankings
Maintainers (1)
conda-forge.org: ttim
- Homepage: https://github.com/mbakker7/ttim
- License: MIT
-
Latest release: 0.6.3
published about 4 years ago
Rankings
Dependencies
- jupyter >=1.0.0
- lmfit >=1.0
- matplotlib >=3.1,<3.5.0
- numba >=0.5
- numpy >=1.17
- pandas >=1.1
- scipy >=1.5
- matplotlib >=3.1
- numpy >=1.17
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite