Dewberry / ripple1d

Utilities for reuse of HEC-RAS models for NWM
https://ripple1d.readthedocs.io/en/latest/
MIT License
3 stars 0 forks source link

Handle unsteady flow as primary flow file #174

Closed sclaw closed 5 days ago

sclaw commented 6 days ago

This PR fixes a bug that occurs in geopackage creation step (endpoint gpkg_from_ras). When a RAS model had an unsteady flow in the primary plan, it was throwing an error. The new behavior returns None for all flow metadata when the primary flow file is not steady.

Closes #176