Скачала космоснимок.Нужно из 7 снимков разных каналов, сделать один с 7 каналами.Делаю все по инструкции выложенной на этом сайте, но когда дохожу до последнего действия(команда ок на объединение), то выдается следующая ошибка:
Код: Выделить всё
ERROR 4: `E:/// /LT51140242007229IKR00_B1.TIF' does not exist in the file system,
and is not recognised as a supported dataset name.
ERROR 4: `E:/// /LT51140242007229IKR00_B2.TIF' does not exist in the file system,
and is not recognised as a supported dataset name.
ERROR 4: `E:/// /LT51140242007229IKR00_B3.TIF' does not exist in the file system,
and is not recognised as a supported dataset name.
ERROR 4: `E:/// /LT51140242007229IKR00_B4.TIF' does not exist in the file system,
and is not recognised as a supported dataset name.
ERROR 4: `E:/// /LT51140242007229IKR00_B5.TIF' does not exist in the file system,
and is not recognised as a supported dataset name.
ERROR 4: `E:/// /LT51140242007229IKR00_B6.TIF' does not exist in the file system,
and is not recognised as a supported dataset name.
ERROR 4: `E:/// /LT51140242007229IKR00_B7.TIF' does not exist in the file system,
and is not recognised as a supported dataset name.
Traceback (most recent call last):
File "C:\OSGeo4W\bin\gdal_merge.py", line 509, in
sys.exit(main())
File "C:\OSGeo4W\bin\gdal_merge.py", line 392, in main
ulx = file_infos[0].ulx
IndexError: list index out of range
В командной строке у меня написано следующее:
Код: Выделить всё
gdal_merge.bat -separate -of GTiff -o "E:/Елена/ГИС/снимок со слоями/111.tif" "E:/Елена/ГИС/снимок со слоями/LT51140242007229IKR00_B1.TIF" "E:/Елена/ГИС/снимок со слоями/LT51140242007229IKR00_B2.TIF" "E:/Елена/ГИС/снимок со слоями/LT51140242007229IKR00_B3.TIF" "E:/Елена/ГИС/снимок со слоями/LT51140242007229IKR00_B4.TIF" "E:/Елена/ГИС/снимок со слоями/LT51140242007229IKR00_B5.TIF" "E:/Елена/ГИС/снимок со слоями/LT51140242007229IKR00_B6.TIF" "E:/Елена/ГИС/снимок со слоями/LT51140242007229IKR00_B7.TIF"