Exif GPS lat/lng. Rational or list of 3 rationals?
Asked by
Jim Easterbrook
As I understand it (from exiv2 documentation and other sources) GPS latitude and longitude should be written to EXIF as lists of three rationals: degrees, minutes and seconds. This is what I find in files produced by other software.
So far I've been unable to persuade pyexiv2 to write anything other than a single rational, using this sort of code:
new_tag = pyexiv2.
Any attempt to pass a list of three rationals to pyexiv2.ExifTag raises a ValueError: Invalid value exception.
Have I missed something in the documentation?
Jim
Question information
- Language:
- English Edit question
- Status:
- Open
- For:
- pyexiv2 Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Jim Easterbrook for more information if necessary.
To post a message you must log in.