Source: pyresample Maintainer: Debian GIS Project Uploaders: Antonio Valentino Section: python Priority: optional Build-Depends: debhelper (>= 11.0.0), dh-python, python-all-dev, python3-all-dev, python-setuptools, python3-setuptools, python-numpy, python3-numpy, python-pykdtree (>= 1.3.1), python3-pykdtree (>= 1.3.1), python-pyproj, python3-pyproj, python-configobj, python3-configobj, python3-sphinx, python-numexpr, python3-numexpr, python-yaml, python3-yaml, python-cartopy, python3-cartopy, python-mpltoolkits.basemap, python3-mpltoolkits.basemap, python-pil, python3-pil, python-mock, python-six, python3-six, python-scipy, python3-scipy, python-rasterio, python3-rasterio, cython, cython3 Standards-Version: 4.2.1 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 Package: python-pyresample Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-configobj, python-numpy, python-pyproj, python-yaml, python-pykdtree (>= 1.3.1), python-six, python-rasterio, python-pyresample-test Recommends: python-numexpr, python-pil, python-cartopy, python-scipy Suggests: python-pyresample-doc, python-mpltoolkits.basemap 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-yaml, python3-pykdtree (>= 1.3.1), python3-six, python3-rasterio, python-pyresample-test Recommends: python3-numexpr, python3-pil, python3-cartopy, python3-scipy, python3-dask Suggests: python-pyresample-doc, python3-mpltoolkits.basemap, python3-xarray 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 Multi-Arch: foreign 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 Multi-Arch: foreign Depends: ${misc:Depends}, python-mock 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.