netcdf4 1.1.5


pip install netcdf4==1.1.5

Project Links

Meta
Author: Jeff Whitaker

Classifiers

Development Status
  • 3 - Alpha

Intended Audience
  • Science/Research

License
  • OSI Approved

Topic
  • Software Development :: Libraries :: Python Modules
  • System :: Archiving :: Compression

Operating System
  • OS Independent

netCDF version 4 has many features not found in earlier versions of the library, such as hierarchical groups, zlib compression, multiple unlimited dimensions, and new data types. It is implemented on top of HDF5. This module implements most of the new features, and can read and write netCDF files compatible with older versions of the library. The API is modelled after Scientific.IO.NetCDF, and should be familiar to users of that module.

This project has a Subversion repository where you may access the most up-to-date source.

No dependencies