pygac 1.7.4-1 source package in Ubuntu

Changelog

pygac (1.7.4-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Update build dependencies (switch to hatchling).
  * debian/patches:
    - Drop 0002-Install-the-tests-sub-package.patch
    - Refresh and renumber remaining patches.
  * Update lintian overrides.

 -- Antonio Valentino <email address hidden>  Fri, 19 Jul 2024 07:12:11 +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.4-1.dsc 3.2 KiB 208ac3de0c7ac12600016e088bdcc24471958748ee7336e4de6f39543b591975
pygac_1.7.4.orig.tar.gz 504.7 KiB 53d2bb23a6670891956726c54f39a51218789d5e80a7214716b6b57de886e404
pygac_1.7.4-1.debian.tar.xz 5.9 KiB cce9577c7dacd41f2bae405fadbad282337a688d98009a619a70f9bf4dd4d0fc

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).