AtlasOfLivingAustralia / layers-store

API for access to spatial layers (grids and polygons)
3 stars 7 forks source link

Add methods to calculate the distance from a region #19

Closed MattBlissett closed 2 years ago

MattBlissett commented 2 years ago

Four commits:

I've compared the result to https://github.com/gbif/geocode (specifically, https://github.com/gbif/geocode/blob/master/geocode-ws/src/test/java/org/gbif/geocode/ws/service/impl/ShapefilesVsPostgisComparisonIT.java) and haven't found any differences. The Java version is considerably faster, mostly as it avoids the round trip to the database.