cuspatial icon indicating copy to clipboard operation
cuspatial copied to clipboard

CUDA-accelerated GIS and spatiotemporal algorithms

Results 199 cuspatial issues
Sort by recently updated
recently updated
newest added

## 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...

Python

## 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. -...

3 - Ready for Review
feature request
cmake
Python
non-breaking
libcuspatial

### 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)...

feature request
Needs Triage
External

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`...

bug

## 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....

improvement
non-breaking
libcuspatial

### 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...

feature request
Needs Triage
External

### 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...

feature request
Python
External

### 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....

feature request
Python
External

## 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...

conda
cmake
improvement
non-breaking

### 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...

bug