Skip to content

LocateIT/geo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a Python Flask application server. The purpose of this app is to illustrate how a geospatial API can be created in Flask. The geospatial API creates a buffer polygon of a given lon and lat values with buffer distance in KM. The response of the API is a GeoJSON file containing both the given point and the created buffer using the buffer distance given.

This is an example of the API endpoint for an area in Malé, Maldives and a buffer distance of 25 KM:

http://127.0.0.1:5000/buffer-point?lon=73.51&lat=4.17&buf-dist=25

About

Geospatial Python/Flask API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.1%
  • HTML 14.9%