netcdf4 1.5.1


pip install netcdf4==1.5.1

Project Links

Meta
Author: Jeff Whitaker

Classifiers

Development Status
  • 3 - Alpha

Programming Language
  • Python :: 2
  • Python :: 2.6
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.3
  • Python :: 3.4
  • Python :: 3.5

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 is hosted on a GitHub repository where you may access the most up-to-date source.

Wheel compatibility matrix

Platform CPython 2.7 CPython 3.5 CPython 3.6 CPython 3.7 CPython (wide) 2.7
macosx_10_10_intel
macosx_10_10_x86_64
macosx_10_6_intel
macosx_10_9_intel
macosx_10_9_x86_64
manylinux1_i686
manylinux1_x86_64
win32
win_amd64

Files in release

Extras: None
Dependencies:
numpy (>=1.7)
cftime