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

Bug in exifread.utils.get_gps_coordinates function (very easy to fix) #193

Open
AnthonyZi opened this issue Jan 17, 2024 · 0 comments
Open

Comments

@AnthonyZi
Copy link

The following line in exifread.utils is wrong:

gps_tags = [lng_ref_tag_name, lng_tag_name, lat_tag_name, lat_tag_name]

and should be e.g.,:

gps_tags = [lng_ref_tag_name, lng_tag_name, lat_ref_tag_name, lat_tag_name]

Link to the line:

gps_tags = [lng_ref_tag_name, lng_tag_name, lat_tag_name, lat_tag_name]

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

1 participant