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

feat: implement coordinate extraction from metadata #19

Open
rmm-ch opened this issue Jan 7, 2025 · 1 comment
Open

feat: implement coordinate extraction from metadata #19

rmm-ch opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rmm-ch
Copy link
Collaborator

rmm-ch commented Jan 7, 2025

Images can have GPS info in the exif metadata. Currently we are not extracting this info. It is possible with PIL, for example.

  • note: need to handle the case where this metadata is missing of course. Currently the user has to manually specify the location in the input sidebar, the function to lookup should fail gracefully and interact properly with the manual option.
@rmm-ch
Copy link
Collaborator Author

rmm-ch commented Jan 7, 2025

  • a design decision: if metadata is present, should the user be allowed to override it?
    (this decision is about the UI flow, and not about implementing the extraction itself)

@rmm-ch rmm-ch self-assigned this Jan 7, 2025
@rmm-ch rmm-ch added the enhancement New feature or request label Jan 7, 2025
rmm-ch added a commit that referenced this issue Jan 7, 2025
@rmm-ch rmm-ch added this to the UI: input handling milestone Jan 19, 2025
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