netcdf4-python 1.5.3-1build2 source package in Ubuntu

Changelog

netcdf4-python (1.5.3-1build2) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:44:32 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
netcdf4-python_1.5.3.orig.tar.gz 773.1 KiB c45d4ccc2e278635eaeb3afec657627c47bf3f92578f0217b12c61e50e6b059a
netcdf4-python_1.5.3-1build2.debian.tar.xz 4.8 KiB 4bac9ff13b92a43b191df76f05c64e4deb67ed5d74287613673708602e11a6cc
netcdf4-python_1.5.3-1build2.dsc 2.2 KiB 5f1e8ba5cd0c4d315e524a8b1cc73499d8d4c99422c3ebce36162ad10ae4ce04

Available diffs

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