Skip to content
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

Open
export-mike opened this issue Jul 31, 2016 · 5 comments
Open

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

export-mike opened this issue Jul 31, 2016 · 5 comments

Comments

@export-mike
Copy link

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
Copy link
Author

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

@mendhak
Copy link
Owner

mendhak commented Aug 26, 2016

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

@mendhak great photos flickr!

mendhak added a commit that referenced this issue Mar 28, 2017
lenucksi pushed a commit to lenucksi/gpslogger that referenced this issue May 2, 2017
lenucksi pushed a commit to lenucksi/gpslogger that referenced this issue May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants