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

Header only Point distance API should be updated to support multilinestring to multilinestring distance, conform to geoarrow format and adopt iterator collection structure to simplify the interface.

improvement
c++

Adopt iterator collection structure to simplify the interface.

improvement
c++

Header only Point distance API should be updated to support multipoint to multipoint distance. Adopt iterator collection structure to simplify the interface.

improvement
c++

## Description This PR demonstrates the idea of a `iterator_collections` structure, in an attempt to simplify the header only API interface. In arrow `LIST` type structure, there might be nested...

5 - DO NOT MERGE
cpp

**Is your feature request related to a problem? Please describe.** Cuspatial example codes currently isn't run in CI and will likely fall out of sync easily. We should execute the...

doc
feature request
gpuCI

**Is your feature request related to a problem? Please describe.** Spatial join is usually an application of either point-in-polygon or geometry intersection. Our point-in-polygon implementation is mature enough to begin...

feature request
1 - On Deck
non-breaking

**Is your feature request related to a problem? Please describe.** Presently users must convert their Polygons and MultiPolygons to geopandas in order to compute their areas. **Describe the solution you'd...

feature request

**Is your feature request related to a problem? Please describe.** We may want to consider making the begin/end iterator capable of having different types in order to improve future compatibility...

feature request
libcuspatial

**Describe the bug** In `linestring_distance.cuh` and `hausdorff.cuh`, each thread should perform a grid-stride loop as shown in https://github.com/rapidsai/cuspatial/pull/573#discussion_r941915184. Previously this didn't fail be cause the size of input is limited...

bug
inactive-30d
cpp

Please provide bullet point list of major user facing changes to Sophie Watson by the end of **burn down**

doc