cfgrib 0.9.10.3-2 source package in Ubuntu

Changelog

cfgrib (0.9.10.3-2) unstable; urgency=medium

  * Backport fix for Gaussian grid. Closes: #1033433
    - gaussian_grid.patch
  * Drop obsolete patches:
    - backend_kwargs_errors_fail.patch
    - extra_coords.patch
  * Build-Conflict: python3-cfgrib to ensure we don't use wrong version
    when testing
  * Standards-Version: 4.6.2

 -- Alastair McKinstry <email address hidden>  Sun, 02 Apr 2023 08:48:45 +0100

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cfgrib_0.9.10.3-2.dsc 2.1 KiB 78ff2f8751e5cc4123e7fd93f8c2f8d56695c187f6b65f8e916c20e84e6359f9
cfgrib_0.9.10.3.orig.tar.xz 3.7 MiB 54be07b9baaa8053bdb4fe8fd000036064a06b90c9168a124bead7f13ff4db60
cfgrib_0.9.10.3-2.debian.tar.xz 8.7 KiB 7e20281ac8121fc191b59e136e7ba68394c3ed6ee907514db67f3a5617eacaeb

Available diffs

No changes file available.

Binary packages built by this source

python3-cfgrib: Python 3 module supporting the CF convention in GRIB files

 This module provides a Python3 interface to map GRIB files to the NetCDF
 Common Data Model following the CF Conventions.
 The high level API is designed to support a GRIB backend for xarray and it is
 inspired by NetCDF-python and h5netcdf.
 Low level access and decoding is performed via the ECMWF ecCodes library.