Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark geopandas query methods #742

Open
LucaMarconato opened this issue Oct 31, 2024 · 1 comment
Open

Benchmark geopandas query methods #742

LucaMarconato opened this issue Oct 31, 2024 · 1 comment

Comments

@LucaMarconato
Copy link
Member

A solution would be to benchmark the polygon query and bounding box implementation for points and shapes and see if one is significantly faster than the other. Ideally the polygon query is fast enough and we can drop the bounding box query implementation for points and shapes.

Note that polygon query implementation for raster types is simply calling the implementation of bounding box query for raster types; this will not change.

Originally posted by @LucaMarconato in #669

I add also that it would be interesting to benchmark the code against pure geopandas code, to see if the spatialdata code introduces some bottlenecks. I suspect that the code in spatialdata is slightly slower, but by enabling spatial partitioning on write by default, we could obtain that, when writing and reading the data, we actually get a performance improvement over vanilla geopandas.

@LucaMarconato
Copy link
Member Author

Linked to this #724 (using cuspatial as an optional way to accelerate operations).

@berombau berombau moved this to 🏗️ In Progress in Basel Hackathon Nov 2024 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗️ In Progress
Development

No branches or pull requests

1 participant