cuspatial icon indicating copy to clipboard operation
cuspatial copied to clipboard

Introduce `multipoint_array` interface; Refactors `point_distance` API to support multipoint to multipoint distance.

Open isVoid opened this issue 2 years ago • 0 comments

Description

closes https://github.com/rapidsai/cuspatial/issues/704

Contributes to #703

This PR introduces Multipoint_array interface, and simplifies the API of point_distance. Also updates the point_distance to support multipoint-multipoint distance.

Checklist

  • [x] I am familiar with the Contributing Guidelines.
  • [x] New or existing tests cover these changes.
  • [x] The documentation is up to date with these changes.

isVoid avatar Oct 05 '22 01:10 isVoid