Antonio Valentino pushed to branch master at Debian GIS Project / pyspectral
Commits: d5eaee29 by Antonio Valentino at 2023-11-26T08:27:16+00:00 Move common package description to source - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyspectral (0.12.5+ds-2) UNRELEASED; urgency=medium + + * debian/control: + - Move the common package description to source. + + -- Antonio Valentino <[email protected]> Sun, 26 Nov 2023 08:26:43 +0000 + pyspectral (0.12.5+ds-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -35,24 +35,6 @@ Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyspectral Vcs-Git: https://salsa.debian.org/debian-gis-team/pyspectral.git Homepage: https://github.com/pytroll/pyspectral - -Package: python3-pyspectral -Architecture: all -Depends: python3-appdirs, - python3-dask, - python3-geotiepoints, - python3-h5py, - python3-requests, - python3-scipy, - python3-yaml, - ${python3:Depends}, - ${misc:Depends} -Recommends: python3-matplotlib, - python3-tqdm -Suggests: python3-pandas, - python3-pyspectral-doc, - python3-trollsift, - python3-xlrd Description: Reading and manipulaing satellite sensor spectral responses Reading and manipulaing satellite sensor spectral responses and the solar spectrum, to perform various corrections to VIS and NIR band data. @@ -73,6 +55,26 @@ Description: Reading and manipulaing satellite sensor spectral responses scattering of molecules, absorption by atmospheric gases and aerosols, and Mie scattering of aerosols. +Package: python3-pyspectral +Architecture: all +Depends: python3-appdirs, + python3-dask, + python3-geotiepoints, + python3-h5py, + python3-requests, + python3-scipy, + python3-yaml, + ${python3:Depends}, + ${misc:Depends} +Recommends: python3-matplotlib, + python3-tqdm +Suggests: python3-pandas, + python3-pyspectral-doc, + python3-trollsift, + python3-xlrd +Description: ${source:Synopsis} + ${source:Extended-Description} + Package: python3-pyspectral-doc Architecture: all Multi-Arch: foreign @@ -81,25 +83,8 @@ Depends: ${sphinxdoc:Depends}, ${misc:Depends} Suggests: python3-pyspectral, www-browser -Description: Reading and manipulaing satellite sensor spectral responses - documentation - Reading and manipulaing satellite sensor spectral responses and the - solar spectrum, to perform various corrections to VIS and NIR band data. - . - Given a passive sensor on a meteorological satellite PySpectral - provides the relative spectral response (rsr) function(s) and offer - some basic operations like convolution with the solar spectrum to - derive the in band solar flux, for instance. - . - The focus is on imaging sensors like AVHRR, VIIRS, MODIS, ABI, AHI, - OLCI and SEVIRI. But more sensors are included and if others are - needed they can be easily added. With PySpectral it is possible to - derive the reflective and emissive parts of the signal observed in any - NIR band around 3-4 microns where both passive terrestrial emission - and solar backscatter mix the information received by the satellite. - Furthermore PySpectral allows correcting true color imagery for the - background (climatological) atmospheric signal due to Rayleigh - scattering of molecules, absorption by atmospheric gases and aerosols, - and Mie scattering of aerosols. +Description: ${source:Synopsis} -- docuentation + ${source:Extended-Description} . This package includes the PySpectral documentation in HTML format. @@ -110,24 +95,7 @@ Depends: python3-pyspectral (= ${source:Version}), ${python3:Depends}, ${misc:Depends} Suggests: python3-pyspectral-doc -Description: Reading and manipulaing satellite sensor spectral responses - scripts - Reading and manipulaing satellite sensor spectral responses and the - solar spectrum, to perform various corrections to VIS and NIR band data. - . - Given a passive sensor on a meteorological satellite PySpectral - provides the relative spectral response (rsr) function(s) and offer - some basic operations like convolution with the solar spectrum to - derive the in band solar flux, for instance. - . - The focus is on imaging sensors like AVHRR, VIIRS, MODIS, ABI, AHI, - OLCI and SEVIRI. But more sensors are included and if others are - needed they can be easily added. With PySpectral it is possible to - derive the reflective and emissive parts of the signal observed in any - NIR band around 3-4 microns where both passive terrestrial emission - and solar backscatter mix the information received by the satellite. - Furthermore PySpectral allows correcting true color imagery for the - background (climatological) atmospheric signal due to Rayleigh - scattering of molecules, absorption by atmospheric gases and aerosols, - and Mie scattering of aerosols. +Description: ${source:Synopsis} -- scripts + ${source:Extended-Description} . This package provides utilities and executable scripts. View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/d5eaee2927a899611ca76087d60922c1fc025b5c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/d5eaee2927a899611ca76087d60922c1fc025b5c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
