/geo-api

geo-api is an API written in GO that covers GIS Functionality.

Primary LanguageGo

Geo-Api

Geo-Api is an API for GIS (Geographical Information Systems) Applications written in GO.

The API is a work in progress

Features:

  • Distance
  • MidPoint
  • Bearing
  • Destination
  • Nearest Point

If you are using Postman you can download the relative Collection in the docs folder or just press here.

Start the Application

Go Run:

make run

Docker Run

make docker-run