cuspatial
cuspatial copied to clipboard
CUDA-accelerated GIS and spatiotemporal algorithms
Enable pytest failures on warnings on FutureWarnings (Replace deprecated `geopandas.dataset` module)
## Description Continuing the effort in https://github.com/rapidsai/build-planning/issues/26 by enabling `FutureWarnings` and `DeprecationWarnings` to raise errors in the CI. The primary change here is to replace `geopandas.dataset` usage with the files...
## Description This PR experiments pulling nvtx3 via CPM. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cuspatial/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. -...
### 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)...
As part of the Python 3.11 bringup, we noticed that `test_geodataframe.py`'s `test_memory_usage` fails Namely in Python 3.9 and 3.10 it uses `224` bytes, but in Python 3.11 it uses `228`...
## Description The `JOIN_POINT_IN_POLYGON_LARGE_TEST_EXP` test isn't returning any points because they aren't evenly distributed. The first commit adds a check to ensure the test fails when no results are returned....
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Medium ### Please...
### Is this a new feature, an improvement, or a change to existing functionality? Improvement to existing functionality ### How would you describe the priority of this feature request Low...
### Version 23.12.01 ### On which installation method(s) does this occur? Conda ### Describe the issue Method `within` does not work as expected when used with a single polygon object....
## Description This cleans up some packaging. We no longer need `proj` or `sqlite` in libcuspatial. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cuspatial/blob/HEAD/CONTRIBUTING.md). - [x] New...
### Version 24.02 ### On which installation method(s) does this occur? Docker, Conda, Source, Rapids-Compose ### Describe the issue cuSpatial currently builds cuProj as part of its cmake, although they...