예제 #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()
예제 #2
0
파일: Grass7Utils.py 프로젝트: QtWorks/QGIS
 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()