geoarrow / geoarrow-python

Python implementation of the GeoArrow specification
http://geoarrow.org/geoarrow-python/
Apache License 2.0
59 stars 3 forks source link

fix(geoarrow-pyarrow): Fix `read_pyogrio_table()` for newer pyogrio #49

Closed paleolimbot closed 4 months ago

paleolimbot commented 4 months ago

Now that pyogrio opportunistically returns GeoArrow extension types, we can avoid creating them in most cases! This was causing existing tests to fail.