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
|
Source: python-polsarpro
Section: python
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-dask,
python3-netcdf4,
python3-pandas,
python3-pytest <!nocheck>,
python3-scipy,
python3-setuptools,
python3-xarray
Standards-Version: 4.7.3
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/satim-co/PolSARpro
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-polsarpro
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-polsarpro.git
Description: Python implementation of selected PolSARpro functions
PolSARPro is a SW for polarimetric analysis of Synthetic Aperture
Radar (SAR) data.
It was originally developed in C and Tcl/Tk language.
This package provides a re-implementation in Python of a selected
subset of the functions of the original SW, like:
* polarimetric decompositions
* I/O routines
* polarimetric speckle filtering
Package: python3-polsarpro
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Recommends: python3-netcdf4
Description: ${source:Synopsis}
${source:Extended-Description}
Suggests: python-polsarpro-doc
Package: python-polsarpro-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: www-browser
Description: ${source:Synopsis} -- (documentation)
${source:Extended-Description}
.
This package contains the HTML documentation.
|