GPS data losing accuracy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyexiv2 |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I have image files with GPS info that has a precision of fractions of a minute. (The files were generated by Microsoft Pro Photo Tools, if that's relevant.)
exiv2 can read these files OK - for example:
exiv2 -g Xmp.exif.
Error: Directory Canon with 6144 entries considered invalid; not read.
Exif.GPSInfo.
Exif.GPSInfo.
Xmp.exif.
Xmp.exif.
Reading the same file with pyexiv2 returns the Xmp keys as pyexiv2.
As I should have mentioned in question #211407 (which relates to bug #1067894) pyexiv2 returns the Exif keys as three rationals: [Fraction(47, 1), Fraction(49, 1), Fraction(22137, 625)] and [Fraction(0, 1), Fraction(42, 1), Fraction(31419, 1250)].
Thanks for the report Jim. Any chance you can attach a sample picture with similar GPS data, so I can easily reproduce and investigate?