Skip to content

Error reading exif latitude/ longitude saved from a Canon EOS 250D #2911

Closed Answered by clanmills
Sandor70 asked this question in Q&A
Discussion options

You must be logged in to vote

GPS metadata is usually stored as 3 rational numbers (a rational number is a pair of integers).

The option exiv2 -pv prints the values of the metadata:

0x0002 GPSInfo      GPSLatitude                 Rational    3  42/1 289918/10000 0/1

The option exiv2 -pt prints translated values of the metadata (translated = human readable)

Exif.GPSInfo.GPSLatitude                     Rational    3  42deg 29' 0"

Here's your GPSInfo metadata:

514 rmills@rmillsm1:~/Pictures/Photos $ exiv2 -pv -g GPSInfo/i ~/Desktop/302249240-c85774ca-02a0-4f0d-be23-a76094f50236.jpeg 
0x0000 GPSInfo      GPSVersionID                Byte        4  2 3 0 0
0x0001 GPSInfo      GPSLatitudeRef              Ascii       2  N
0…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by clanmills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants