File: control

package info (click to toggle)
pyaps3 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,460 kB
  • sloc: python: 2,491; xml: 496; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 1,536 bytes parent folder | download
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: pyaps3
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-numpy3,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-cdsapi,
               python3-grib,
               python3-hdf4,
               python3-matplotlib,
               python3-netcdf4,
               python3-numpy,
               python3-scipy,
               python3-setuptools,
               python3-setuptools-scm,
               python3-urllib3
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyaps3
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyaps3.git
Homepage: https://github.com/insarlab/PyAPS

Package: python3-pyaps3
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-cdsapi,
         python3-grib,
         python3-scipy,
         python3-urllib3
Recommends: python3-matplotlib
Suggests: python3-hdf4,
          python3-netcdf4
Description: Python based Atmospheric Phase Screen Estimation
 This Python 3 module estimates differential phase delay maps due to
 the stratified atmosphere for correcting radar interferograms.
 It is rewritten in Python 3 language from PYAPS source code and
 adapted for ECMWF's ERA-5 corrections.