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
Like the previous geoarrow, we should provide read_geoparquet() (which reads to data.frame with geometry as geoarrow_vctr) and read_geoparquet_sf() (which reads directly to sf). I believe the current geoarrow is set up better to handle this (or will be following #83), and there is a Python implementation to draw on which has pretty good coverage of the possible GeoParquet permutations: https://github.com/geoarrow/geoarrow-python/blob/main/geoarrow-pyarrow/src/geoarrow/pyarrow/io.py#L84-L189
The text was updated successfully, but these errors were encountered:
Like the previous geoarrow, we should provide
read_geoparquet()
(which reads to data.frame with geometry asgeoarrow_vctr
) andread_geoparquet_sf()
(which reads directly to sf). I believe the current geoarrow is set up better to handle this (or will be following #83), and there is a Python implementation to draw on which has pretty good coverage of the possible GeoParquet permutations: https://github.com/geoarrow/geoarrow-python/blob/main/geoarrow-pyarrow/src/geoarrow/pyarrow/io.py#L84-L189The text was updated successfully, but these errors were encountered: