Bug report #21159

gdal_warp not working

Added by matteo ghetta about 5 years ago. Updated about 5 years ago.

Status:Closed
Priority:High
Assignee:-
Category:Processing/GDAL
Affected QGIS version:3.5(master) Regression?:Yes
Operating System:linux Easy fix?:No
Pull Request or Patch supplied:No Resolution:fixed/implemented
Crashes QGIS or corrupts data:No Copied to github as #:28977

Description

In Processing gdal_warp always fails with error:


2019-02-04T10:04:06     INFO    gdalwarp -t_srs EPSG:4326 -r near -of GTiff false /home/matteo/Desktop/dem.tif /home/matteo/Desktop/try.tif
2019-02-04T10:04:06     INFO    GDAL execution console output
             ERROR 4: false: No such file or directory

no matters in which CRS the input file is and fails with both temporary layer or saved on disk option. In attach a small dem.

The following command from the console works fine:

gdalwarp -t_srs EPSG:3857 /home/matteo/Desktop/dem.tif -of GTiff /home/matteo/Desktop/try.tif

dem.tif (1.82 MB) matteo ghetta, 2019-02-04 10:04 AM

History

#2 Updated by Nyall Dawson about 5 years ago

  • Resolution set to fixed/implemented
  • Status changed from Open to Closed

Also available in: Atom PDF