Skip to content

Image geolocalisation API to determine image within specific bounds

Notifications You must be signed in to change notification settings

sahbi-ktifa/image-geoloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Geoloc API Build Status

This project aims to offer an API in order to determine image GPS location within specific bounds. This project uses Drew Noakes metadata-extractor library.

How to use API

This API is available at https://image-geoloc.herokuapp.com/

Extract picture coordinates

Do a POST request at /api/geo/extract with following parameters:

  • file -> Form-data parameter

Picture within specific bounds

Do a POST request at /api/geo/within with following parameters:

  • file -> Form-data parameter
  • latitudeA -> Request parameter as double for point A
  • longitudeA -> Request parameter as double for point A
  • latitudeB -> Request parameter as double for point B
  • longitudeB -> Request parameter as double for point B

A and B will be used to determine area boundaries.

About

Image geolocalisation API to determine image within specific bounds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published