gituser/production/: netcdf4-1.5.5.1 metadata and description

Homepage Simple index

Provides an object-oriented python interface to the netCDF version 4 library.

author Jeff Whitaker
author_email jeffrey.s.whitaker@noaa.gov
classifiers
  • Development Status :: 3 - Alpha
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: MIT License
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: System :: Archiving :: Compression
  • Operating System :: OS Independent
download_url http://python.org/pypi/netCDF4
keywords numpy,netcdf,data,science,network,oceanography,meteorology,climate
license License :: OSI Approved :: MIT License
requires_dist
  • numpy (>=1.9)
  • cftime
File Tox results History
netCDF4-1.5.5.1-cp37-cp37m-linux_x86_64.whl
Size
2 MB
Type
Python Wheel
Python
3.7
netCDF4-1.5.5.1-cp37-cp37m-manylinux2014_x86_64.whl
Size
5 MB
Type
Python Wheel
Python
3.7
netCDF4-1.5.5.1.tar.gz
Size
775 KB
Type
Source

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.