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

**Is your feature request related to a problem? Please describe.** As with #646 , given vectors of points and linestrings, for every combination point-linestring pair, compute the nearest point and...

feature request

**Is your feature request related to a problem? Please describe.** For linestring/point pairs, I would like to calculate not only the distance between points and linestrings, but also the nearest...

feature request
? - Needs Triage

I noticed the new tests are comparing device vectors: https://github.com/rapidsai/cuspatial/blob/8dd2d9307259b741a7fcac3378606c2c7e69dde5/cpp/tests/experimental/spatial/hausdorff_test.cu#L50 https://github.com/rapidsai/cuspatial/blob/8dd2d9307259b741a7fcac3378606c2c7e69dde5/cpp/tests/experimental/spatial/haversine_test.cu#L67 These should probably compare host data since the `device_vector operator[]` does a DtoH copy per element.

bug
testing

It would be useful if cuSpatial has the ability to detect when an object_id has stopped within a particular trajectory based on some defined duration and radius. for example an...

feature request

Today the python computation API accepts raw structure of arrays input. Such as: https://github.com/rapidsai/cuspatial/blob/da1cb97a4df308b9d27566e4c9d9736ca06a9582/python/cuspatial/cuspatial/core/gis.py#L29 and https://github.com/rapidsai/cuspatial/blob/da1cb97a4df308b9d27566e4c9d9736ca06a9582/python/cuspatial/cuspatial/core/gis.py#L166-L173 The history of this input interface is that cuspatial was used to accelerate specific...

bug
? - Needs Triage
inactive-30d

**Is your feature request related to a problem? Please describe.** I wish I could select with bounding box on a cuspatial.GeoDataFrame. **Describe the solution you'd like** Providing 4 values of...

feature request
? - Needs Triage
inactive-30d

**Is your feature request related to a problem? Please describe.** I wish I could calculate bounding box of a cuspatial.GeoDataFrame directly with GPU. **Describe the solution you'd like** Be able...

feature request
? - Needs Triage
inactive-30d

Contributes to #563 .

cmake
improvement
non-breaking
cpp
c++

## ❄️ Code freeze for `branch-22.08` and v22.08 release ### What does this mean? Only critical/hotfix level issues should be merged into `branch-22.08` until release (merging of this PR). ###...

conda
gpuCI
cmake
Python
cpp

The new project boards should have every issue/PR within them. This workflow makes the addition of the issues/PRs automatic rather than the current manual process.

3 - Ready for Review
feature request
non-breaking