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

User should be able to create photos map based on GPX files #1

Open
ptanov opened this issue Jun 13, 2020 · 0 comments
Open

User should be able to create photos map based on GPX files #1

ptanov opened this issue Jun 13, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ptanov
Copy link
Owner

ptanov commented Jun 13, 2020

User should be able to provide large folder with photos and folder with GPX files.
All photos that are created during specified GPX files should be placed on map using corresponding location from GPX file.
Create a new bash script for this.

For simplicity we will assume that one GPX file is for one day (no more than one day per GPX file). Also we will assume that if there is a GPX file for a day - all photos for this day are during this GPX file. This assumption will allow us to create map "year-month-day - list gpx files". Then we can generate list "file - day" using exiftool and then we can grep for all photos per day (from the map keys). Then we can copy matched photos in tmp folder, run exiftool with -geotag option and then create map based on this folder.

How to match photo time to GPS time (time offset, daylight savings, etc.)?

@ptanov ptanov added the enhancement New feature or request label Jun 13, 2020
@ptanov ptanov self-assigned this Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant