mendhak / gpslogger

:satellite: Lightweight GPS Logging Application For Android.
https://gpslogger.app
Other
1.96k stars 606 forks source link

I've made a restful api on the data uploaded to dropbox #452

Open export-mike opened 8 years ago

export-mike commented 8 years ago

https://gpslogger-android.herokuapp.com/auth/dropbox

this will show a list of .gpx files for the client to then call with the file path

encodeURIComponent('/Apps/GPSLogger for Android/20160730.gpx')

discovery expects the files to be in /Apps/GPSLogger for Android

https://gpslogger-android.herokuapp.com/logs/%2FApps%2FGPSLogger%20for%20Android%2F20160730.gpx

this then shows a list of points in a json response.

Enjoy!

This is an node express app source code

export-mike commented 8 years ago

I'm planning on using this data to add the location info to photos from my SLR which doesn't have GPS

mendhak commented 8 years ago

A bit late but I thought I should mention - GPSLogger was originally created for the same reason - my SLR photos need tagging. I've been using this program to do write the EXIF: http://www.geosetter.de/en which is very good, and recently, Lightroom's built in map module which is just OK, IMO

export-mike commented 8 years ago

I've recently been using exiftool which is working really well for me, but due to me using my phone out and about on my travels i've just bought one of these so I've got something dedicated to the task, I have no idea what the quality will be like! but its £13 so can't complain!! http://www.ebay.co.uk/itm/201523909381?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

export-mike commented 8 years ago

I'm planning on making in a way something similart to geosetter.de tool but a web based version. Thinking a CLI to process exiftool data generate thumbs etc upload to s3 and post a json file to an API to publish the information to a website I'll share a link when I have a working prototype :D

export-mike commented 8 years ago

@mendhak great photos flickr!