NOAA-OWP / ngen-cal

Tools for calibrating and configuring NextGen
https://github.com/NOAA-OWP/ngen-cal/wiki
Other
9 stars 17 forks source link

Update `cfe`, `topmodel`, and `lgar` calibratable parmeters; `ngen.cal` python < 3.9 pin `fiona<1.10.0` #187

Closed aaraney closed 1 month ago

aaraney commented 2 months ago

ngen.config

Additions

Removals

ngen.cal

Changes

Notes:

fiona v1.10.0 deprecated fiona.path field (seem to have been removed?) see.

geopandas geojson reader uses fiona.

geopandas v0.14 dropped support for python<3.9. So, ngen.cal installations are effectively pinned to geopandas<=0.14. Transitively, ngen.cal needs to pin fiona<1.10.0 for compatibility. https://geopandas.org/en/stable/docs/changelog.html#version-0-14-sep-15-2023