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. 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.1.tar.gz
.
File metadata
- Download URL: pygac-fdr-0.1.1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200712 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ad5e7648c4c497f351d4b6a0b2917161d99a8c27fa8f2a79bdd7439e18b5af0 |
|
MD5 | 902e1a6ce64baed193f58f307000d294 |
|
BLAKE2b-256 | 8105a3351b61d0e4590a73ecfa05a1d5ee4d90562aa744555fef23711a7f0ede |