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
|
Source: satpy
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12),
dh-python,
libjs-jquery-datatables,
libjs-mathjax,
pybuild-plugin-pyproject,
python3-all,
python3-appdirs,
python3-astropy,
python3-behave,
python3-bottleneck,
python3-bs4,
python3-cloudpickle,
python3-dask (>= 2.8),
python3-defusedxml,
python3-distributed,
python3-donfig,
python3-eccodes,
python3-fsspec,
python3-geotiepoints,
python3-glymur,
python3-grib,
python3-h5netcdf,
python3-h5py,
python3-hdf4 (>= 0.10.1),
python3-imageio,
python3-libtiff,
python3-netcdf4,
python3-numpy,
python3-pil,
python3-pint,
python3-pooch,
python3-pygac (>= 1.3.0),
python3-pycoast,
python3-pydecorate,
python3-pykdtree,
python3-pyninjotiff,
python3-pyorbital (>= 1.7.3),
python3-pyproj,
python3-pyresample (>= 1.24.0),
python3-pyspectral (>= 0.8.7),
python3-pytest,
python3-pytest-lazy-fixture,
python3-rasterio,
python3-requests,
python3-rioxarray,
python3-scipy,
python3-setuptools,
python3-skyfield,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinxcontrib.apidoc,
python3-tables,
python3-tornado,
python3-trollimage (>> 1.10.1),
python3-trollsched,
python3-trollsift,
python3-xarray,
python3-yaml,
python3-zarr
Standards-Version: 4.6.1
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-appdirs,
python3-dask (>= 2.8),
python3-donfig,
python3-defusedxml,
python3-eccodes,
python3-grib,
python3-hdf4 (>= 0.10.1),
python3-pil,
python3-pooch,
python3-pykdtree,
python3-pyproj,
python3-pyresample (>= 1.12.0),
python3-scipy,
python3-trollimage (>> 1.10.1),
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-libtiff,
python3-netcdf4,
python3-pint,
python3-pycoast,
python3-pydecorate,
python3-pygac,
python3-pyninjotiff,
python3-pyorbital,
python3-pyspectral (>= 0.8.7),
python3-pytest,
python3-pytest-lazy-fixture,
python3-rasterio,
python3-requests,
python3-rioxarray,
python3-skyfield,
python3-tables,
python3-tornado,
python3-trollsched
Suggests: www-browser
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.
|