This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
------- 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