-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Bulk import of GPX locations (& writing to EXIF) #1397
Comments
Could you provide a sample GPX file? |
Of course! |
Having a real set of images and the GPX that go with them would be sweet. You can send them to me as a zip (or a link to it) directly here, or via email if you prefer. |
Is it expected for elevation to also be imported from the GPX? |
No, I'd not expect elevation data. AFAIK any given GPS coordinate can only have the one elevation, so having it imported adds little/nothing to the question: where did I take this photo from? Not that I'd object if it was added from the GPS track. 😎 GPS derived elevation (done direct from the GPS receiver) is pretty approximate! I think that elevation is usually derived from looking up the elevation of the coordinates, in a database. Could also use barometric pressure (which the Garmin data will have access to & is likely where the information in the track comes from). |
Do you actually need this for time zone correction? From the sample you gave me, it seems the dates in the GPX are already in the correct time zone, with regards to the dates of the photos. |
My SLR has a mind of it's own when it comes to time stamping photos (probably partly because it doesn't have any way to check the correct time). However, I can pull photos off of it with Bluetooth, even on holiday. The phone photos that I sent should align perfectly with the watch track (they share a time sync signal), but assume that I might end up needing a +1:17 offset to get the GPS location to match the place that I know that I took the SLR photo & you'll be correct more often than I'd like. |
Originally posted by @deckerst in #2
I often use my Garmin watch to log my location & don't always have location turned on, if even available, when I'm taking photos. (Those can also be imports from an SLR, which doesn't have inbuilt GPS)
I could use Digikam/similar at home, but that would need to wait for days if I'm taking photos on holiday for example
Describe the solution you'd like
Select photos. Chose location option from menu. Have an option to load a GPX file & pick a time offset. Show the result on a map, to check accuracy. Then accept the writing to EXIF for the files.
Describe alternatives you've considered
Digikam. Exiftool etc via Android CLI. Aves, one photo at a time, manually
The text was updated successfully, but these errors were encountered: