Closed jaakkor2 closed 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.
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.
Note: missing tests, I was confused that tests for
nearestPoints
were duplicated