Mark Harris
Mark Harris
@jarmak-nv what's happening with this?
@gpucibot merge
We should also make sure we have notebooks demonstrating newer features like spatial join and filtering
@EmilioZhao have you tried the [cuSpatial quadtree_point_to_nearest_polyline API in cuSpatial](https://docs.rapids.ai/api/cuspatial/stable/api.html#cuspatial.quadtree_point_to_nearest_polyline)? Does it satisfy this feature request?
@KirkDybvik have you tried the [cuSpatial quadtree_point_to_nearest_polyline API in cuSpatial](https://docs.rapids.ai/api/cuspatial/stable/api.html#cuspatial.quadtree_point_to_nearest_polyline)? Does it satisfy this feature request for you? Reading above, perhaps we need to add ability to change the distance...
What are the "demo tests"? Can you provide a link?
I recommend just putting such notebooks in https://github.com/rapidsai-community/notebooks-contrib
This is Python docs, so should be in docs/source just like they are in cuDF. (That's what I suggested in #599). I agree the C++ docs should also be rendered...
It's certainly something we are considering. Is lonlat to UTM the only projection you need?
We do have a simple lonlat to Cartesian (takes an origin point) API: https://docs.rapids.ai/api/cuspatial/stable/api.html#cuspatial.lonlat_to_cartesian