Yuan-Kai Liu

Results 16 comments of Yuan-Kai Liu

Hi @yunjunz, I am done with the changes. Please take a look!

> Hi @yuankailiu, one last question on this PR: the calculated plate motion in the vertical direction is forced to zero in the previous version ( > > https://github.com/insarlab/MintPy/blob/c15ad0f75ab042130f108512179d255e098a6bdd/mintpy/plate_motion.py#L133 >...

I see. Thanks a lot for testing this! Yes, I think in that case (when ellips=False), we can just set it to zero. Good point.

Hi, is this still under review/development? I wonder if there are any updates. Thanks.

Thank you if you can do this. [Here also needs to be changed](https://github.com/ymcmrs/ICAMS/blob/main/icams/_utils.py#L180-L182), where the minimum altitude is defined in the utility. I am still testing my changes, but there...

Hi @ymcmrs, I have a question about `start_time` and `end_time` in GAMMA, or your [`start_sar` and `end_sar` in ICAMS](https://github.com/ymcmrs/ICAMS/blob/main/icams/tropo_icams_sar.py#L320-L324) want to clarify. In the ISCE IW1.xml, there are "sensingstart" and...

Thanks for this PR. If I have my username and password stored in `~/.netrc`, ``` machine urs.earthdata.nasa.gov login blabla password blabla machine dataspace.copernicus.eu login blabla password blabla ``` then when...

The netrc reading works well. Before, when there is no token file provided or the token is outdated, this `500 Server Error` arose: `ykliu@kamb$ fetchOrbit.py -i S1A_IW_SLC__1SDV_20170303T141528_20170303T141555_015529_01983C_E4EC.zip -o . `...

Not sure if it is something to consider. But can we also make `fetchOrbit.py` to read directly from a folder and loop over the *zip files? Sort of allowing a...