netcdf4-python 1.5.7-1build1 source package in Ubuntu

Changelog

netcdf4-python (1.5.7-1build1) jammy; urgency=medium

  * No-change rebuild against libnetcdf19

 -- Graham Inggs <email address hidden>  Fri, 29 Oct 2021 10:21:07 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
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.5.7.orig.tar.gz 778.7 KiB 5673896d1d39d591423abbd4856270cc901b88bdbeaf4ab293bfd7cfd77fe8d5
netcdf4-python_1.5.7-1build1.debian.tar.xz 5.3 KiB 91770115a761d52b0d1d7533f64815d3220d1d716804b8e0f5d4fcc278c3a151
netcdf4-python_1.5.7-1build1.dsc 2.1 KiB 27adf2701f021b27ec61740b3003f782a7c3ed499070aba1dd5bfc43c4b1550f

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