Support for bbox filtering with Geoparquet > 1.1 #423
scottyhq
started this conversation in
Feature Request
Replies: 1 comment
-
Sounds good to me! I also appreciate you kicking the tires with geopandas v1 for SlideRule - I feel like this has come up in the past, and maybe we're OK, but my guess is we will need to update some things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The recent release of the geoparquet 1.1 format specification implemented new options for bbox filtering and encoding that could help analysis of returned sliderule results (for a motivating example see https://developmentseed.org/lonboard/latest/examples/overture-maps/). I'm curious if it seems straightforward to support this new version? Happy to try and help out!
I used the https://github.com/planetlabs/gpq to check the current versioning
gpq describe output.geoparquet
from sliderule 4.5.3 (GeoParquet Version │ 1.0.0-beta.1
)In the meantime, I'm planning to explore converting to the new format with GDAL>=3.9 / geopandas v1 https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.to_parquet.html (which still uses 1.0 as the default).
Beta Was this translation helpful? Give feedback.
All reactions