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
|
Source: mipp
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python-all,
python-sphinx,
python3-sphinx,
python-lxml,
python-gdal,
python-pyresample
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mipp
Vcs-Git: https://salsa.debian.org/debian-gis-team/mipp.git
Homepage: https://github.com/loerum/mipp/tree/master/mipp
Package: python-mipp
Architecture: all
Depends: ${python:Depends},
${sphinxdoc:Depends},
${misc:Depends},
python-lxml,
python-gdal,
python-pyresample
Suggests: python-mpop
Description: Meteorological data Ingest-Processing Package (mipp)
It's main task is to convert low level satellite data into a format
understood by mpop (http://github.com/mraspaud/mpop).
The primary purpose is to support Geostationary satellite data
(level 1.5) but there is also support for the reading of some polar
orbiting SAR data.
.
A more sophisticated interface to satellite data objects is supported
by mpop.
.
Currently it handles data from all current Meteosat Second Generation
(MSG) satellites, Meteosat 7, GOES 11-15, MTSAT's, and GOMS, all a
retrieved via EUMETCast.
.
In addition mipp handles Synthetic Apperture Radar (SAR) data from
Terrscan-X, Cosmo-Sky Med, and Radarsat 2.
.
This package is part of the PyTroll toolset.
Package: python-mipp-test
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-mipp
Description: Meteorological data Ingest-Processing Package (test suite)
It's main task is to convert low level satellite data into a format
understood by mpop (http://github.com/mraspaud/mpop).
The primary purpose is to support Geostationary satellite data
(level 1.5) but there is also support for the reading of some polar
orbiting SAR data.
.
A more sophisticated interface to satellite data objects is supported
by mpop.
.
Currently it handles data from all current Meteosat Second Generation
(MSG) satellites, Meteosat 7, GOES 11-15, MTSAT's, and GOMS, all a
retrieved via EUMETCast.
.
In addition mipp handles Synthetic Apperture Radar (SAR) data from
Terrscan-X, Cosmo-Sky Med, and Radarsat 2.
.
This package contains the test suite (and related data) for mipp.
|