This repository was archived by the owner on Jul 28, 2025. It is now read-only.
[QST] Indexed spatial features #971
Norticaranda
started this conversation in
General
Replies: 1 comment
-
|
@Norticaranda I just tested the indexing/join modules on NYC taxi trip data. See the test code at https://github.com/zhangjianting/cuspatial/blob/fea-quadtree-indexing/cpp/tests/join/spatial_join_nyctaxi_test.cu. The results have been partially verified by maual inspection. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I found that @zhangjianting is in the development process of:
[WIP] quadtree indexing for point data and point-in-polygon based indexed spatial join
Do you expect finish this feature for rapidsai:branch-0.13 release only with 2D Spacial indexing or for 3D Spacial indexing (point cloud)?
If isn't possible for this version, what is the order do you have for the rest of features?: (KD Tree, Grid, R-Tree, Voronoi, etc) and especially for 3D spatial scenarios
We have intention to help if our skills allow us.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions