You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add on_invalid parameter to read_dataframe (#422).
Bug fixes
Fixed bug transposing longitude and latitude when writing files with
coordinate transformation from EPSG:4326 (#421).
Fix bug preventing reading from file paths containing hashes in read_dataframe (#412).
Packaging
MacOS wheels are now only available for macOS 12+. For older unsupported macOS
versions, pyogrio can still be built from source (requires GDAL to be installed) (#417).
Remove usage of deprecated distutils in setup.py (#416).