Replies: 1 comment 3 replies
-
Hi @nithinme3! Glad you're checking out cuSpatial! Per our docs - Hausdorff distance is cartesian only so you will indeed need to convert to UTM prior to doing the calculations. A few questions for you:
I made a barebones example and ran it successfully on the
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for the amazing repo.
I was trying to do trajectory clustering as given in https://medium.com/rapids-ai/releasing-cuspatial-to-accelerate-geospatial-and-spatiotemporal-processing-b686d8b32a9
I also found the github repo for the same
https://github.com/wkelongws/trajectory_clustering_with_cuspatial/
In the above repo they are first converting the trajectories to image points then they are doing hausdorff distance calculation latter clustering using db scan also.
I was wondering if we can do hausdorff distance calculation on lat long values (or at least on corresponding utm values) directly instead on image points.
My plan was to do the clustering in lat-long/utm coordinates and plot using folium.
Infact I tried hausdorff distance calculation on both utm and lat long but am getting following error,
What could be the issue?
Beta Was this translation helpful? Give feedback.
All reactions