Python package for creating a Fundamental Data Record (FDR) of AVHRR GAC data using pygac
Project description
pygac-fdr
Python package for creating a Fundamental Data Record (FDR) of AVHRR GAC data using pygac
Installation
To install the latest release:
pip install pygac-fdr
To install the latest development version:
pip install git+https://github.com/pytroll/pygac-fdr
Usage
To read and calibrate AVHRR GAC level 1b data, adapt the config template in etc/pygac-fdr.yaml, then
run:
pygac-fdr-run --cfg=my_config.yaml /data/avhrr_gac/NSS.GHRR.M1.D20021.S0*
Results are written into the specified output directory in netCDF format. Afterwards, collect and complement metadata of the generated netCDF files:
pygac-fdr-mda-collect --dbfile=test.sqlite3 /data/avhrr_gac/output/*
This might take some time, so the results are saved into a database. You can specify files from multiple platforms; the metadata are analyzed for each platform separately. With a large number of files you might run into limitations on the size of the command line argument ("Argument list too long"). In this case use the following command to read the list of filenames from a file (one per line):
pygac-fdr-mda-collect --dbfile=test.sqlite3 @myfiles.txt
Finally, update the netCDF metadata inplace:
pygac-fdr-mda-update --dbfile=test.sqlite3
Tips for AVHRR GAC FDR Users
Checking Global Quality Flag
The global quality flag can be checked from the command line as follows:
ncks -CH -v global_quality_flag -s "%d" myfile.nc
Cropping Overlap
Due to the data reception mechanism consecutive AVHRR GAC files often partly contain the same information. This is what
we call overlap. For example some scanlines in the end of file A also occur in the beginning of file B. The
overlap_free_start and overlap_free_end attributes in pygac-fdr output files indicate that overlap. There are two
ways to remove it:
- Cut overlap with subsequent file: Select scanlines
0:overlap_free_end - Cut overlap with preceding file: Select scanlines
overlap_free_start:-1
If, in addition, users want to create daily composites, a file containing observations from two days has to be used
twice: Once only the part before UTC 00:00, and once only the part after UTC 00:00. Cropping overlap and day together
is a little bit more complex, because the overlap might cover UTC 00:00. That is why the pygac-fdr-crop utility is
provided:
$ pygac-fdr-crop AVHRR-GAC_FDR_1C_N06_19810330T225108Z_19810331T003506Z_...nc --date 19810330
0 8260
$ pygac-fdr-crop AVHRR-GAC_FDR_1C_N06_19810330T225108Z_19810331T003506Z_...nc --date 19810331
8261 12472
The returned numbers are start- and end-scanline (0-based).
License
Copyright 2020 pygac-fdr developers
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pygac_fdr-0.3.0.tar.gz.
File metadata
- Download URL: pygac_fdr-0.3.0.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e9e49222723c91eee43ad51c13055844d192ef1fb4d9ee73b82580729c405b5
|
|
| MD5 |
1c68d37fbca34bbfd5aa99c130829f5c
|
|
| BLAKE2b-256 |
794936d864880a63f516d0c9fa10ecb4aaa321cb4b58dd7ec72a160767b36c07
|
Provenance
The following attestation bundles were made for pygac_fdr-0.3.0.tar.gz:
Publisher:
deploy-sdist.yml on pytroll/pygac-fdr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygac_fdr-0.3.0.tar.gz -
Subject digest:
9e9e49222723c91eee43ad51c13055844d192ef1fb4d9ee73b82580729c405b5 - Sigstore transparency entry: 1733582175
- Sigstore integration time:
-
Permalink:
pytroll/pygac-fdr@f0504d253365e2b75467e38d988518670e9213cd -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/pytroll
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy-sdist.yml@f0504d253365e2b75467e38d988518670e9213cd -
Trigger Event:
release
-
Statement type: