Metadata-Version: 2.1
Name: ravenpy
Version: 0.2.0
Summary: A Python wrapper to setup and run the hydrologic modelling framework Raven.
Home-page: https://github.com/CSHS-CWRA/ravenpy
Author: David Huard
Author-email: huard.david@ouranos.ca
License: MIT license
Keywords: ravenpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: click
Requires-Dist: gdal
Requires-Dist: matplotlib
Requires-Dist: rasterio
Requires-Dist: rioxarray
Requires-Dist: statsmodels
Requires-Dist: wheel
Requires-Dist: xarray
Requires-Dist: xclim[gis] (>=0.23)
Provides-Extra: dev
Requires-Dist: Click ; extra == 'dev'
Requires-Dist: Sphinx ; extra == 'dev'
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pip ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-runner ; extra == 'dev'
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: watchdog ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: ipykernel ; extra == 'docs'
Requires-Dist: ipython ; extra == 'docs'
Requires-Dist: jupyter-client ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: pandoc ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-click ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'

=======
RavenPy
=======


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

..
    .. image:: https://img.shields.io/travis/CSHS-CWRA/ravenpy.svg
            :target: https://travis-ci.com/CSHS-CWRA/ravenpy

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

..
    .. image:: https://pyup.io/repos/github/CSHS-CWRA/ravenpy/shield.svg
            :target: https://pyup.io/repos/github/CSHS-CWRA/ravenpy/
            :alt: Updates


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


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


Features
--------

* Download and compile Raven with `pip`
* Configure, run and parse Raven outputs from Python
* Parallel simulations over parameters, models or watersheds
* 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`_.


Credits
-------

RavenPy's development has been funded by CANARIE_.

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


.. _`installation docs`: https://ravenpy.readthedocs.io/en/latest/installation.html
.. _Raven: http://raven.uwaterloo.ca
.. _Cookiecutter: https://github.com/audreyfeldroy/cookiecutter-pypackage
.. _`Ouranosinc/cookiecutter-pypackage`: https://github.com/Ouranosinc/cookiecutter-pypackage
.. _`CANARIE`: https://www.canarie.ca


=======
History
=======

0.2.0
-----

* Refactoring of `ravenpy.utilities.testdata` functions
* Bump xclim to 0.23

0.1.7
-----

* Fix xarray caching bug affecting climatological ESP forecasts (#33)
* Fix deprecation issue with Fiona

0.1.6 (2021-01-15)
------------------

* Correct installer bugs

0.1.5 (2021-01-14)
------------------

* Release with docs


0.1.0 (2020-12-20)
------------------

* First release on PyPI


