MintPy
MintPy copied to clipboard
Miami InSAR time-series software in Python
**Description of proposed changes** The CLI stuff is move to dedicated modules in the `mintpy.cli` sub-package. In this way it is possible to define the single-entry point argument parser without...
As mintpy uses `print()` statements to display progress to the screen (STDOUT), this information gets scrambled on clusters. For example under LSF `bpeek` command does not properly relay where mintpy...
Provide a script for processing hyp3_product. Including crop, transfer all images from WGS84 UTM into WGS84 lat/lon to avoid the Co-Authored-By: Lei **Description of proposed changes** The projection of hyp3...
It seems that for the HyP3 option of the MintPy, the velocity map in KMZ format, generated by "save_kmz.py", can not be opened in Google Earth properly. It is due...
Currently MintPy supports only the UNR GPS solutions. It would be nice to have an option to select the GPS data source. For example, people from Scripps, MIT and JPL...
Not sure if it is bug report or feature request. ERA5 PYAPS Tropospheric delay correction currently fails with a hard to diagnose ZeroDivisionError in the progress bar class when the...
In the docker container, testings, including `MintPy/tests/smallbaselineApp.py`, on my laptop work very well, except for one issue: when I started an interactive shell session as below, `view.py` seems to work...
**Description of the problem** An error occurred when I used Mintpy to do atmospheric correction (GACOS) on the interferometric pairs derived from HYP3 sdk. I think it is the coordinate...
**Description of the desired feature** With the current version of HDF5 writing via `writefile.layout_hdf5/write_hdf5_block()`, the h5 file is complete even if the process is killed in the middle. This leads...
Goodmorning, currently the "save_qgis.py" script doesn't support a flag like "--zero-first" (as in tsview.py) to set to "0" the first value of the resulting shape file. Is there a colleague/developer...