Beispiel #1
0
 def getSupportedOutputRasterExtensions():
     # We use the same extensions than GDAL because:
     # - GRASS is also using GDAL for raster imports.
     # - Chances that GRASS is compiled with another version of
     # GDAL than QGIS are very limited!
     return GdalUtils.getSupportedOutputRasterExtensions()
Beispiel #2
0
 def getSupportedOutputRasterExtensions():
     # We use the same extensions than GDAL because:
     # - GRASS is also using GDAL for raster imports.
     # - Chances that GRASS is compiled with another version of
     # GDAL than QGIS are very limited!
     return GdalUtils.getSupportedOutputRasterExtensions()