-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've made a restful api on the data uploaded to dropbox #452
Comments
I'm planning on using this data to add the location info to photos from my SLR which doesn't have GPS |
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 |
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 |
I'm planning on making in a way something similart to geosetter.de tool but a web based version. Thinking a CLI |
@mendhak great photos flickr! |
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
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
The text was updated successfully, but these errors were encountered: