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
Description: =======
        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
        
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
Provides-Extra: dev
Provides-Extra: docs
