add st_hausdorffdistance#790
Conversation
|
Thanks for the contribution! Could you please clarify the use cases you want to support by adding this st function? Also,
Also, please add the Apache license header to any new files. |
|
@zhangfengcdt thanks for the comment, I want to first ask if g1.hausdorff_distance(&g2) would work?, is hausdorff_distance already defined? |
Yes, geos already support it - https://raw.githubusercontent.com/georust/geos/master/src/geometry.rs You might want to check how this one works and follow the same pattern: |
|
@zhangfengcdt yet I cannot see the defining function, could you point out to the exact logic defining the hausdorff_distance? |
|
@zhangfengcdt why the tests are in python while the implementation in rust? |
No description provided.