Skip to content

Spring Boot based service for very fast offline geo coding

Notifications You must be signed in to change notification settings

jbellic/geo-reverse-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot based efficient offline geo coding service


  • Based on latest geonames.org data
  • Very fast reverse geo coding
  • Highly compressed index file
  • Possibility to regenerate custom index with excluding countries (wip)
  • Easy to use API

This implementation is used within the project Bluecate for mapping bluetooth low energy device geo position data to readable tracking information.

Parametres

  • latitude
  • longitude
  • maxDistance (cell radius in search for neighbour places - default 1500m)
  • maxHits (default 50)

Usage example with json response

http://localhost:8087/geo-reverse-service/api/geocode?latitude=50.941638&longitude=6.958975&maxDistance=3000&maxHits=5

GEO-REVERSE-SERVICE

Cloning GIT Repository

git clone https://github.com/jbellic/geo-reverse-service.git

About

Spring Boot based service for very fast offline geo coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages