A Python wrapper to setup and run the hydrologic modelling framework Raven.
Project description
RavenPy
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.
Install
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) you can do:
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ravenpy-0.1.0.tar.gz
(79.3 kB
view hashes)