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
|
Source: sentinelsat
Section: python
Priority: optional
Maintainer: Simon Spöhel <simon@spoehel.ch>
Build-Depends:
debhelper (>= 13),
dh-python,
python3-all,
python3-click,
python3-geojson (>= 2),
python3-geomet,
python3-html2text,
python3-requests,
python3-setuptools,
python3-six,
python3-tqdm,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/sentinelsat/sentinelsat
Vcs-Browser: https://salsa.debian.org/simon-guest/sentinelsat
Vcs-Git: https://salsa.debian.org/simon-guest/sentinelsat.git
Package: python3-sentinelsat
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: search and download Sentinel satellite images (Python)
Sentinelsat makes searching, downloading and retrieving the metadata of
Sentinel satellite images from the Copernicus Open Access Hub easy.
.
This package contains the module for Python.
Package: sentinelsat
Section: python
Architecture: all
Depends:
python3-sentinelsat (= ${source:Version}),
${misc:Depends},
${python3:Depends},
Description: search and download Sentinel satellite images
Sentinelsat makes searching, downloading and retrieving the metadata of
Sentinel satellite images from the Copernicus Open Access Hub easy.
|