netcdf4-python 1.6.2-1build1 source package in Ubuntu
Changelog
netcdf4-python (1.6.2-1build1) lunar; urgency=medium * No-change rebuild with Python 3.11 only -- Graham Inggs <email address hidden> Thu, 16 Mar 2023 07:22:59 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Lunar
- Original maintainer:
- Debian GIS Project
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
netcdf4-python_1.6.2.orig.tar.gz | 793.3 KiB | f65fd438669c1714e8d41aa18a3c3eb576be4db1bd5194ece9e15503d9ddaaaf |
netcdf4-python_1.6.2-1build1.debian.tar.xz | 5.5 KiB | a1b9d1353a94f7f5ed505b7697d0aebb8122d917402069c4bf80183319429baf |
netcdf4-python_1.6.2-1build1.dsc | 2.1 KiB | eb19a6b76365ad88c81e4b7819537c33213fb2141b72504ae16d168a732aadcd |
Available diffs
- diff from 1.6.2-1 (in Debian) to 1.6.2-1build1 (319 bytes)
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