File: control

package info (click to toggle)
pyresample 1.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 33,236 kB
  • ctags: 3,451
  • sloc: python: 5,218; cpp: 352; makefile: 91; sh: 16
file content (112 lines) | stat: -rw-r--r-- 3,866 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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Source: pyresample
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
               dh-python,
               python-all-dev,
               python3-all-dev,
               python-setuptools,
               python3-setuptools,
               python-numpy,
               python3-numpy,
               python-pykdtree (>= 1.1.1),
               python3-pykdtree (>= 1.1.1),
               python-pyproj,
               python3-pyproj,
               python-configobj,
               python3-configobj,
               python-sphinx,
               python-numexpr,
               python3-numexpr,
               python-mpltoolkits.basemap,
               python3-mpltoolkits.basemap,
               cython,
               cython3
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyresample.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyresample.git
Homepage: https://github.com/pytroll/pyresample
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-pyresample
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         python-configobj,
         python-numpy,
         python-pyproj,
         python-pykdtree (>= 1.1.1),
         python-pyresample-test
Recommends: python-numexpr,
            python-mpltoolkits.basemap
Suggests: python-pyresample-doc
Description: Resampling of remote sensing data in Python 2
 Pyresample is a Python package for resampling (reprojection) of earth
 observing satellite data. It handles both resampling of gridded data
 (e.g. geostationary satellites) and swath data (polar orbiting
 satellites).
 .
 Pyresample can use multiple processor cores for resampling.
 Pyresample supports masked arrays.
 .
 This is the Python 2 version of the package.

Package: python3-pyresample
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-configobj,
         python3-numpy,
         python3-pyproj,
         python3-pykdtree (>= 1.1.1),
         python-pyresample-test
Recommends: python3-numexpr,
            python3-mpltoolkits.basemap
Suggests: python-pyresample-doc
Description: Resampling of remote sensing data in Python 3
 Pyresample is a Python package for resampling (reprojection) of earth
 observing satellite data. It handles both resampling of gridded data
 (e.g. geostationary satellites) and swath data (polar orbiting
 satellites).
 .
 Pyresample can use multiple processor cores for resampling.
 Pyresample supports masked arrays.
 .
 This is the Python 3 version of the package.

Package: python-pyresample-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: www-browser
Description: Resampling of remote sensing data in Python (documentation)
 Pyresample is a Python package for resampling (reprojection) of earth
 observing satellite data. It handles both resampling of gridded data
 (e.g. geostationary satellites) and swath data (polar orbiting
 satellites).
 .
 Pyresample can use multiple processor cores for resampling.
 Pyresample supports masked arrays.
 .
 This is the common documentation package.

Package: python-pyresample-test
Architecture: all
Depends: ${misc:Depends}
Description: Resampling of remote sensing data in Python (test suite)
 Pyresample is a Python package for resampling (reprojection) of earth
 observing satellite data. It handles both resampling of gridded data
 (e.g. geostationary satellites) and swath data (polar orbiting
 satellites).
 .
 Pyresample can use multiple processor cores for resampling.
 Pyresample supports masked arrays.
 .
 This package contains the test data for pyresample.