Opened 13 years ago

Closed 13 years ago

#4120 closed defect (fixed)

Band names specified in aux not applied to dataset

Reported by: rprinceley Owned by: warmerdam
Priority: normal Milestone: 1.9.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords:
Cc: gaopeng

Description

GDAL does not apply band names (description) from .aux to the raster dataset.

In the attached raster, bands have been renamed to "one", "two" and "three" (LayerName entries in .aux), but this is not copied to the TIFF dataset (no band descriptions).

Attachments (1)

band_name.zip (6.7 KB ) - added by rprinceley 13 years ago.

Download all attachments as: .zip

Change History (2)

by rprinceley, 13 years ago

Attachment: band_name.zip added

comment:1 by Even Rouault, 13 years ago

Milestone: 1.9.0
Resolution: fixed
Status: newclosed

r22781 /trunk/gdal/gcore/gdalpamdataset.cpp: .aux: set band description (#4120)

Note: See TracTickets for help on using tickets.