netcdf4-python 1.2.1-2 source package in Ubuntu

Changelog

netcdf4-python (1.2.1-2) unstable; urgency=medium

  * Bump minimum required libnetcdf-dev to 4.4.0~rc3.

 -- Bas Couwenberg <email address hidden>  Sun, 01 Nov 2015 21:25:58 +0100

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
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.2.1-2.dsc 2.2 KiB d14930b61f990e548eeb145417c6c4b40c3b4fdc8a25ffcc22c1828cdf743019
netcdf4-python_1.2.1.orig.tar.gz 669.6 KiB b849f460c760b246d727a608bef703c5a6d5fb64ea99e0a9b0cdff091dc30ae5
netcdf4-python_1.2.1-2.debian.tar.xz 4.2 KiB 943e1127ff5266acfbde254724e4ca440820187e98deffae3bb61e813630fa7c

Available diffs

No changes file available.

Binary packages built by this source

python-netcdf4: Python 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 2.

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.