Ticket #4142 (closed enhancement: fixed)
As single MERIS band (MDS) may contain several bands in BIP format
| Reported by: | korosov | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.9.0 |
| Component: | default | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | antonio |
Description
gdalinfo MER_RR2PNPDK20030809_100609_000022512018_00466_07534_3898.N1 gives (single band output only):
Band 14 Block=1121x1 Type=UInt16, ColorInterp?=Undefined
Description = YS, SPM, Rect. Rho- MDS(16)
In fact this band contains three bands: Yellow substance, suspended minerals and rectified reflectance.
GDAL should read these variable in separate bands. E.g.:
Band 14 Block=1121x1 Type=UInt16, ColorInterp?=Undefined
Description = YS from MDS(16)
Band 15 Block=1121x1 Type=UInt16, ColorInterp?=Undefined
Description = SPM from MDS(16)
Band 16 Block=1121x1 Type=UInt16, ColorInterp?=Undefined
Description = Rect. Rho from MDS(16)
General documentation describing MERIS L2 format could be found here: http://envisat.esa.int/handbooks/meris/ More specific here, section 11.5.1.7 Data Sets, pages 89-106: http://earth.esa.int/pub/ESA_DOC/ENVISAT/Vol11_Meris_5b.pdf
The MERIS Level 2 file could be downloaded from: http://www.brockmann-consult.de/cms/web/beam/meris-products or the direct link to the example (29 MB): http://www.brockmann-consult.de/beam/data/products/MER_RR__2PNPDK20030809_100609_000022512018_00466_07534_3898.zip
