JuliaGeo / LibGEOS.jl

Julia package for manipulation and analysis of planar geometric objects
MIT License
72 stars 23 forks source link

add nearestPoints for prepared geometry #175

Closed jaakkor2 closed 1 year ago

jaakkor2 commented 1 year ago

Note: missing tests, I was confused that tests for nearestPoints were duplicated

visr commented 1 year ago

The duplicate tests are a leftover from #149. In that PR src/geos_operations.jl was folded into src/geos_functions.jl. But test/geos_operations.jl still remains. Would be good if you could remove the duplication and put nearestPoints tests in test/geos_functions.jl.

jaakkor2 commented 1 year ago

libgeos has nearest points tests in two files

Since the geometries are the same, I though it is a good idea to combine the tests for LibGEOS.jl.