Skip to content

Feature/retire fiona#52

Merged
allixender merged 4 commits into
masterfrom
feature/retire-fiona
Apr 29, 2026
Merged

Feature/retire fiona#52
allixender merged 4 commits into
masterfrom
feature/retire-fiona

Conversation

@allixender
Copy link
Copy Markdown
Owner

Retire Fiona as a required dependency and transition to Pyogrio as the default high-performance engine for GeoPandas I/O.
Tasks:

Refactor get_geo_out to check for driver availability via pyogrio instead of fiona.
Explicitly set engine='pyogrio' in all gpd.read_file and gdf.to_file calls.
Validate that GDAL driver names used by pyogrio align with existing logic.
Move fiona to optional dependencies or remove it entirely.
Ensure the has_gdal=False fallback (Shapefiles) still works correctly with Pyogrio.

@allixender allixender merged commit ab441d9 into master Apr 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant