save_kite.py - convert to meters for UNIT in radians#738
save_kite.py - convert to meters for UNIT in radians#738yunjunz merged 37 commits intoinsarlab:mainfrom mgovorcin:main
Conversation
Update Fork
+ add mintpy banner + add details usage for mintpy2kite() + fix typo of attr['length'] + break long lines of print() + use CENTER_LINE_UTC to replace stopUTC as the later is available for ISCE products only
+ add more comments on using velocity file as input + support geocoded ifgramStack file as input + grab date1/2 all the time
Update May 03
It's not consistent in the code (which should be corrected for consistency sometime in the futuree) and can be YYMMDD-YYMMDD or YYYYMMDD_YYYYMMDD.
Fixed option to export unwrapped interferograms from mintpy to kite format
|
Thank you @mgovorcin for maintaining Regarding I would suggest keeping this PR for |
|
Thank you @yunjunz for your comment on coherenceCD.py, I will gladly convert this script to an example jupyter notebok and submit it to MintPy-tutorial repo. Hope some people might find it useful |
resample: bugfix for auto_lat_lon_step_size() via merged src/lut_meta…
Description of proposed changes
save_kite.py - minor fixes for: 1) if .unw is used as input, 2) if input file UNIT is radian, convert to meters
coherenceCD.py - very simple script that generates a coherence change map as a difference between the average of coherence stack before the event (earthquake, vulcano eruption itd..) and average of coherence stack covering the event.
Below is the example for the Fernandina test dataset (vulcano eruption Sep 2017)
Please see if you find it useful
Reminders