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
|
Source: pyresample
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: cython3,
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
dh-sequence-sphinxdoc,
libjs-mathjax <!nodoc>,
pybuild-plugin-pyproject,
python3-affine <!nocheck>,
python3-all-dev,
python3-cartopy,
python3-configobj,
python3-dask,
python3-donfig,
python3-gdal,
python3-matplotlib,
python3-numexpr,
python3-numpy-dev,
python3-pil,
python3-platformdirs,
python3-pykdtree,
python3-pyproj,
python3-pytest <!nocheck>,
python3-pytest-lazy-fixtures <!nocheck>,
python3-rasterio,
python3-scipy,
python3-setuptools,
python3-shapely,
python3-sphinx <!nodoc>,
python3-sphinx-autodoc-typehints <!nodoc>,
python3-sphinx-reredirects <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-sphinxcontrib.apidoc <!nodoc>,
python3-versioneer,
python3-xarray,
python3-yaml,
python3-zarr
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyresample
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyresample.git
Homepage: https://github.com/pytroll/pyresample
Description: Resampling of remote sensing data in Python
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.
Package: python3-pyresample
Architecture: any
Depends: python-pyresample-test,
python3-configobj,
python3-pyproj,
python3-pykdtree,
python3-rasterio,
python3-yaml,
${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: python3-affine,
python3-cartopy,
python3-dask,
python3-gdal,
python3-matplotlib,
python3-numexpr,
python3-pil,
python3-scipy,
python3-shapely,
python3-xarray,
python3-zarr
Suggests: python-pyresample-doc
Description: ${source:Synopsis}
${source:Extended-Description}
Package: python-pyresample-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends}
Suggests: www-browser
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This is the common documentation package.
Package: python-pyresample-test
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: ${source:Synopsis} (test data)
${source:Extended-Description}
.
This package contains the test data for pyresample.
|