Opened 11 years ago

Closed 5 years ago

#4895 closed defect (wontfix)

gdal_merge problems with pathnames

Reported by: 45136 Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 1.9.2
Severity: normal Keywords:
Cc:

Description (last modified by 45136)

I tried to merge geotiffs from Qgis with

gdal_merge.bat -of GTiff -o D:/Karten/Geotiff/Ärowést/neu D:/Karten/Geotiff/Ärowést/Inrath5.tif D:/Karten/Geotiff/Ärowést/Inrath55.tif

which results in the following error:

ERROR 4: `D:/Karten/Geotiff/rowst/Inrath5.tif' does not exist in the file system, 
and is not recognised as a supported dataset name. 

ERROR 4: `D:/Karten/Geotiff/rowst/Inrath55.tif' does not exist in the file system, 
and is not recognised as a supported dataset name. 

Traceback (most recent call last): 
File "D:\OSGeo4W\bin\gdal_merge.py", line 509, in 
sys.exit(main()) 
File "D:\OSGeo4W\bin\gdal_merge.py", line 392, in main 
ulx = file_infos[0].ulx 
IndexError: list index out of range 

Comparing call and error message, the non-ASCII-characters of the folder names get truncated.

Other gdal commands like gdalinfo don't mind about that.

Tested with OSGeo4W Gdal Version 1.9.2 and Qgis standalone 1.8.0 with Gdal 1.9.1

Change History (2)

comment:1 by 45136, 11 years ago

Description: modified (diff)

comment:2 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.