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.
This API is available at https://image-geoloc.herokuapp.com/
Do a POST
request at /api/geo/extract
with following parameters:
file
-> Form-data parameter
Do a POST
request at /api/geo/within
with following parameters:
file
-> Form-data parameterlatitudeA
-> Request parameter as double for point AlongitudeA
-> Request parameter as double for point AlatitudeB
-> Request parameter as double for point BlongitudeB
-> Request parameter as double for point B
A and B will be used to determine area boundaries.