How to Install and Uninstall python3-pygac Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-pygac" package

This guide let you learn how to install python3-pygac on Kali Linux

$ sudo apt update $ sudo apt install python3-pygac

2. Uninstall "python3-pygac" package

Please follow the guidelines below to uninstall python3-pygac on Kali Linux:

$ sudo apt remove python3-pygac $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pygac package on Kali Linux

Package: python3-pygac
Source: pygac
Version: 1.7.2-2
Installed-Size: 1716
Maintainer: Debian GIS Project
Architecture: amd64
Depends: python3-geotiepoints, python3-h5py, python3-packaging, python3-pyorbital, python3-scipy, python3-bottleneck, python3-docutils, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any
Size: 285364
SHA256: 0fbaf07950fc7742942df959157b5b67763e49a5ef846549f2c184f109a4fe48
SHA1: d799b302128d7239d81406c063c5ee573ebc0343
MD5sum: 08040bee4aec5e7ad55f720a35c414b3
Description: 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).
Description-md5:
Homepage: https://github.com/pytroll/pygac
Section: python
Priority: optional
Filename: pool/main/p/pygac/python3-pygac_1.7.2-2_amd64.deb