Re: [gdal-dev] how to get group information from HDF file by using GDAL in CSharp

2009-03-23 Thread Frank Warmerdam
2009/3/23 jor sion : > Hi, > > I try using GDAl to read/write HDF files. > Is it possible to access the names of groups in HDF files using GDAL in > CSharp? How can I show groups like in HDF Explorer? > > I can get subdatasets's name and description information using > GetMetadata("SUBDATASETS"), b

[gdal-dev] how to get group information from HDF file by using GDAL in CSharp

2009-03-23 Thread jor sion
Hi, I try using GDAl to read/write HDF files. Is it possible to access the names of groups in HDF files using GDAL in CSharp? How can I show groups like in HDF Explorer? I can get subdatasets's name and description information using GetMetadata("SUBDATASETS"), but I want to know is there any othe