cuspatial
cuspatial copied to clipboard
CUDA-accelerated GIS and spatiotemporal algorithms
### Version 23.06 ### On which installation method(s) does this occur? Rapids-Compose ### Describe the issue ODR (one definition rule) says that each function should have only 1 definition. In...
### Version 23.06 ### On which installation method(s) does this occur? _No response_ ### Describe the issue cuspatial/doc/source/developer_guide/build.md is a bit out of date. It refers to nonexistent tests and...
#1093 link. A bug producing degenerate linestrings was worked around during intersection python development. Future work is to drop the degenerate linestring testing when possible and use the bugfixed version...
### 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...
https://github.com/rapidsai/cuspatial/blob/2509fce6be981353da18697ab3f14fc7ccd4fc05/python/cuspatial/cuspatial/core/_column/geometa.py#L15 We should change to a non-negative value. If we ever need to do a multi-column sort on geometry type (which we will), it will be more efficient if we...
This (geometry index from part index) seems like an operation that we do in C++ already that could be exposed to Python and be much more efficient. _Originally posted by...
### 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? Change ### How would you describe the priority of this feature request Medium ### Please provide...
As mentioned in #1057 , libcuspatial will implement a mixed-type geometry column. The definition of this column is a superset of the current GeoColumn definition in python. The conversion mechanism...
`pairwise_distance` is the last step of `ST_Distance(geometric)`. It computes shortest distances between two mixed geometric columns. After implementing mixed geometry column in libcuspatial #1057 , the interface can accept two...