6.4. HDF5 Backend¶
The HDF5 backend creates HDF5 files with gridded products. By default it creates one HDF5 file with all products in the same file. Products are grouped together in HDF5 data groups for the grid that they are remapped to. Each grid data group has attributes describing the grid it represents. See the command line arguments for this backend for information on compressing the HDF5 files and providing longitude and latitude datasets in the files.
author: | David Hoese (davidh) |
---|---|
organization: | Space Science and Engineering Center (SSEC) |
copyright: | Copyright (c) 2012-2015 University of Wisconsin SSEC. All rights reserved. |
date: | Dec 2014 |
license: | GNU GPLv3 |
6.4.1. Command Line Arguments¶
usage: p2g_glue <frontend> hdf5 [-h] [--rescale-configs [RESCALE_CONFIGS [RESCALE_CONFIGS ...]]] [--output-pattern OUTPUT_PATTERN] [--compress {none,gzip,lzf,szip}] [--no-append] [--add-geolocation]
- Options:
--rescale-configs alternative rescale configuration files --output-pattern={satellite}_{instrument}_{begin_time}.h5 output filenaming pattern --compress=none Specify compression method for hdf5 datasets
Possible choices: none, gzip, lzf, szip
--no-append=True Don’t append to the hdf5 file if it already exists (otherwise may overwrite data) --add-geolocation=False Add ‘longitude’ and ‘latitude’ datasets for each grid