gbif / geocode

Geocode webservice and client
Apache License 2.0
4 stars 4 forks source link

GBIF Geocoder

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:

There is a supporting module:

How to build this project

Execute the Maven command:

mvn clean package verify install -P{geocode}