QGIS/python/core/auto_additions/qgsexiftools.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

17 lines
757 B
Python

# The following has been generated automatically from src/core/raster/qgsexiftools.h
try:
QgsExifTools.GeoTagDetails.__attribute_docs__ = {'elevation': 'GPS elevation, or NaN if elevation is not available.'}
QgsExifTools.GeoTagDetails.__group__ = ['raster']
except NameError:
pass
try:
QgsExifTools.readTags = staticmethod(QgsExifTools.readTags)
QgsExifTools.readTag = staticmethod(QgsExifTools.readTag)
QgsExifTools.getGeoTag = staticmethod(QgsExifTools.getGeoTag)
QgsExifTools.hasGeoTag = staticmethod(QgsExifTools.hasGeoTag)
QgsExifTools.geoTagImage = staticmethod(QgsExifTools.geoTagImage)
QgsExifTools.tagImage = staticmethod(QgsExifTools.tagImage)
QgsExifTools.__group__ = ['raster']
except NameError:
pass