I have two rasters in Geotiff, same CRS. I tried to merge them and I have this error code
ERROR 4: `C:/Anita_Tepoztln/Rasters/e142.tif' does not exist in the file system,
and is not recognised as a supported dataset name.
ERROR 4: `C:/Anita_Tepoztln/Rasters/e145.tif' does not exist in the file system,
and is not recognised as a supported dataset name.
Traceback (most recent call last):
File "C:\PROGRA~2\Quantum GIS Lisboa\bin\gdal_merge.py", line 509, in
sys.exit(main())
File "C:\PROGRA~2\Quantum GIS Lisboa\bin\gdal_merge.py", line 392, in main
ulx = file_infos[0].ulx
IndexError: list index out of range
I wonder what I am doing wrong.
I am able to load the rasters and see them, not merging them
I am using Qgis Lisboa standallone installation, on Win7 64 16gb of RAM
