.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH MINTPY-SAVE_KMZ_TIMESERIES "1" "May 2022" "mintpy-save_kmz_timeseries v1.3.3" "User Commands" .SH NAME mintpy-save_kmz_timeseries \- Generare Google Earth KMZ file for time\-series file. .SH DESCRIPTION usage: save_kmz_timeseries.py [\-h] [\-\-vel FILE] [\-\-tcoh FILE] [\-\-mask FILE] .TP [\-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 .PP Generare Google Earth KMZ file for time\-series file. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-kk\fR, \fB\-\-keep\-kml\fR, \fB\-\-keep\-kml\-file\fR Do not remove KML and data/resource files after compressing into KMZ file. .SS "Input files:" .IP File/Dataset to display .TP timeseries_file Timeseries file to generate KML for .TP \fB\-\-vel\fR FILE Velocity file, used for the color of dot .TP \fB\-\-tcoh\fR FILE temporal coherence file, used for stat info .TP \fB\-\-mask\fR FILE Mask file .TP \fB\-o\fR OUTFILE, \fB\-\-output\fR OUTFILE Output KMZ file name. .SS "Display options:" .IP configurations for the display .TP \fB\-\-steps\fR STEPS STEPS STEPS 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. .TP \fB\-\-level\-of\-details\fR LODS LODS LODS LODS, \fB\-\-lods\fR LODS LODS LODS LODS list of level of details to determine the visible range while browering. Default: 0, 1500, 4000, \fB\-1\fR. Ref: https://developers.google.com/kml/documentation/kml_21tutorial .TP \fB\-\-vlim\fR VMIN VMAX, \fB\-v\fR VMIN VMAX min/max range in cm/yr for color coding. .TP \fB\-\-wrap\fR re\-wrap data to [VMIN, VMAX) for color coding. .TP \fB\-\-colormap\fR COLORMAP, \fB\-c\fR COLORMAP 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/ .SS "HD for deforming areas:" .IP High resolution output for deforming areas .TP \fB\-\-cutoff\fR CUTOFF choose points with velocity >= cutoff * MAD. Default: 3. .TP \fB\-\-min\-percentage\fR MIN_PERCENTAGE, \fB\-\-min\-perc\fR MIN_PERCENTAGE choose boxes with >= min percentage of pixels are deforming. Default: 0.2. .SS "example:" .IP cd \fI\,$PROJECT_NAME/mintpy/geo\/\fP save_kmz_timeseries.py geo_timeseries_ERA5_ramp_demErr.h5 save_kmz_timeseries.py geo_timeseries_ERA5_ramp_demErr.h5 \fB\-v\fR \fB\-5\fR 5 \fB\-\-wrap\fR save_kmz_timeseries.py timeseries_ERA5_demErr.h5 \fB\-\-vel\fR velocity.h5 \fB\-\-tcoh\fR temporalCoherence.h5 \fB\-\-mask\fR maskTempCoh.h5