superflexpy

SuperflexPy: The flexible language of hydrological modelling

https://github.com/dalmo1991/superflexpy

Science Score: 36.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
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary

Keywords

conceptual-hydrological-models
Last synced: 10 months ago · JSON representation

Repository

SuperflexPy: The flexible language of hydrological modelling

Basic Info
Statistics
  • Stars: 57
  • Watchers: 3
  • Forks: 24
  • Open Issues: 3
  • Releases: 8
Topics
conceptual-hydrological-models
Created almost 7 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Authors

README.md

Actions Status DOI

SuperflexPy: The flexible language of hydrological modelling

SuperflexPy logo

SuperflexPy is an open-source framework written in Python for constructing flexible, conceptual, distributed hydrological models.

Refer to the documentation to learn to use the SuperflexPy, install the package from here. Examples showing the basic usage of SuperflexPy are available.

Development

Please install all packages listed in the requirements_dev.txt file, the run pre-commit install to install the git hooks. This will enable code formatting and linting on every git commit.

Owner

  • Name: Marco Dal Molin
  • Login: dalmo1991
  • Kind: user
  • Location: Switzerland
  • Company: EAWAG

PhD student in hydrological modelling at EAWAG. Public GitHub is not my primary git hosting service. I use it mainly to publish mature repositories.

GitHub Events

Total
  • Issues event: 2
  • Watch event: 9
  • Issue comment event: 2
  • Push event: 1
  • Fork event: 1
Last Year
  • Issues event: 2
  • Watch event: 9
  • Issue comment event: 2
  • Push event: 1
  • Fork event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 122
  • Total Committers: 5
  • Avg Commits per committer: 24.4
  • Development Distribution Score (DDS): 0.246
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Marco Dal Molin m****n@e****h 92
Dalmo m****1@g****m 17
Alessandro Mariotti a****i@z****t 11
Raoul Collenteur r****r@g****m 1
George Darkwah 6****h 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 8
  • Total pull requests: 6
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 1 month
  • Total issue authors: 8
  • Total pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.67
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: 1 day
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jayhydro (1)
  • haozhen315 (1)
  • pmelchior (1)
  • GitHubBlues (1)
  • aayushukla (1)
  • amine-aboufirass (1)
  • dalmo1991 (1)
Pull Request Authors
  • gdarkwah (4)
  • alessandro-mariotti-zupit (2)
  • raoulcollenteur (1)
Top Labels
Issue Labels
documentation (1) enhancement (1)
Pull Request Labels

Dependencies

doc/requirements.txt pypi
  • superflexpy *
requirements.txt pypi
  • matplotlib ==3.3.
  • numba ==0.50.
  • numpy ==1.19.
  • superflexpy *
setup.py pypi
  • numba >=0.50.
  • numpy >=1.19.
test/unittest/test_requirements.txt pypi
  • numba ==0.50. test
  • numpy ==1.19. test
  • pandas ==1.0.3 test
.github/workflows/automatic_test.yml actions
  • actions/checkout master composite
  • actions/setup-python v1 composite
.github/workflows/publish_to_pypi.yml actions
  • actions/checkout master composite
  • actions/setup-python v1 composite
  • pypa/gh-action-pypi-publish master composite
.github/workflows/pre-commit.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pre-commit/action v3.0.0 composite
pyproject.toml pypi
requirements_dev.txt pypi
  • pre-commit ==3.5.0 development