cuspatial
cuspatial copied to clipboard
CUDA-accelerated GIS and spatiotemporal algorithms
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.
Adopt iterator collection structure to simplify the interface.
Header only Point distance API should be updated to support multipoint to multipoint distance. Adopt iterator collection structure to simplify the interface.
## 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...
**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...
**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...
**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...
**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...
**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...
Please provide bullet point list of major user facing changes to Sophie Watson by the end of **burn down**