pygac 1.7.3-1 source package in Ubuntu

Changelog

pygac (1.7.3-1) unstable; urgency=medium

  * New upstream release (Closes: #1066765).
  * debian/rules:
    - Remove .pytest_cache after testing.
  * Update dates in d/copyright.

 -- Antonio Valentino <email address hidden>  Sun, 24 Mar 2024 16:57:04 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pygac_1.7.3-1.dsc 3.2 KiB 59d3ed1497cd72c722bd4d56e47e454ed67e376e5ab421924936e7ebe9204aaf
pygac_1.7.3.orig.tar.gz 512.7 KiB e89b3a7d648c2979e77d87162a84aabec8a27a4c920d7708f7777f3df10ac9b4
pygac_1.7.3-1.debian.tar.xz 6.5 KiB 6d34096f5e33addb0f4fa920d21f584b75beefc2a2e6a51faa9eba6b07d57061

Available diffs

No changes file available.

Binary packages built by this source

pygac-bin: Python package to read and calibrate NOAA AVHRR GAC data -- scripts

 pygac reads NOAA AVHRR Global Area Coverage (GAC) data, and performs
 state of the art calibration and navigation.
 .
 It must be noted that pygac expects Level 1b file to contain normal
 GAC header and data records, the format of which are mentioned in the
 official NOAA POD and KLM Data User Guides.
 The user should not prepend any other header (e.g. when downloading
 GAC data from CLASS archive etc) to the L1b file.
 In the first pre-processing step, pygac determines whether the GAC
 data comes from the second (i.e. NOAA-14 and before) or the third
 generation (NOAA-15 and onwards) AVHRR instrument by "pygac-run".
 This is done by reading the first three bytes of the data set.
 If they contain the any of the following values, ["CMS", "NSS", "UKM",
 "DSS"], then the KLM reader from "gac_klm.py" file is invoked,
 otherwise the POD reader is invoked (gac_pod.py).
 .
 This package provides utilities and executable scripts.

python3-pygac: Python package to read and calibrate NOAA AVHRR GAC data

 pygac reads NOAA AVHRR Global Area Coverage (GAC) data, and performs
 state of the art calibration and navigation.
 .
 It must be noted that pygac expects Level 1b file to contain normal
 GAC header and data records, the format of which are mentioned in the
 official NOAA POD and KLM Data User Guides.
 The user should not prepend any other header (e.g. when downloading
 GAC data from CLASS archive etc) to the L1b file.
 In the first pre-processing step, pygac determines whether the GAC
 data comes from the second (i.e. NOAA-14 and before) or the third
 generation (NOAA-15 and onwards) AVHRR instrument by "pygac-run".
 This is done by reading the first three bytes of the data set.
 If they contain the any of the following values, ["CMS", "NSS", "UKM",
 "DSS"], then the KLM reader from "gac_klm.py" file is invoked,
 otherwise the POD reader is invoked (gac_pod.py).