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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: pygrib
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
chrpath,
cython3,
python3-all-dev,
python3-numpy,
python3-numpy-dev,
dh-sequence-python3,
python3-pyproj,
python3-setuptools,
libeccodes-dev,
libg2c-dev (>= 1.8.0~1),
libpng-dev,
sphinx,
libjs-jquery,
libjs-underscore
Standards-Version: 4.7.2
Homepage: https://github.com/jswhit/pygrib
Vcs-Browser: https://salsa.debian.org/science-team/pygrib
Vcs-Git: https://salsa.debian.org/science-team/pygrib.git -b debian/latest
Package: python3-grib
Recommends: python-grib-doc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libeccodes-data,
${python3:Depends}, python3-numpy, python3-pyproj,
libeccodes-dev,
libg2c-dev | libgrib2c-dev
Replaces: python-grib (<< 2.0.0-1), python-grib-doc ( << 2.0.0-2)
Breaks: python-grib (<< 2.0.0-1), python-grib-doc ( << 2.0.0-2)
Description: Python 3 module for reading and writing GRIB files
Python 3 module for reading and writing GRIB (editions 1 and 2) files.
GRIB is the World Meterological Organization standard for
distributing gridded data. The module is a Python 3 interface
to the GRIB API C library from the
European Centre for Medium-Range Weather Forecasts (ECMWF).
.
This package also contains the cnvgrib1to2, grib_list, grib_repack, and
cnvgrib2to1 scripts.
Package: python-grib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, sphinx, libjs-jquery, libjs-underscore
Multi-Arch: foreign
Description: Documentation and examples for Python GRIB
Python module for reading and writing GRIB (editions 1 and 2) files.
GRIB is the World Meterological Organization standard for
distributing gridded data. The module is a Python interface
to the GRIB API C library from the
European Centre for Medium-Range Weather Forecasts (ECMWF).
|