Scroll to navigation

MINTPY-SAVE_KMZ_TIMESERIES(1) User Commands MINTPY-SAVE_KMZ_TIMESERIES(1)

NAME

mintpy-save_kmz_timeseries - Generare Google Earth KMZ file for time-series file.

DESCRIPTION

usage: save_kmz_timeseries.py [-h] [--vel FILE] [--tcoh FILE] [--mask FILE]

[-o OUTFILE] [--steps STEPS STEPS STEPS]
[--level-of-details LODS LODS LODS LODS] [--vlim VMIN VMAX] [--wrap] [--colormap COLORMAP] [--cutoff CUTOFF] [--min-percentage MIN_PERCENTAGE] [--kk] timeseries_file

Generare Google Earth KMZ file for time-series file.

options:

show this help message and exit
Do not remove KML and data/resource files after compressing into KMZ file.

Input files:

File/Dataset to display
Timeseries file to generate KML for
Velocity file, used for the color of dot
temporal coherence file, used for stat info
Mask file
Output KMZ file name.

Display options:

configurations for the display
list of steps for output pixel (default: [20, 5, 2]). Set to [20, 5, 0] to skip the 3rd high-resolution level to reduce file size.
list of level of details to determine the visible range while browering. Default: 0, 1500, 4000, -1. Ref: https://developers.google.com/kml/documentation/kml_21tutorial
min/max range in cm/yr for color coding.
re-wrap data to [VMIN, VMAX) for color coding.
colormap used for display, i.e. jet, RdBu, hsv, jet_r, temperature, viridis, etc. colormaps in Matplotlib - http://matplotlib.org/users/colormaps.html colormaps in GMT - http://soliton.vm.bytemark.co.uk/pub/cpt-city/

HD for deforming areas:

High resolution output for deforming areas
choose points with velocity >= cutoff * MAD. Default: 3.
choose boxes with >= min percentage of pixels are deforming. Default: 0.2.

example:

cd $PROJECT_NAME/mintpy/geo save_kmz_timeseries.py geo_timeseries_ERA5_ramp_demErr.h5 save_kmz_timeseries.py geo_timeseries_ERA5_ramp_demErr.h5 -v -5 5 --wrap save_kmz_timeseries.py timeseries_ERA5_demErr.h5 --vel velocity.h5 --tcoh temporalCoherence.h5 --mask maskTempCoh.h5
May 2022 mintpy-save_kmz_timeseries v1.3.3