loongson/pypi/: netcdf4-1.6.5 metadata and description
Provides an object-oriented python interface to the netCDF version 4 library
author_email | Jeff Whitaker <jeffrey.s.whitaker@noaa.gov> |
classifiers |
|
description_content_type | text/x-rst |
keywords | numpy,netcdf,data,science,network,oceanography,meteorology,climate |
license | MIT |
project_urls |
|
provides_extras | tests |
requires_dist |
|
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
|
|
|
netCDF4-1.6.5-cp311-cp311-linux_loongarch64.whl
|
|
|
netCDF4-1.6.5-cp312-cp312-linux_loongarch64.whl
|
|
|
netCDF4-1.6.5-cp38-cp38-linux_loongarch64.whl
|
|
|
netCDF4-1.6.5-cp39-cp39-linux_loongarch64.whl
|
|
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.