Class: QgsGdalUtils

Utilities for working with GDAL.

Added in version 4.2.

List of all members, including inherited members

Static Methods

supportsMrfLercCompression

Returns True if the GDAL library used by this QGIS install supports the LERC compression technique for MRF files.

supportsTiffLercCompression

Returns True if the GDAL library used by this QGIS install supports the LERC compression technique for TIFF files.

class qgis.core.QgsGdalUtils[source]

Bases: object

static supportsMrfLercCompression() bool[source]

Returns True if the GDAL library used by this QGIS install supports the LERC compression technique for MRF files.

Added in version 4.2.

Return type:

bool

static supportsTiffLercCompression() bool[source]

Returns True if the GDAL library used by this QGIS install supports the LERC compression technique for TIFF files.

Added in version 4.2.

Return type:

bool