Mark Harris

Results 91 issues of Mark Harris

**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

Contributes to #563 .

cmake
improvement
non-breaking
cpp
c++

We should follow the lead of libcudf and improve our doxygen docs - [ ] Add a main_page.md - [ ] Add API groups and a tab for them -...

doc
inactive-90d
inactive-30d

It would be great if we can have a Python API like `subset_polygon_geodataframe(geo_df,subset_ids or subset_range)` to return the same four arrays like `read_polygon_shapefile(shp_file)`. This will leave the C++ API untouched...

feature request
Python
c++

In fixing #489 we noticed the following. `cuspatial::quadtree_point_in_polygon` returns two values: offsets of polygons, then offsets of points. https://github.com/rapidsai/cuspatial/blob/6a34c21ac13708303cda7c2fb9c49fbb42d04ed5/cpp/include/cuspatial/spatial_join.hpp#L94-L96 `cuspatial::quadtree_point_to_nearest_polyline` returns these in the opposite order. (point offset then polyline...

feature request
? - Needs Triage
inactive-30d

Create header-only APIs for the following and refactor existing APIs / tests on top of the header-only API: - [x] `cuspatial::derive_trajectories` #628 - [ ] `cuspatial::trajectory_distances_and_speeds` - [ ] `cuspatial::trajectory_bounding_boxes`...

feature request
inactive-30d
c++

Create header-only APIs for the following and refactor existing APIs / tests on top of the header-only API: * `cuspatial::cubicspline_interpolate()` * `cuspatial::cubicspline_coefficients()` See https://github.com/rapidsai/cuspatial/blob/branch-22.08/cpp/include/cuspatial/cubic_spline.hpp

feature request
inactive-30d
c++

We would like to improve cuSpatial's developer documentation to make it easier to contribute to cuSpatial. I think we should follow the lead of cuDF, which has a relatively comprehensive...

doc
Python

Create header-only APIs for the following and refactor existing APIs / tests on top of the header-only API: * cuspatial::read_polygon_shapefile() See https://github.com/rapidsai/cuspatial/blob/branch-22.08/cpp/include/cuspatial/shapefile_reader.hpp

feature request
inactive-30d
c++