HydPy

An interactive framework for developing and applying different types of hydrological models, originally developed at the Ruhr-University Bochum for specific research purposes.
https://github.com/hydpy-dev/hydpy

Category: Hydrosphere
Sub Category: Freshwater and Hydrology

Last synced: about 8 hours ago
JSON representation

Repository metadata

A framework for the development and application of hydrological models based on Python

README.rst

          .. _`online documentation`: https://hydpy-dev.github.io/hydpy/
.. _Python: http://www.python.org/
.. _Cython: http://www.cython.org/
.. _`Ruhr-University Bochum`: http://www.hydrology.ruhr-uni-bochum.de/index.html.en
.. _`German Federal Institute of Hydrology`: https://www.bafg.de/EN
.. _`Björnsen Consulting Engineers`: https://www.bjoernsen.de/en/bjoernsen-consulting-engineers
.. _`GitHub repository`: https://github.com/hydpy-dev/hydpy
.. _`GNU Lesser General Public License 3`: https://www.gnu.org/licenses/lgpl-3.0.en.html
.. _`documentation test`: https://docs.python.org/3.6/library/doctest.html

.. figure:: hydpy/docs/figs/HydPy_Logo_Text.png
   :alt: HydPy logo

.. |PyPi| image:: https://img.shields.io/pypi/v/HydPy
   :alt: PyPI
   :target: https://pypi.org/project/HydPy
.. |Releases| image:: https://img.shields.io/pypi/v/HydPy?label=download
   :alt: Releases
   :target: https://github.com/hydpy-dev/hydpy/releases
.. |Documentation| image:: https://img.shields.io/badge/docs-latest-informational
   :alt: Documentation
   :target: https://hydpy-dev.github.io/hydpy/index.html
.. |Licence| image:: https://img.shields.io/github/license/hydpy-dev/hydpy?color=blue
   :alt: Licence
   :target: https://github.com/hydpy-dev/hydpy/blob/master/LICENSE

|PyPi| |Releases| |Documentation| |Licence|

.. |Coverage| image:: https://img.shields.io/badge/Coverage-100%20%25-green
   :alt: Coverage
   :target: https://coverage.readthedocs.io
.. |Black| image:: https://img.shields.io/badge/Black-All%20done%21-green
   :alt: Black
   :target: https://github.com/psf/black
.. |Pylint| image:: https://img.shields.io/badge/Pylint-10.00/10-green
   :alt: Pylint
   :target: https://www.pylint.org/
.. |Mypy| image:: https://img.shields.io/badge/Mypy-work%20in%20progress-orange
   :alt: Mypy
   :target: https://mypy.readthedocs.io/en/stable

|Coverage| |Black| |Pylint| |Mypy|

.. |Travis master| image:: https://img.shields.io/travis/com/hydpy-dev/hydpy/master?label=Travis%20master
   :alt: Travis master
   :target: https://app.travis-ci.com/github/hydpy-dev/hydpy/branches
.. |Travis latest| image:: https://img.shields.io/travis/com/hydpy-dev/hydpy?label=latest
   :alt: Travis latest
   :target: https://app.travis-ci.com/hydpy-dev/hydpy

|Travis master| |Travis latest|

.. |AppVeyor master| image:: https://img.shields.io/appveyor/build/tyralla/hydpy-hep1s/master?label=AppVeyor%20master
   :alt: AppVeyor master
   :target: https://ci.appveyor.com/project/tyralla/hydpy-hep1s/history
.. |AppVeyor latest| image:: https://img.shields.io/appveyor/build/tyralla/hydpy-hep1s?label=latest
   :alt: AppVeyor latest
   :target: https://ci.appveyor.com/project/tyralla/hydpy-hep1s

|AppVeyor master| |AppVeyor latest|

.. |GitHub open issues| image:: https://img.shields.io/github/issues-raw/hydpy-dev/hydpy
   :alt: GitHub issues
   :target: https://github.com/hydpy-dev/hydpy/issues?q=is%3Aopen+is%3Aissue
.. |GitHub closed issues| image:: https://img.shields.io/github/issues-closed-raw/hydpy-dev/hydpy?label=closed
   :alt: GitHub closed issues
   :target: https://github.com/hydpy-dev/hydpy/issues?q=is%3Aissue+is%3Aclosed

|GitHub open issues| |GitHub closed issues|


*HydPy* is an interactive framework for developing and applying different types of
hydrological models, originally developed for specific research purposes at the
`Ruhr-University Bochum`_.  Later, it was extended on behalf of the `German Federal
Institute of Hydrology`_ in order to apply it in practical applications like runoff
forecasting in large river basins.  Now, it is being maintained by `Björnsen Consulting
Engineers`_.


*HydPy* is intended to be a modern open-source software based on the programming
language `Python`_, commonly used in many scientific fields.  By using different
well-established `Python`_ libraries and design principles, we target high standards of
quality and transparency. To avoid writing model cores in a more native programming
language, *HydPy* includes a `Cython`_-based automatism to translate Python code to C
code and to compile it, which results in high computational efficiency.  It also offers
a multi-threading mode, which speeds up simulations even more by utilising a freely
selectable number of CPUs in parallel.

*HydPy* has no graphical user interface (so far). Instead, it is thought to be applied
by executing Python scripts. These scripts help to increase the reproducibility of
studies performed with *HydPy* because they can be easily shared and repeatedly
executed.  This approach facilitates discussing possible weaknesses of *HydPy* and its
implemented models and comparing different methodical approaches (e. g. different
strategies to calibrate model parameters).  However, if you are not an experienced
hydrologist with basic programming skills, you may need some help to become acquainted
with *HydPy*.

We host *HydPy* in a `GitHub repository`_ and everyone is allowed to download, modify,
and use it.  However, when passing the (possibly modified) code to third parties, you
have to be aware you cannot change the selected `GNU Lesser General Public License 3`_
to a "less open source" license.  If you, for example, implement a model into *HydPy*,
you can be sure that all possible further developments of your model code are still open
source and the mentioned third parties are allowed to pass this modified source code to
you.

*HydPy* offers many functionalities to make the implemented models as transparent and
reliable as possible.  For this reason, the `online documentation`_ is automatically
updated for each new *HydPy* version and includes different `documentation test`_
mechanisms, ensuring that *HydPy* is working as expected and that the complete
documentation is up-to-date.

        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 3,252
Total Committers: 9
Avg Commits per committer: 361.333
Development Distribution Score (DDS): 0.4

Commits in past year: 168
Committers in past year: 4
Avg Commits per committer in past year: 42.0
Development Distribution Score (DDS) in past year: 0.036

Name Email Commits
Christoph Tyralla C****a@r****e 1951
Christoph Tyralla c****a@b****e 1247
Vogel S****l@b****e 22
Tyralla t****a@b****e 9
Thomas Recknagel 1****n 8
GoHorn g****n@r****e 7
holgeralbert h****t@b****e 4
Klein k****n@b****e 2
Gernot Belger g****r@b****e 2

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 139
Total pull requests: 27
Average time to close issues: 9 months
Average time to close pull requests: 2 months
Total issue authors: 9
Total pull request authors: 5
Average comments per issue: 4.04
Average comments per pull request: 0.81
Merged pull request: 22
Bot issues: 0
Bot pull requests: 0

Past year issues: 19
Past year pull requests: 3
Past year average time to close issues: about 1 month
Past year average time to close pull requests: about 23 hours
Past year issue authors: 5
Past year pull request authors: 2
Past year average comments per issue: 2.79
Past year average comments per pull request: 1.67
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/hydpy-dev/hydpy

Top Issue Authors

  • tyralla (92)
  • sivogel (20)
  • GoHorn (8)
  • parvumflumen (6)
  • wuestenfeld (5)
  • BGWKlein (5)
  • unitedoffice (1)
  • JKupzig (1)
  • GernotBelger (1)

Top Pull Request Authors

  • sivogel (13)
  • parvumflumen (9)
  • GoHorn (3)
  • tyralla (1)
  • BGWKlein (1)

Top Issue Labels

  • enhancement (41)
  • framework (33)
  • model (19)
  • lland (LARSIM) (16)
  • bug (11)
  • improvement (11)
  • project configuration (10)
  • dam (HydPy-Dam) (9)
  • modularisation (8)
  • evap (7)
  • evaporation (7)
  • hland (HBV) (7)
  • time-series (7)
  • release plans (7)
  • wland (WALRUS) (6)
  • documentation (6)
  • OpenDA (6)
  • refactorisation (4)
  • FEWS (4)
  • routing (4)
  • musk (HydPy-Musk) (4)
  • fixed (3)
  • performance (3)
  • calibration (3)
  • data assimilation (3)
  • sw1d (3)
  • lstream (LARSIM) (3)
  • XML (3)
  • verification (3)
  • snow (2)

Top Pull Request Labels

  • whmod (3)
  • hland (HBV) (3)
  • lland (LARSIM) (2)
  • improvement (2)
  • documentation (1)
  • bug (1)

Package metadata

proxy.golang.org: github.com/hydpy-dev/hydpy

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/hydpy-dev/hydpy#section-documentation
  • Licenses: lgpl-3.0
  • Latest release: v4.0.1+incompatible (published over 4 years ago)
  • Last Synced: 2025-06-26T11:32:31.407Z (1 day ago)
  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.395%
    • Average: 5.576%
    • Dependent repos count: 5.758%
pypi.org: hydpy

A framework for the development and application of hydrological models.

  • Homepage: https://github.com/hydpy-dev/hydpy
  • Documentation: https://hydpy.readthedocs.io/
  • Licenses: LGPL-3.0
  • Latest release: 6.1.5 (published about 2 months ago)
  • Last Synced: 2025-06-26T11:32:30.961Z (1 day ago)
  • Versions: 45
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 773 Last month
  • Rankings:
    • Dependent packages count: 7.306%
    • Downloads: 7.43%
    • Forks count: 9.143%
    • Stargazers count: 11.417%
    • Average: 11.475%
    • Dependent repos count: 22.077%
  • Maintainers (2)

Dependencies

requirements.txt pypi
  • Cython *
  • attrs *
  • black *
  • bokeh *
  • build *
  • click *
  • coverage *
  • docutils *
  • lastversion *
  • matplotlib *
  • netcdf4 <1.6
  • netcdf4 *
  • networkx *
  • nox *
  • numpy *
  • packaging *
  • pandas *
  • plotly *
  • pylint *
  • pynsist *
  • scipy *
  • setuptools *
  • sphinx *
  • sphinxcontrib-bibtex *
  • sphinxcontrib-fulltoc *
  • typing_extensions *
  • wheel *
  • wrapt *
  • xmlschema *
setup.py pypi
  • Cython *
  • black *
  • bokeh *
  • click *
  • matplotlib *
  • netcdf4 *
  • networkx *
  • numpy *
  • pandas *
  • plotly *
  • scipy *
  • typing_extensions *
  • wrapt *
  • xmlschema *

Score: 13.446496947654028