Metadata-Version: 2.1
Name: ravenpy
Version: 0.1.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
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyfeldroy/cookiecutter-pypackage
        .. _`Ouranosinc/cookiecutter-pypackage`: https://github.com/Ouranosinc/cookiecutter-pypackage
        
        Install
        -------
        
        .. code-block:: bash
        
            sudo apt install libnetcdf-dev libspatialindex-dev libgdal-dev
            python -m venv ./venv
            source ./venv/bin/activate
            pip install . --verbose --install-option="--with-raven" --install-option="--with-testdata"
        
        Grid Weight Generation Script
        -----------------------------
        
        To run the grid weight generation script (written and maintained by `Julie Mai <https://github.com/julemai/GridWeightsGenerator>`_) you can do:
        
        .. code-block:: bash
        
            ravenpy generate-grid-weights /path/to/HRU/shapefile /path/to/NC/file --var-names lon lat --output raven
        
        
        =======
        History
        =======
        
        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
