MrPowers opened a new issue, #25: URL: https://github.com/apache/sedona-spatialbench/issues/25
**Is your feature request related to a problem? Please describe.** The current GeoPandas code is naive. It could be cool to add optimized GeoPandas code as well. **Describe the solution you'd like** See [this blog post](https://dewey.dunnington.ca/post/2024/wrangling-and-joining-130m-points-with-duckdb--the-open-source-spatial-stack/) for an example that demonstrates a naive GeoPandas implementation and an optimized one for a given query. **Describe alternatives you've considered** [dask-geopandas](https://github.com/geopandas/dask-geopandas) is another way to optimize GeoPandas code on a single machine. **Additional context** Optimizing GeoPandas code can be complex and it would be great if a GeoPandas expert would be willing to help out! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
