Hi all,
I've posted a short document describing the changes I think are necessary
to accomodate supporting netCDF-3 datatype conversions here:
http://hdf.ncsa.uiuc.edu/HDF5/planning/DP/Overflow.html
Please comment and send suggestions to me. If there's enough interest, we
can have a separate meeting to discuss the changes.
Quincey
>From owner-netcdf-hdf@xxxxxxxxxxxxxxxx 13 2004 Apr -0600 13:29:33
Message-ID: <wrx4qrnhe1u.fsf@xxxxxxxxxxxxxxxxxxxxxxx>
Date: 13 Apr 2004 13:29:33 -0600
From: Ed Hartnett <ed@xxxxxxxxxxxxxxxx>
In-Reply-To: <200404131619.i3DGJ3uP005981@xxxxxxxxxxxxxxxxxxxxxx>
To: netcdf-hdf@xxxxxxxxxxxxxxxx
Subject: Re: Revising numeric overflows document
Received: (from majordo@localhost)
by unidata.ucar.edu (UCAR/Unidata) id i3DJTZwK003040
for netcdf-hdf-out; Tue, 13 Apr 2004 13:29:35 -0600 (MDT)
Received: from rodney.unidata.ucar.edu (rodney.unidata.ucar.edu
[128.117.140.88])
by unidata.ucar.edu (UCAR/Unidata) with ESMTP id i3DJTXCT003034;
Tue, 13 Apr 2004 13:29:34 -0600 (MDT)
Organization: UCAR/Unidata
Keywords: 200404131929.i3DJTXCT003034
Cc: hdf5lib@xxxxxxxxxxxxx
References: <200404131619.i3DGJ3uP005981@xxxxxxxxxxxxxxxxxxxxxx>
Lines: 24
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-netcdf-hdf@xxxxxxxxxxxxxxxx
Precedence: bulk
Reply-To: netcdf-hdf@xxxxxxxxxxxxxxxx
Quincey Koziol <koziol@xxxxxxxxxxxxx> writes:
> Hi all,
> I've posted a short document describing the changes I think are necessary
> to accomodate supporting netCDF-3 datatype conversions here:
> http://hdf.ncsa.uiuc.edu/HDF5/planning/DP/Overflow.html
>
> Please comment and send suggestions to me. If there's enough interest, we
> can have a separate meeting to discuss the changes.
>
> Quincey
Let me ask a question...
I would first define a dataset and set it's fill value.
Then I would pass a pointer to my version of the conversion function?
What would it do? Just copy the fill_buf to dst_buf?
Then I would try to transfer data.
Would I know that the callback function has been called?
Ed