[gdal-dev] Which is the way to handle altitude layers within one file?

Brian Case rush at winkey.org
Wed Dec 14 11:43:42 EST 2011


Andreas,

you can use gdal to read grib, hdf, and netcdf files built this way.
take a look at the format pages for those formats.
http://www.gdal.org/formats_list.html

note: gdal requires all the "bands" or subdatasets to be the same size

if you find yourself needing to put multiple files together use
gdalbuildvrt -separate then gdal_translate

On Wed, 2011-12-14 at 13:37 +0100, Andreas H. wrote:
> 
> the subject basically says it. What would be the way to go if I want
> to
> store multiple altitude layers within a file? The grid contains 64
> latitudes, 128 longitudes, and 60 altitude levels. How do I need to
> create
> the file in order to be able to use tools like gdalwarp to modify the
> data/grid? 



More information about the gdal-dev mailing list