Bug report #18051
ERROR 6: GDALDriver::Create() ... no create method implemented for this format.
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/GDAL | ||
Affected QGIS version: | 2.18.16 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | wontfix |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 25947 |
Description
A DEM is created from a .asc file OK, but when that DEM has Raster > Analysis > Fill Nodata applied the following error text occurs:
ERROR 6: GDALDriver::Create() ... no create method implemented for this format.
Traceback (most recent call last):
File "C:\PROGRA~1\QGIS2~1.18\bin\gdal_fillnodata.py", line 175, in
dst_ds.SetGeoTransform( src_ds.GetGeoTransform() )
AttributeError: 'NoneType' object has no attribute 'SetGeoTransform'
In addition I noticed Raster Gdal Setting was empty, so I tried it having added C:\Program Files\GDAL but that had no effect.
I have attached:
1) the asc file used to create the DEM
2) three screen images
3) error text file
History
#1 Updated by Alexander Bruy almost 7 years ago
- Operating System deleted (
Windows 10) - Status changed from Open to Feedback
Please test tools from the Processing. GDALTools plugin is deprecated.
#2 Updated by Stephen Eastmead almost 7 years ago
I am looking at the Toolbox GDAL Tools.
One thing that appears not to be correct but please advise me.
The deprecated GDAL plugin allowed merging of asc files when using gdalbuildvrt, but when using the gdalbuildvrt in the toolbox it only allows input of layers, requiring the prior input of asc files as tiff images, but the gdalbuildvrt help screen clearly says can be a list of txt files. Does the input form require the option to input a list of text files like .asc? or is there another way of creating a VRT from several asc files prior to further GDAL processing?
#3 Updated by Giovanni Manghi over 6 years ago
- Resolution set to wontfix
- Status changed from Feedback to Closed
Stephen Eastmead wrote:
I am looking at the Toolbox GDAL Tools.
One thing that appears not to be correct but please advise me.
The deprecated GDAL plugin allowed merging of asc files when using gdalbuildvrt, but when using the gdalbuildvrt in the toolbox it only allows input of layers, requiring the prior input of asc files as tiff images, but the gdalbuildvrt help screen clearly says can be a list of txt files. Does the input form require the option to input a list of text files like .asc? or is there another way of creating a VRT from several asc files prior to further GDAL processing?
I think there is already a feature request/issue for that. If not please file it.