IMPORTANT: This package is in the very early stages of development and the package API may change at any time. It is not recommended that this package be used for significant work until version 0.1
wrfhydrpy is a Python API for the WRF-Hydro modelling system. The goal of this project is to provide a clean, feature-rich, and unified API for interacting with the many components of the WRF-Hydro modelling system.
Failure to adhere to contributing standards may result in your Pull Request being rejected.
- Max line length: 100 chars.
- docstrings: Google style
- All other guidance follows Google style guide
All new functions or classes must be accompanied by additional unit/integration tests in the wrf_hydro_py/wrfhydropy/tests
directory.
Documentation will be forthcoming once the API becomes more stable.