The netCDF4 module provides a Python interface to access netCDF version 4 files. It allows reading and writing files in netCDF 3 and 4 formats, and can create files readable by HDF5 clients. Most new features of netCDF 4 are supported, including multiple unlimited dimensions, groups, and zlib compression. The module aims to have an API similar to the Scientific.IO.NetCDF module.