Scroll to navigation

MINTPY-SAVE_KITE(1) User Commands MINTPY-SAVE_KITE(1)

NAME

mintpy-save_kite - Generate KITE (https://github.com/pyrocko/kite) npz and yaml from MintPy HDF5 file.

DESCRIPTION

usage: save_kite.py [-h] -d DSET [-g GEOM_FILE] [-m MASK_FILE] [-o OUTFILE]

[--sub-x XMIN XMAX] [--sub-y YMIN YMAX]
[--sub-lat LATMIN LATMAX] [--sub-lon LONMIN LONMAX] file

Generate KITE (https://github.com/pyrocko/kite) npz and yaml from MintPy HDF5 file.

positional arguments:

file to be converted, in geo coordinate.

options:

show this help message and exit
dataset of interest to be converted. e.g.: velocity / stepYYYYMMDD for velocity HDF5 file,
date12 in unwrapPhase-YYYYMMDD_YYYYMMDD for ifgramStack HDF5 file.
geometry file for incidence /azimuth angle and height.
mask file, or run mask.py to mask the input file beforehand.
output filename

Subset:

Display dataset in subset range
subset display in x/cross-track/range direction
subset display in y/along-track/azimuth direction
subset display in latitude
subset display in longitude

example:

## displacement [event-type inversion] # option 1: use velocity file with step estimation from timeseries2velocity.py for co-seismic displacement save_kite.py geo/geo_velocity.h5 -d step20210104 -g geo/geo_geometry.h5 -m geo/geo_maskTempCoh.h5 -o dsc
# option 2: use time-series / ifgramStack file with date1_date2 for the transient displacement: save_kite.py geo/geo_timeseries_ERA5_ramp_demErr.h5 -d 20101120_20110220 -g geo/geo_geometry.h5 -m geo/geo_maskTempCoh.h5 -o dsc save_kite.py geo/geo_ifgramStack.h5 -d unwrapPhase-20101120_20110220 -g geo/geo_geometry.h5 -m geo/geo_maskTempCoh.h5 -o dsc
## velocity [interseismic or tensile dislocation inversion] # https://pyrocko.org/beat/docs/current/examples/Rectangular_tensile.html save_kite.py geo/geo_velocity.h5 -d velocity -g geo/geo_geometry.h5 -m geo/geo_maskTempCoh.h5 -o dsc
## import to kite spool outfile_name % /do quadtree,covariance/aps and then File>Save Scene and it is ready for GROND or BEAT
May 2022 mintpy-save_kite v1.3.3