RavenPy icon indicating copy to clipboard operation
RavenPy copied to clipboard

A Python wrapper to setup and run the hydrologic modelling framework Raven

Results 27 RavenPy issues
Sort by recently updated
recently updated
newest added

* RavenPy version: 0.14.2 * raven-hydro version: 0.3.1 * Python version: Any * Operating System: All ### Description There is an issue with the latest RavenHydroFramework and some processes, specifically,...

### Pull Request Checklist: - [ ] This PR addresses an already opened issue (for bug fixes / features) - This PR fixes #xyz - [x] (If applicable) Documentation has...

CI
docs

Fixes 1/2 of https://github.com/Ouranosinc/pavics-jupyter-env-issues/issues/12 FYI @tlvu ### Changes - Updates the date handling of datasets so that chunking with `dask` is properly performed - Minor fixes to comments (formatting, typos).

docs

### Setup Information - ravenpy version: 18.2 ### Description _No response_ ### Steps To Reproduce In `ravenpy.ravenpy.run()`, we have: https://github.com/CSHS-CWRA/RavenPy/blob/4652e4130b843a9baaf7437994c8a7488ea5cea1/src/ravenpy/ravenpy.py#L294-L307 Meaning that if `overwrite=False`, we don't delete the `output` folder,...

bug

### Addressing a Problem? https://github.com/CSHS-CWRA/RavenHydroFramework/releases/tag/v4.0 ### Potential Solution Go through list of new features and options, and add or update commands for those. ### Additional context _No response_ ### Contribution...

enhancement

### Setup Information - ravenpy version: 0.16.1 - Python version: Any - Operating System: openSUSE Tumbleweed x86_64 ### Description This problem occurs when exposing the Emulator models in the generated...

bug

### Setup Information - ravenpy version: 0.16.0 - Python version: 3.12.7 - Operating System: Windows ### Description in ravenpy.py, process = subprocess.Popen( # noqa: S603 cmd, cwd=configdir, stdin=subprocess.PIPE, stdout=subprocess.PIPE, universal_newlines=True,...

bug