[FWTools] HDF5 Complex Dataset porting in GEOTIFF
    Frank Warmerdam 
    warmerdam at pobox.com
       
    Fri Feb  1 10:56:37 EST 2008
    
    
  
andyNEXT wrote:
> Hi All, 
> 
> I've to create a GTiff file from an HDF5 Complex Dataset that is a MxNx2
> matrix. The problem is that the gdal moethod Open() reads this Dataset not
> such as 2 Datasets of dimensions [MxN], but such as M datasets of dimensions
> [Nx2]. My intention is to create 2 Geotiff file of dimensions [MxN].
> 
> Does somebody know a method of gdal library to set custom Dataset band
> selection?
Andrea,
You might have better luck reaching the folks knowledgable about the HDF5
driver on the gdal-dev list.  There is no way for the user/application to
control how the HDF5 driver guesses which dimensions are x, y and bands.
But if you can provide a pointer to the dataset I might be able to tweak
the logic a bit.
Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org
    
    
More information about the FWTools
mailing list