loongson/pypi/: netcdf4-1.6.5 metadata and description

Simple index

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

author_email Jeff Whitaker <jeffrey.s.whitaker@noaa.gov>
classifiers
  • Development Status :: 3 - Alpha
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: MIT License
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: System :: Archiving :: Compression
  • Operating System :: OS Independent
description_content_type text/x-rst
keywords numpy,netcdf,data,science,network,oceanography,meteorology,climate
license MIT
project_urls
  • Documentation, https://unidata.github.io/netcdf4-python/
  • Repository, https://github.com/Unidata/netcdf4-python
provides_extras tests
requires_dist
  • cftime
  • certifi
  • numpy
  • Cython ; extra == 'tests'
  • packaging ; extra == 'tests'
  • pytest ; extra == 'tests'
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
netCDF4-1.6.5-cp310-cp310-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.1.0
netCDF4-1.6.5-cp311-cp311-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.1.1
netCDF4-1.6.5-cp312-cp312-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.1.2
netCDF4-1.6.5-cp38-cp38-linux_loongarch64.whl
Size
651 KB
Type
Python Wheel
Python
3.8
netCDF4-1.6.5-cp39-cp39-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.9

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.