Michael Wang
Michael Wang
## Description Place holder for PRs to close during burndown period. Closes #1061 ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cuspatial/blob/HEAD/CONTRIBUTING.md). - [ ] New or...
### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Medium ### Please provide...
### 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...
### 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...
### 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...
### 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...
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....