[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Russ Rew: Re: 19980529: splitting netCDF files into smaller chunks?
- Subject: Russ Rew: Re: 19980529: splitting netCDF files into smaller chunks?
- Date: Fri, 29 May 1998 15:12:58 -0600
------- Forwarded Message
Date: Fri, 29 May 1998 15:12:15 -0600
From: Russ Rew <address@hidden>
To: Joseph VanAndel <address@hidden>
Subject: Re: 19980529: splitting netCDF files into smaller chunks?
> Thanks, I've downloaded NCO, and will see it I can use it.
>
> A general question about netCDF - using the C++ interface (which just
> calls the C interface), if I only retrieve portions of my data, I
> aassume that the entire file will NOT be read into memory all at once.
>
> Am I correct?
Yes, that's right.
Our new Java interface has a ucar.multiarray.SliceMap class that also
will make this very easy, but it's not quite ready for release yet.
- --Russ
------- End of Forwarded Message