Opened 14 years ago

Closed 14 years ago

#3743 closed defect (invalid)

GDAL fails to write ENVI file

Reported by: pprosp Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords: gdal_merge, envi
Cc:

Description

Apparently gdal_merge fails to create a multiband-ENVI type of image from external file list if no options are set or if suffix=replace is set. Output files are always created (e.g. a .bil and a .hdr), but they're empty and gdal execution last just a second. Creation only works if the suffix=add is set. My (successful) command: gdal_merge -o "c:\stack.bil" -of ENVI -separate -co interleave=bil -co suffix=add --optfile "c:\input_list.txt"

GDAL version used is the one included in FWTools 2.4.7

Change History (1)

comment:1 by pprosp, 14 years ago

Resolution: invalid
Status: newclosed

Sorry, the defect was just due to an invisible non-printable character in the calling sequence.

Note: See TracTickets for help on using tickets.