[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20051101:hdf5 file structure



Unidata Support <address@hidden> writes:

> ------- Forwarded Message
>
>>To: address@hidden
>>From: address@hidden
>>Subject: BOUNCE address@hidden: Non-member submission from [Jeff Whitaker 
>><address@hidden>] 
>>Organization: UCAR/Unidata
>>Keywords: 200511011710.jA1HA7PN025250
>
>>From address@hidden  Tue Nov  1 10:10:03 2005
> Return-Path: <address@hidden>
> Received: from paris.boulder.noaa.gov (paris.boulder.noaa.gov 
> [140.172.10.145])
>       by unidata.ucar.edu (UCAR/Unidata) with ESMTP id jA1HA27s025185
>       for <address@hidden>; Tue, 1 Nov 2005 10:10:03 -0700 (MST)
> Keywords: 200511011710.jA1HA27s025185
> Received: from [10.172.156.58] (go.cdc.noaa.gov [140.172.156.23])
>  by email.boulder.noaa.gov
>  (iPlanet Messaging Server 5.2 HotFix 2.01 (built Aug 26 2004))
>  with ESMTPSA id <address@hidden> for
>  address@hidden; Tue, 01 Nov 2005 17:09:57 +0000 (GMT)
> Date: Tue, 01 Nov 2005 10:09:57 -0700
> From: Jeff Whitaker <address@hidden>
> Subject: hdf5 file structure
> To: address@hidden
> Message-id: <address@hidden>
> Organization: NOAA Climate Diagnostics Center
> MIME-version: 1.0
> Content-type: text/plain; charset=ISO-8859-1; format=flowed
> Content-transfer-encoding: 7BIT
> X-Accept-Language: en-us, en
> User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716)
> X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
>       laraine.unidata.ucar.edu
> X-Spam-Level: 
> X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,SPF_SOFTFAIL 
>       autolearn=no version=3.0.1
>
>
> Hi:  I need to create hdf5 files (using the hdf5 API, not netcdf4) that 
> will be readable by netCDF 4 clients.  Is there a document somewhere 
> that describes the structure of the HDF5 files produced by netCDF4?  I 
> found http://www.unidata.ucar.edu/software/netcdf/netcdf-4/arch.html, 
> but it seems a bit old - is it still relevant?  Are there any sample 
> netCDF 4 files available to look at?
>
> -Jeff
>
> -- 
> Jeffrey S. Whitaker         Phone  : (303)497-6313
> Meteorologist               FAX    : (303)497-6449
> NOAA/OAR/CDC  R/CDC1        Email  : address@hidden
> 325 Broadway                Office : Skaggs Research Cntr 1D-124
> Boulder, CO, USA 80303-3328 Web    : http://tinyurl.com/5telg

Howdy Jeff!

There is no document which describes the rules, and we are not quite
clear yet on what the minimum set of rules will be.

At the moment, it is required (by netCDF-4) that you use the
dimension scale interface to make all dimensions shared dimensions,
and attach dimension scales to all your dataset dimensions.

All this is not due out in HDF5 until 1.8.0, but you can get the
development snapshots.

Otherwise, the datasets should all be in one of the netCDF-4 types
(which allows just about every kind of type, but not references.)

Finally, any groups used must be strictly hierarchical. That is, not
looping structure of groups.

Can you tell me why you are trying to produce files readable to
netCDF-4?

Thanks,

Ed
-- 
Ed Hartnett  -- address@hidden