netcdf4-python 1.6.4-1 source package in Ubuntu
Changelog
netcdf4-python (1.6.4-1) unstable; urgency=medium * Move from experimental to unstable. -- Bas Couwenberg <email address hidden> Sun, 11 Jun 2023 11:47:01 +0200
Upload details
- Uploaded by:
- Debian GIS Project
- Uploaded to:
- Sid
- Original maintainer:
- Debian GIS Project
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
netcdf4-python_1.6.4-1.dsc | 2.1 KiB | b2b0d20c3a2bd5a9cdf3a2dbe4649dc29294df459496a10c4023901aa23c2e03 |
netcdf4-python_1.6.4.orig.tar.gz | 808.0 KiB | aa14181683e8b661e5df1fdab13fa71a62d27b1eb6fb9d8c24995820c5edabe9 |
netcdf4-python_1.6.4-1.debian.tar.xz | 6.0 KiB | 3c383cda429c493cc181c37eb8c9e08928eb4efbf899792169c65fb36e4760d6 |
Available diffs
No changes file available.
Binary packages built by this source
- python3-netcdf4: Python 3 interface to the netCDF4 (network Common Data Form) library
NetCDF version 4 has many features not found in earlier versions of the
library and is implemented on top of HDF5. This module can read and write
files in both the new netCDF 4 and the old netCDF 3 format, and can create
files that are readable by HDF5 clients. The API is modelled after
Scientific.IO.NetCDF, and should be familiar to users of that module.
.
Most new features of netCDF 4 are implemented, such as multiple unlimited
dimensions, groups and zlib data compression. All the new numeric data types
(such as 64 bit and unsigned integer types) are implemented. Compound and
variable length (vlen) data types are supported, but the enum and opaque data
types are not. Mixtures of compound and vlen data types (compound types
containing vlens, and vlens containing compound types) are not supported.
.
This package contains the netCDF 4 module for Python 3.
- python3-netcdf4-dbgsym: debug symbols for python3-netcdf4