Closed thwllms closed 3 months ago
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: |
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.
⚠ 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-2024pyogrio
and Fiona for writing RAS data.pyogrio
and Fiona.