netcdf4-python 1.6.0-1build1 source package in Ubuntu

Changelog

netcdf4-python (1.6.0-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Thu, 03 Nov 2022 18:52:18 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
netcdf4-python_1.6.0.orig.tar.gz 789.8 KiB 9e77900090f744e6e50ca2573158e0d72172b4be3f647f47b3448f0e9df9e2bd
netcdf4-python_1.6.0-1build1.debian.tar.xz 5.4 KiB f6826c0fb5c88788f0ae85ae83c6f44538c1ec4e70bbceb67562ff3abe0ae500
netcdf4-python_1.6.0-1build1.dsc 2.1 KiB c94ac2cdc8a5b736fce23f08a47b6dbb5ce9320c0746987358929c76e717a6cf

View changes file

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