[FEA]: add cuspatial.GeoSeries.within to benchmarks #1354
Labels
External
Issues filed by people outside the team
feature request
New feature or request
Needs Triage
Need team to review and classify
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem you would like to solve.
I got a nice speed up doing
cgdf["geometry"].within(cgeom)
compared to geopandas. I took a quick look at the benchmarks in https://github.com/rapidsai/cuspatial/blob/branch-24.04/python/cuspatial/benchmarks/api/bench_api.py but didn't find it immediately. It may behave similar topoint_in_polygon
but mycgeom
is a MULTIPOLYGONDescribe any alternatives you have considered
No response
Additional context
It may be worth having a benchmark notebook in https://github.com/rapidsai/cuspatial/tree/branch-24.04/docs/source/user_guide similar to https://github.com/rapidsai/cudf/blob/branch-24.04/docs/cudf/source/user_guide/performance-comparisons/performance-comparisons.ipynb
The text was updated successfully, but these errors were encountered: