EXIF / XMP tags¶
EXIF / XMP image tag decoding and reading.
- class orthority.exif.Exif(file)¶
Bases:
objectEXIF / XMP image tag extractor for camera model related values.
- Parameters:
file (str | PathLike | OpenFile | rio.DatasetReader) – Image file to read. Can be a path or URI string, an
OpenFileobject in binary mode ('rb'), or a dataset reader.
- property orientation: int | None¶
Image orientation code (see https://exiftool.org/TagNames/EXIF.html).
- property lla: tuple[float, float, float] | None¶
(latitude, longitude, altitude) coordinates with latitude and longitude in decimal degrees, and altitude in meters.