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
|
Source: mintpy
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-mkdocs,
dh-sequence-numpy3,
dh-sequence-python3,
mkdocs <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-argcomplete,
python3-cartopy,
python3-cvxopt,
python3-dask,
python3-distributed,
python3-gdal,
python3-h5py,
python3-joblib,
python3-lxml,
python3-matplotlib,
python3-numpy,
python3-numpy-dev,
python3-pyaps3,
python3-pykml,
python3-pyproj,
python3-pyresample,
python3-pysolid,
python3-requests,
python3-rich,
python3-scipy,
python3-setuptools,
python3-setuptools-scm,
python3-shapely,
python3-skimage,
python3-utm
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mintpy
Vcs-Git: https://salsa.debian.org/debian-gis-team/mintpy.git
Homepage: https://github.com/insarlab/MintPy
Description: Miami INsar Time-series software in PYthon
The Miami INsar Time-series software in PYthon (MintPy as /mInt paI/)
is an open-source package for Interferometric Synthetic Aperture Radar
(InSAR) time series analysis.
It reads the stack of interferograms (coregistered and unwrapped) in
ISCE, ARIA, FRInGE, HyP3, GMTSAR, SNAP, GAMMA or ROI_PAC format,
and produces three dimensional (2D in space and 1D in time)
ground surface displacement in line-of-sight direction.
It includes a routine time series analysis (`smallbaselineApp.py`) and
some independent toolbox.
Package: python3-mintpy
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-distributed,
python3-pysolid,
python3-gdal
Recommends: python3-pyfftw
Suggests: python-mintpy-doc
Description: ${source:Synopsis}
${source:Extended-Description}
Package: mintpy
Architecture: all
Section: utils
Depends: python3-mintpy (= ${source:Version}),
${python3:Depends},
${misc:Depends}
Recommends: python3-argcomplete
Description: ${source:Synopsis} -- scripts
${source:Extended-Description}
.
This package contain executable programs provided by the MintPy Python
package.
Package: python-mintpy-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${mkdocs:Depends}
Suggests: www-browser
Description: ${source:Synopsis} -- documentation
${source:Extended-Description}
.
This package contains the HTML documentation.
|