You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
Images can have GPS info in the exif metadata. Currently we are not extracting this info. It is possible with PIL, for example.
The text was updated successfully, but these errors were encountered: