Commit graph

3 commits

Author SHA1 Message Date
Wen Heping
6d884979d6 - Update to 0.9.4 2011-06-03 01:25:30 +00:00
Martin Wilke
24401d140b - Update to 0.8.1
PR:		135907
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-24 20:57:37 +00:00
Martin Wilke
7d22134ae1 netCDF version 4 has many features not found in earlier versions of the
library and is implemented on top of HDF5. This module can read and
write files in both the new netCDF 4 and the old netCDF 3 format, and
can create files that are readable by HDF5 clients. The API modelled
after Scientific.IO.NetCDF, and should be familiar to users of that
module.

Many new features of netCDF 4 are implemented, such as multiple
unlimited dimensions, groups and zlib data compression. All the new
primitive data types (such as 64 bit and unsigned integer types) are
implemented, except variable-length strings (NC_STRING). User defined
data types (compound, vlen, enum etc.) are not supported.

WWW:  http://code.google.com/p/netcdf4-python/

PR:		ports/131866
Submitted by:	wenheping at gmail.com
2009-02-23 20:18:45 +00:00