File: control

package info (click to toggle)
satpy 0.59.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 39,292 kB
  • sloc: python: 93,630; xml: 3,343; makefile: 143; javascript: 23
file content (139 lines) | stat: -rw-r--r-- 4,740 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Source: satpy
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-numpy3,
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               libjs-jquery-datatables <!nodoc>,
               libjs-mathjax <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-astropy,
               python3-behave <!nocheck>,
               python3-bottleneck,
               python3-bs4,
               python3-cffi,
               python3-cloudpickle,
               python3-dask,
               python3-defusedxml,
               python3-distributed,
               python3-donfig,
               python3-eccodes,
               python3-ephem,
               python3-fsspec,
               python3-geotiepoints (>= 1.6),
               python3-glymur,
               python3-grib,
               python3-hatchling,
               python3-hatch-vcs,
               python3-h5netcdf,
               python3-h5py,
               python3-hdf4,
               python3-imageio,
               python3-netcdf4,
               python3-numpy,
               python3-packaging,
               python3-pil,
               python3-pint,
               python3-pint-xarray,
               python3-platformdirs,
               python3-pooch,
               python3-pygac,
               python3-pycoast,
               python3-pydecorate,
               python3-pykdtree,
               python3-pyninjotiff,
               python3-pyorbital,
               python3-pyproj,
               python3-pyresample,
               python3-pyspectral,
               python3-pytest <!nocheck>,
               python3-pytest-lazy-fixtures <!nocheck>,
               python3-rasterio,
               python3-requests,
               python3-rioxarray,
               python3-s3fs <!nocheck>,
               python3-scipy,
               python3-skyfield,
               python3-sphinx <!nodoc>,
               python3-sphinx-autodoc-typehints <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sphinxcontrib.apidoc <!nodoc>,
               python3-tables,
               python3-tornado,
               python3-trollimage (>= 1.24),
               python3-trollsched,
               python3-trollsift,
               python3-xarray (>= 2024.10.0),
               python3-yaml,
               python3-zarr
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian-gis-team/satpy
Vcs-Git: https://salsa.debian.org/debian-gis-team/satpy.git
Homepage: https://github.com/pytroll/satpy

Package: python3-satpy
Architecture: all
Depends: python3-cffi,
         python3-dask,
         python3-donfig,
         python3-defusedxml,
         python3-eccodes,
         python3-grib,
         python3-hdf4,
         python3-packaging,
         python3-pil,
         python3-platformdirs,
         python3-pooch,
         python3-pykdtree,
         python3-pyproj,
         python3-pyresample,
         python3-scipy,
         python3-trollimage,
         python3-trollsift,
         python3-xarray,
         python3-yaml,
         python3-zarr,
         ${python3:Depends},
         ${sphinxdoc:Depends},
         ${misc:Depends}
Recommends: libjs-mathjax,
            python3-behave,
            python3-bottleneck,
            python3-bs4,
            python3-distributed,
            python3-geotiepoints,
            python3-glymur,
            python3-h5netcdf,
            python3-h5py,
            python3-imageio,
            python3-netcdf4,
            python3-pint,
            python3-pycoast,
            python3-pydecorate,
            python3-pygac,
            python3-pyninjotiff,
            python3-pyorbital,
            python3-pyspectral,
            python3-pytest,
            python3-pytest-lazy-fixtures,
            python3-rasterio,
            python3-requests,
            python3-rioxarray,
            python3-skyfield,
            python3-tables,
            python3-tornado,
            python3-trollsched
Suggests: www-browser,
          python3-numba
Description: Python package for earth-observing satellite data processing
 The SatPy package is a Python library for reading and manipulating
 meteorological remote sensing data and writing it to various image and
 data file formats. SatPy comes with the ability to make various RGB
 composites directly from satellite instrument channel data or higher level
 processing output. The pyresample package is used to resample data to
 different uniform areas or grids.