Scroll to navigation

MINTPY-SAVE_QGIS(1) User Commands MINTPY-SAVE_QGIS(1)

NAME

mintpy-save_qgis - Convert to QGIS compatible ps time-series

DESCRIPTION

usage: save_qgis.py [-h] -g GEOM_FILE [-o SHP_FILE] [-b Y0 Y1 X0 X1]

[-B S N W E]
ts_file

Convert to QGIS compatible ps time-series

positional arguments:

time-series HDF5 file

options:

show this help message and exit
geometry HDF5 file
Output shape file.
bounding box : minLine maxLine minPixel maxPixel
bounding box in lat lon: South North West East

example:

save_qgis.py timeseries_ERA5_ramp_demErr.h5 -g inputs/geometrygeo.h5 save_qgis.py timeseries_ERA5_ramp_demErr.h5 -g inputs/geometryRadar.h5 save_qgis.py geo/geo_timeseries_ERA5_ramp_demErr.h5 -g geo/geo_geometryRadar.h5 save_qgis.py timeseries_ERA5_ramp_demErr.h5 -g inputs/geometryRadar.h5 -b 200 150 400 350
May 2022 mintpy-save_qgis v1.3.3