
netcdf4-python
The netcdf4-python project has migrated to github. Please go to the github page to create new issues/bug reports.
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.
Most new features of netCDF 4 are implemented, such as multiple unlimited dimensions, groups and zlib data compression. All the new numeric data types (such as 64 bit and unsigned integer types) are implemented. Compound and variable length (vlen) data types are supported, but the enum and opaque data types are not. Mixtures of compound and vlen data types (compound types containing vlens, and vlens containing compound types) are not supported.
Quick Links:
Download Source (version 1.0.8 and newer)
Download Windows Binaries (version 1.0.8 and newer)
News:
20140225: The netcdf4-python project has migrated from googlecode to github. The source code repository is now hosted under the Unidata project, along with the netCDF C library.
Project Information
- License: MIT License
- 97 stars
- svn-based source control
Labels:
python
numpy
netcdf
science
data
climate
meteorology
oceanography