Closed aaraney closed 1 month ago
ngen.config
LgarParams
CfeParams
TopmodelParams
bb
multiplier
b
ngen.cal
python
3.9
fiona<1.10.0
fiona v1.10.0 deprecated fiona.path field (seem to have been removed?) see.
fiona
v1.10.0
fiona.path
geopandas geojson reader uses fiona.
geopandas
geojson
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
v0.14
python<3.9
geopandas<=0.14
ngen.config
Additions
LgarParams
CfeParams
,TopmodelParams
, andLgarParams
parametersCfeParams
andTopmodelParams
calibratable parametersRemovals
CfeParams
bb
andmultiplier
fields dropped.bb
is nowb
; support formultiplier
was dropped in https://github.com/NOAA-OWP/cfe/pull/64ngen.cal
Changes
ngen.cal
onpython
3.9
pinsfiona<1.10.0
(see notes)Notes:
fiona
v1.10.0
deprecatedfiona.path
field (seem to have been removed?) see.geopandas
geojson
reader usesfiona
.geopandas
v0.14
dropped support forpython<3.9
. So,ngen.cal
installations are effectively pinned togeopandas<=0.14
. Transitively,ngen.cal
needs to pinfiona<1.10.0
for compatibility. https://geopandas.org/en/stable/docs/changelog.html#version-0-14-sep-15-2023