Python package for creating a Fundamental Data Record (FDR) of AVHRR GAC data using pygac
Reason this release was yanked:
Alpha
Project description
pygac-fdr
Python package for creating a Fundamental Data Record (FDR) of AVHRR GAC data using pygac
Installation
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. Finally, update the netCDF metadata inplace:
pygac-fdr-mda-update --dbfile=test.sqlite3
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.1.0.tar.gz
.
File metadata
- Download URL: pygac-fdr-0.1.0.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f78eb4e6f4bae3e68860b4acc158c82fbf5ce46b4315c61003c7e3d2b0b3fa0 |
|
MD5 | ab4d67657c1b8fbd5c9840348037db52 |
|
BLAKE2b-256 | 8e79241fb42d1edeca8c293b7322db57acf917ce2b3702b7f985d645f5b10182 |