We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 66b1f53 commit 559c2d9Copy full SHA for 559c2d9
python/plugins/processing/algs/gdal/GdalUtils.py
@@ -105,9 +105,11 @@ def getSupportedRasters():
105
continue
106
shortName = driver.ShortName
107
metadata = driver.GetMetadata()
108
- if gdal.DCAP_CREATE not in metadata \
109
- or metadata[gdal.DCAP_CREATE] != 'YES':
110
- continue
+ #===================================================================
+ # if gdal.DCAP_CREATE not in metadata \
+ # or metadata[gdal.DCAP_CREATE] != 'YES':
111
+ # continue
112
113
if gdal.DMD_EXTENSION in metadata:
114
extensions = metadata[gdal.DMD_EXTENSION].split('/')
115
if extensions:
0 commit comments