Update cfe
, topmodel
, and lgar
calibratable parmeters; ngen.cal
python < 3.9 pin fiona<1.10.0
#187
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ngen.config
Additions
LgarParams
CfeParams
,TopmodelParams
, andLgarParams
parametersCfeParams
andTopmodelParams
calibratable parametersRemovals
CfeParams
bb
andmultiplier
fields dropped.bb
is nowb
; support formultiplier
was dropped in Fix bug with calibratable parameters and add new parameters cfe#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