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
|
Source: python-cdo
Section: utils
Priority: extra
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 10),
python-setuptools, python3-setuptools,
python-numpy, python3-numpy,
python-all, python3-all,
dh-python
Standards-Version: 3.9.8
Homepage: http://pypi.python.org/pypi/cdo
Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-cdo.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-cdo
Section: python
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, cdo, python-numpy
Provides: ${python:Provides}
Description: Python module for Climate Data Operators
Climate Data Operators are a collection of command line Operators
to manipulate and analyse Climate model Data. Supported data formats are GRIB,
netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available.
This package provides a Python wrapper for CDO.
Package: python3-cdo
Section: python
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, cdo, python3-numpy
Description: Python3 module for Climate Data Operators
Climate Data Operators are a collection of command line Operators
to manipulate and analyse Climate model Data. Supported data formats are GRIB,
netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available.
This package provides a Python3 wrapper for CDO.
|