NetLogo / GIS-Extension

the GIS (Geographic Information Systems) extension bundled with NetLogo
Other
27 stars 20 forks source link

Calculate minimum distance between two GeoFeatures #46

Open EwoutH opened 1 year ago

EwoutH commented 1 year ago

Adds a minimum-distance-of function to the NetLogo GIS Extension.

This combines #17, #18 and #19, originally written by @josephzhao.

EwoutH commented 1 year ago

Thanks a lot for the quick and extensive reply. I fixed the cases you mentioned in the review in 34a1ecb.

Unfortunately, I'm not a Java dev (and to be honest, not thinking of becoming one), so further development and testing is difficult for me. So this is probably as far as I can get this PR. Maybe @josephzhao is still interested in finishing what he started, or you or someone else want to finish it.

I've checked the "Allow edits by maintainers" checkbox on this PR. I also think you can go to https://github.dev/NetLogo/GIS-Extension/pull/46 (notice the .dev) and add commits to this PR. And otherwise, (anyone) feel fully free to take the patch of this PR and build on from there.