NOAA-OWP / t-route

Tree based hydrologic and hydraulic routing
Other
44 stars 50 forks source link

troute.network: handle `fiona` dependency for `geopandas>=1.0.0` #827

Closed program-- closed 3 months ago

program-- commented 3 months ago

This PR adds fiona to the troute.network dependencies to handle the case when consumers have geopandas>=1.0.0 without explicitly installing fiona. This change shouldn't impact consumers with geopandas<1.0.0, since fiona will already be installed.

Additions

Checklist