cuspatial
cuspatial copied to clipboard
CUDA-accelerated GIS and spatiotemporal algorithms
As mentioned in [geoarrow specification](https://github.com/geoarrow/geoarrow/blob/main/format.md#mixed-geometry-types), a mixed type geometry column can be implemented in the form of a union column. ST_distance, as well as many other operations to be implemented...
As the new test dispatch system for binary predicate is online (#1085), it would be nice when the test system logs the result to stdout to track recession from PRs....
I think here we should encourage the use of `cuspatial::test::BaseFixture`? https://github.com/rapidsai/cuspatial/blob/branch-23.06/cpp/include/cuspatial_test/base_fixture.hpp We also support value-parameterized tests now. Show an example in TESTING.md. _Originally posted by @isVoid in https://github.com/rapidsai/cuspatial/pull/1081#discussion_r1176860914_
For 2 disjoint polygons, there can be only 2 cases: none of the rings of A and B includes each other; or A is within a hole of B. The...
### 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 Low (would be...
### 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? Improvement ### How would you describe the priority of this feature request Low (would be nice)...
### 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 Critical (currently preventing...
Disjoint is the opposite of contains for (Point, Point), (Point, Polygon), (Polygon, Point), and (Polygon, MultiPoint). I mistakenly rushed into applying the same reversal to (Polygon, LineString) and (Polygon, LineString),...
## Overview and Description The goal of this epic is to enhance cuSpatial's performance and efficiency by implementing IO acceleration for various geospatial dataset formats. As the volume and complexity...