fema-ffrd / rashdf

Read data from HEC-RAS HDF files.
MIT License
9 stars 1 forks source link

Upgrade to GeoPandas 1.0 #58

Closed thwllms closed 3 months ago

thwllms commented 3 months ago

Merge AFTER #56. Change base to main.

GeoPandas 1.0.0 and 1.0.1 were released in late June / early July 2024. Most of our code is unaffected, but there was a major dependency change at version 1.0.0 -- GeoPandas now relies on pyogrio for file input/output by default instead of Fiona (though Fiona is still supported). https://geopandas.org/en/stable/docs/changelog.html#version-1-0-0-june-24-2024

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
src/cli.py 93.75% <100.00%> (+5.43%) :arrow_up:
thwllms commented 3 months ago

Nice addition. If I remember correctly pyogrio will be used by default if installed?

@wolfpack-daragon yeah, pyogrio will be installed by default with GeoPandas 1.0, but Fiona is now optional. Likewise, rashdf from here will install with pyogrio but can optionally use Fiona if it's installed.