pygac 1.5.0-1 source package in Ubuntu

Changelog

pygac (1.5.0-1) unstable; urgency=medium

  * New upstream release.
  * Update d/copyright.
  * debian/control:
    - drop dependency on cythin3 and python3-all-dev
      (replaced by python3-all)
    - add dependency on python3-bottleneck and python3-pytest
    - clean substitution variables.
  * debian/patches:
    - drop 0002-Spelling.patch, applied upstream
    - drop 0003-Fix-tests-on-bigendian-platforms.patch,
      applied upstream
    - refresh and renumber remaining patches
    - new 0002-Do-not-use-setuptools_scm.patch
    - new 0003-Install-the-tests-sub-package.patch.
  * debian/rules:
    - generate the version file (bypass setuptools_scm).
  * add d/tests.

 -- Antonio Valentino <email address hidden>  Sat, 15 Jan 2022 10:08:21 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
pygac_1.5.0-1.dsc 2.2 KiB c83a79fae7440d12076a2450c87f15244fc462eb289b3836f7231f084ec1483f
pygac_1.5.0.orig.tar.gz 478.9 KiB e61daacffe4a8b5b4848e5315a6ac12307e01aacc7212d4ff6292aa71be8c6ed
pygac_1.5.0-1.debian.tar.xz 6.2 KiB 4cc65eb5393c178b584148ed087a32d4877cdc41f30e9f9457d580345565402b

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