NetCDF is a format developed at Unidata that was
inspired by the CDF format from NASA. NetCDF
stands for "Network Common Data Form" and is a
self-describing data format, commonly used in
scientific and engineering applications.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release modifies the OPeNDAP constraint parser to be more compatible with a Java version of the parser. It modifies ncgen to utilize iterators internally; there should be no user visible effect. It adds libdispatch, which decides whether to call a netcdf classic, netcdf-4, or OPeNDAP version of each function in the API. It has a fix for a make bug that caused the documentation to be unnecessarily rebuilt after make clean. It fixes a bug in accessing a multidimensional variable with more than 4 billion values on a 32-bit platform. It fixes memory performance problems in parallel I/O. There are minor bugfixes, speedups, and documentation updates.