File: control

package info (click to toggle)
cfgrib 0.9.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,344 kB
  • sloc: python: 3,584; ansic: 118; makefile: 90
file content (31 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: cfgrib
Section: python
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13), 
 dh-sequence-python3,
 python3-all,
 python3-pytest <!nocheck>,
 python3-xarray <!nocheck>,
 python3-click <!nocheck>,
 python3-setuptools,
 python3-numpy,
 python3-attr,
 python3-cffi,
 python3-future,
 libeccodes0
Standards-Version: 4.5.1
Homepage: https://pypi.org/project/cfgrib
Vcs-Browser: https://salsa.debian.org:/science-team/cfgrib
Vcs-Git: https://salsa.debian.org:/science-team/cfgrib.git -b debian/latest

Package: python3-cfgrib
Architecture: any
Depends: ${misc:Depends}, libeccodes-data, 
 ${python3:Depends}, libeccodes0, python3-xarray, python3-cffi
Description:  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.