insarlab / MintPy

Miami InSAR time-series software in Python
https://mintpy.readthedocs.io
Other
560 stars 245 forks source link

`view --dem-blend`: support data/DEM in diff resolutions #1102

Closed yunjunz closed 9 months ago

yunjunz commented 9 months ago

Description of proposed changes

This PR supports input data and DEM files in different resolution for view --dem-blend (#1089), by resampling the lower resolution one into higher resolution on the fly using skimage.transform.resize()

Reminders