Changes between Initial Version and Version 1 of Ticket #1900


Ignore:
Timestamp:
Oct 11, 2007, 8:25:03 AM (17 years ago)
Author:
warmerdam
Comment:

Added a few people knowledgable about HDF4 to cc list.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1900

    • Property Cc ilucena dnadeau dron added
    • Property Keywords hdf4 added
    • Property Component defaultGDAL_Raster
    • Property Status newassigned
  • Ticket #1900 – Description

    initial v1  
    22
    33In the MODIS cloud product hdf files (MOD03, MYD03) some data sets are stored with the band dimension last instead of first.
    4 
     4{{{
    55gdalinfo myfile.hdf (or gdal.Dataset.GetSubDatasets) yields:
    66[snip]
     
    88SUBDATASET_52_DESC=[2040x1354x2] Cloud_Mask_1km mod06 (8-bit integer)
    99[snip]
     10}}}
    1011
    1112So obviously there are two bands of size 2040x1354 in the subdataset. However, in order for gdal to recognize them as two bands the dimensions would have to be [2x2040x1354].