[FEA]: Remove dependency on GDAL in libcuspatial point-in-polygon tests #958
Labels
feature request
New feature or request
libcuspatial
Relates to the cuSpatial C++ library
tests
Relating to tests and test automation
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem you would like to solve.
We have removed GDAL as a dependency (#932) in all but one C++ unit test: https://github.com/rapidsai/cuspatial/blob/branch-23.04/cpp/tests/join/point_in_polygon_test_large.cpp
GDAL is used for its
contains
functionality to verify our quadtree spatial join. This test only has a few polygons, so we could use our all-pairs point-in-polygon API which is limited to 31 polygons for verification, and drop the GDAL dependency completely, which would help with building PIP wheel unit tests.Describe any alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: