ravenpy


Nameravenpy JSON
Version 0.14.0 PyPI version JSON
download
home_page
SummaryA Python package to help run Raven, the hydrologic modelling framework.
upload_time2024-03-13 15:41:08
maintainer
docs_urlNone
author
requires_python>=3.9.0
license
keywords raven raven-hydro hydrology gis analysis modelling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
RavenPy
=======

|pypi| |conda| |license| |build| |docs| |coveralls|

A Python wrapper to setup and run the hydrologic modelling framework Raven_.

* Free software: MIT license
* Documentation: https://ravenpy.readthedocs.io

`RavenPy` is a Python wrapper for Raven_, accompanied by utility functions that facilitate model configuration, calibration, and evaluation.

Raven_ is an hydrological modeling framework that lets hydrologists build hydrological models by combining different hydrological processes together. It can also be used to emulate a variety of existing lumped and distributed models. Model structure, parameters, initial conditions and forcing files are configured in text files, which Raven parses to build and run hydrological simulations. A detailed description about modeling capability of Raven_ can be found in the `docs`_.

`RavenPy` provides a Python interface to Raven_, automating the creation of configuration files and allowing the model to be launched from Python. Results, or errors, are automatically parsed and exposed within the programming environment. This facilitates the launch of parallel simulations, multi-model prediction ensembles, sensitivity analyses and other experiments involving a large number of model runs.

Note that version 0.12 includes major changes compared to the previous 0.11 release, and breaks backward compatibility. The benefits of these changes are a much more intuitive interface for configuring and running the model.

Features
--------

* Configure, run and parse Raven outputs from Python
* Utility command to create grid weight files
* Extract physiographic information about watersheds
* Algorithms to estimate model parameters from ungauged watersheds
* Exposes outputs (flow, storage) as `xarray.DataArray` objects

Install
-------

Please see the detailed `installation docs`_.

Acknowledgements
----------------

RavenPy's development has been funded by CANARIE_ and Ouranos_ and would be not be possible without the help of Juliane Mai and James Craig.

This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.

.. _CANARIE: https://www.canarie.ca
.. _Cookiecutter: https://github.com/audreyfeldroy/cookiecutter-pypackage
.. _Ouranos: https://www.ouranos.ca
.. _Ouranosinc/cookiecutter-pypackage: https://github.com/Ouranosinc/cookiecutter-pypackage
.. _Raven: http://raven.uwaterloo.ca
.. _docs: https://www.civil.uwaterloo.ca/raven/files/v3.7/RavenManual_v3.7.pdf
.. _installation docs: https://ravenpy.readthedocs.io/en/latest/installation.html
.. _raven-hydro: https://github.com/Ouranosinc/raven-hydro


.. |pypi| image:: https://img.shields.io/pypi/v/ravenpy.svg
        :target: https://pypi.python.org/pypi/ravenpy
        :alt: PyPI

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/ravenpy
        :target: https://anaconda.org/conda-forge/ravenpy
        :alt: Conda-Forge

.. |license| image:: https://img.shields.io/github/license/CSHS-CWRA/RavenPy.svg
        :target: https://github.com/CSHS-CWRA/RavenPy/blob/master/LICENSE
        :alt: License

.. |build| image:: https://github.com/CSHS-CWRA/RavenPy/actions/workflows/main.yml/badge.svg
        :target: https://github.com/CSHS-CWRA/RavenPy/actions/workflows/main.yml
        :alt: Build status

.. |docs| image:: https://readthedocs.org/projects/ravenpy/badge/?version=latest
        :target: https://ravenpy.readthedocs.io
        :alt: Documentation Status

.. |coveralls| image:: https://coveralls.io/repos/github/CSHS-CWRA/RavenPy/badge.svg?branch=master
        :target: https://coveralls.io/github/CSHS-CWRA/RavenPy?branch=master
        :alt: Coveralls


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ravenpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "Trevor James Smith <smith.trevorj@ouranos.ca>",
    "keywords": "raven,raven-hydro,hydrology,gis,analysis,modelling",
    "author": "",
    "author_email": "David Huard <huard.david@ouranos.ca>, Richard Arsenault <Richard.Arsenault@etsmtl.ca>",
    "download_url": "https://files.pythonhosted.org/packages/7f/7d/1604b4ad81ada7f34bbea941d7f822388ab13f97aea4cf0068e199432a12/ravenpy-0.14.0.tar.gz",
    "platform": null,
    "description": "=======\nRavenPy\n=======\n\n|pypi| |conda| |license| |build| |docs| |coveralls|\n\nA Python wrapper to setup and run the hydrologic modelling framework Raven_.\n\n* Free software: MIT license\n* Documentation: https://ravenpy.readthedocs.io\n\n`RavenPy` is a Python wrapper for Raven_, accompanied by utility functions that facilitate model configuration, calibration, and evaluation.\n\nRaven_ is an hydrological modeling framework that lets hydrologists build hydrological models by combining different hydrological processes together. It can also be used to emulate a variety of existing lumped and distributed models. Model structure, parameters, initial conditions and forcing files are configured in text files, which Raven parses to build and run hydrological simulations. A detailed description about modeling capability of Raven_ can be found in the `docs`_.\n\n`RavenPy` provides a Python interface to Raven_, automating the creation of configuration files and allowing the model to be launched from Python. Results, or errors, are automatically parsed and exposed within the programming environment. This facilitates the launch of parallel simulations, multi-model prediction ensembles, sensitivity analyses and other experiments involving a large number of model runs.\n\nNote that version 0.12 includes major changes compared to the previous 0.11 release, and breaks backward compatibility. The benefits of these changes are a much more intuitive interface for configuring and running the model.\n\nFeatures\n--------\n\n* Configure, run and parse Raven outputs from Python\n* Utility command to create grid weight files\n* Extract physiographic information about watersheds\n* Algorithms to estimate model parameters from ungauged watersheds\n* Exposes outputs (flow, storage) as `xarray.DataArray` objects\n\nInstall\n-------\n\nPlease see the detailed `installation docs`_.\n\nAcknowledgements\n----------------\n\nRavenPy's development has been funded by CANARIE_ and Ouranos_ and would be not be possible without the help of Juliane Mai and James Craig.\n\nThis package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.\n\n.. _CANARIE: https://www.canarie.ca\n.. _Cookiecutter: https://github.com/audreyfeldroy/cookiecutter-pypackage\n.. _Ouranos: https://www.ouranos.ca\n.. _Ouranosinc/cookiecutter-pypackage: https://github.com/Ouranosinc/cookiecutter-pypackage\n.. _Raven: http://raven.uwaterloo.ca\n.. _docs: https://www.civil.uwaterloo.ca/raven/files/v3.7/RavenManual_v3.7.pdf\n.. _installation docs: https://ravenpy.readthedocs.io/en/latest/installation.html\n.. _raven-hydro: https://github.com/Ouranosinc/raven-hydro\n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/ravenpy.svg\n        :target: https://pypi.python.org/pypi/ravenpy\n        :alt: PyPI\n\n.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/ravenpy\n        :target: https://anaconda.org/conda-forge/ravenpy\n        :alt: Conda-Forge\n\n.. |license| image:: https://img.shields.io/github/license/CSHS-CWRA/RavenPy.svg\n        :target: https://github.com/CSHS-CWRA/RavenPy/blob/master/LICENSE\n        :alt: License\n\n.. |build| image:: https://github.com/CSHS-CWRA/RavenPy/actions/workflows/main.yml/badge.svg\n        :target: https://github.com/CSHS-CWRA/RavenPy/actions/workflows/main.yml\n        :alt: Build status\n\n.. |docs| image:: https://readthedocs.org/projects/ravenpy/badge/?version=latest\n        :target: https://ravenpy.readthedocs.io\n        :alt: Documentation Status\n\n.. |coveralls| image:: https://coveralls.io/repos/github/CSHS-CWRA/RavenPy/badge.svg?branch=master\n        :target: https://coveralls.io/github/CSHS-CWRA/RavenPy?branch=master\n        :alt: Coveralls\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python package to help run Raven, the hydrologic modelling framework.",
    "version": "0.14.0",
    "project_urls": {
        "About CSHS-CWRA": "https://cwra.org/en/",
        "About Ouranos": "https://www.ouranos.ca/en/",
        "Changelog": "https://ravenpy.readthedocs.io/en/latest/history.html",
        "Homepage": "https://ravenpy.readthedocs.io",
        "Issue tracker": "https://github.com/CSHS-CWRA/RavenPy/issues",
        "Source": "https://github.com/CSHS-CWRA/RavenPy"
    },
    "split_keywords": [
        "raven",
        "raven-hydro",
        "hydrology",
        "gis",
        "analysis",
        "modelling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ad3b4e564d984139b46ce67816cb1a22f3d7a1b7b10ad64c7de8a9f8a3e894c",
                "md5": "b57e19ad73a5efdc07b86cd0a2f44ac9",
                "sha256": "30f3525948cabe184a8cc6f86a666a6c683d3d3d31c70e9304a27b4d023a3c53"
            },
            "downloads": -1,
            "filename": "ravenpy-0.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b57e19ad73a5efdc07b86cd0a2f44ac9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 6286797,
            "upload_time": "2024-03-13T15:41:06",
            "upload_time_iso_8601": "2024-03-13T15:41:06.325402Z",
            "url": "https://files.pythonhosted.org/packages/1a/d3/b4e564d984139b46ce67816cb1a22f3d7a1b7b10ad64c7de8a9f8a3e894c/ravenpy-0.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f7d1604b4ad81ada7f34bbea941d7f822388ab13f97aea4cf0068e199432a12",
                "md5": "6a63265ed912dee04afa8b186820a437",
                "sha256": "2ff324a73a2aa2be7bad7c4c200f0aab201d1e145220dd47f838aaf91983b9ca"
            },
            "downloads": -1,
            "filename": "ravenpy-0.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6a63265ed912dee04afa8b186820a437",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 8163902,
            "upload_time": "2024-03-13T15:41:08",
            "upload_time_iso_8601": "2024-03-13T15:41:08.649006Z",
            "url": "https://files.pythonhosted.org/packages/7f/7d/1604b4ad81ada7f34bbea941d7f822388ab13f97aea4cf0068e199432a12/ravenpy-0.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 15:41:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CSHS-CWRA",
    "github_project": "RavenPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ravenpy"
}
        
Elapsed time: 0.21237s