netcdf4-python 1.5.1.2-4build1 source package in Ubuntu

Changelog

netcdf4-python (1.5.1.2-4build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:32:56 +0000

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

Downloads

File Size SHA-256 Checksum
netcdf4-python_1.5.1.2.orig.tar.gz 787.4 KiB b58ee907207d01d08b0cec2e2c2cb8d76cd435e12290a017512adbcb3d931e58
netcdf4-python_1.5.1.2-4build1.debian.tar.xz 4.8 KiB f9b04031c4f4eb570a0f51794f38344b7534a109874df482221790bdf88532c6
netcdf4-python_1.5.1.2-4build1.dsc 2.2 KiB 18ff8c9523166919a15d3cbde4897e6267deb922262400a2bb2b2f98574d1de7

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