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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
Source: pyepr
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper (>= 11),
dh-python,
python-all-dev,
python-all-dbg,
python3-all-dev,
python3-all-dbg,
cython,
cython-dbg,
cython3,
cython3-dbg,
python-numpy,
python-numpy-dbg,
python3-numpy,
python3-numpy-dbg,
libepr-api-dev,
python-sphinx,
python3-sphinx,
texlive-latex-extra,
python3-doc,
python-numpy-doc
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyepr
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyepr.git
Homepage: https://avalentino.github.com/pyepr
Package: python-epr
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-numpy
Suggests: python-epr-doc
Description: Python ENVISAT Product Reader API (Python 2)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
(EPR API) for reading satellite data from ENVISAT ESA (European Space
Agency) mission.
.
PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR
Level 1B and Level 2 and also ASAR data products. It provides access
to the data either on a geophysical (decoded, ready-to-use pixel
samples) or on a raw data layer. The raw data access makes it possible
to read any data field contained in a product file.
.
This is the Python 2 version of the package.
Package: python-epr-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-epr (= ${binary:Version})
Recommends: python-numpy-dbg
Description: Python ENVISAT Product Reader API (debug extension for Python 2)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
(EPR API) for reading satellite data from ENVISAT ESA (European Space
Agency) mission.
.
PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR
Level 1B and Level 2 and also ASAR data products. It provides access
to the data either on a geophysical (decoded, ready-to-use pixel
samples) or on a raw data layer. The raw data access makes it possible
to read any data field contained in a product file.
.
This package contains the extension built for the Python 2 debug interpreter.
Package: python3-epr
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-numpy
Suggests: python-epr-doc
Description: Python ENVISAT Product Reader API (Python 3)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
(EPR API) for reading satellite data from ENVISAT ESA (European Space
Agency) mission.
.
PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR
Level 1B and Level 2 and also ASAR data products. It provides access
to the data either on a geophysical (decoded, ready-to-use pixel
samples) or on a raw data layer. The raw data access makes it possible
to read any data field contained in a product file.
.
This package contains pyepr for Python 3.
Package: python3-epr-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-epr (= ${binary:Version})
Recommends: python3-numpy-dbg
Description: Python ENVISAT Product Reader API (debug extension for Python 3)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
(EPR API) for reading satellite data from ENVISAT ESA (European Space
Agency) mission.
.
PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR
Level 1B and Level 2 and also ASAR data products. It provides access
to the data either on a geophysical (decoded, ready-to-use pixel
samples) or on a raw data layer. The raw data access makes it possible
to read any data field contained in a product file.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python-epr-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Suggests: www-browser
Breaks: python-epr (<< 0.9.3-4~)
Replaces: python-epr (<< 0.9.3-4~)
Description: Python ENVISAT Product Reader API (common documentation)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
(EPR API) for reading satellite data from ENVISAT ESA (European Space
Agency) mission.
.
PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR
Level 1B and Level 2 and also ASAR data products. It provides access
to the data either on a geophysical (decoded, ready-to-use pixel
samples) or on a raw data layer. The raw data access makes it possible
to read any data field contained in a product file.
.
This is the common documentation package.
|