Provides a reverse geocoding service, which is the process of back-coding of a point location (latitude, longitude) to a known location. This service relies on either a PostGIS database or shapefiles to recognize a coordinate in the boundaries of a several layers, including political divisions and subdivisions, continents and seas, etc.
The service exposed in this project is not intended to be used publicly, this service is used internally in GBIF services to interpret countries boundaries from geographic coordinates.
This project contains 3 modules:
http://{server}:{httpPort}/geocode/reverse
, and a debug interface is present at
http://{server}:{httpPort}/geocode/debug/map.html
.There is a supporting module:
Execute the Maven command:
mvn clean package verify install -P{geocode}