Scroll to navigation

MINTPY-SAVE_HDFEOS5(1) User Commands MINTPY-SAVE_HDFEOS5(1)

NAME

mintpy-save_hdfeos5 - Convert MintPy timeseries product into HDF-EOS5 format

DESCRIPTION

usage: save_hdfeos5.py [-h] [-t TEMPLATE_FILE] [--tc TCOH_FILE]

[--asc SCOH_FILE] [-m MASK_FILE] [-g GEOM_FILE]
[--update] [--subset] ts_file

Convert MintPy timeseries product into HDF-EOS5 format

https://earthdata.nasa.gov/esdis/eso/standards-and-references/hdf-eos5 https://mintpy.readthedocs.io/en/latest/hdfeos5/

positional arguments:

Timeseries file

options:

show this help message and exit
Template file for 1) arguments/options and 2) missing metadata
Coherence/correlation file, i.e. temporalCoherence.h5
Average spatial coherence file, i.e. avgSpatialCoh.h5
Mask file
geometry file
Enable update mode, a.k.a. put XXXXXXXX as endDate in filename if endDate < 1 year
Enable subset mode, a.k.a. put suffix _N31700_N32100_E130500_E131100

template options:

= auto #[yes / no], auto for no, save time-series to HDF-EOS5 format
= auto #[yes / no], auto for no, put XXXXXXXX as endDate in output filename
= auto #[yes / no], auto for no, put subset range info in output filename

example:

save_hdfeos5.py geo/geo_timeseries_ERA5_ramp_demErr.h5 save_hdfeos5.py timeseries_ERA5_ramp_demErr.h5 --tc temporalCoherence.h5 --asc avgSpatialCoh.h5 -m maskTempCoh.h5 -g inputs/geometryGeo.h5
May 2022 mintpy-save_hdfeos5 v1.3.3