Zhang Yunjun

Results 128 comments of Zhang Yunjun

`numConn` and `maxNumConn` sounds more fluent to me as it's in the same order as "maximum number of connections". I may change mintpy option in the future to this.

You could use `c-complier` as a platform-neutral name for `gcc` in conda-forge (https://github.com/conda-forge/compilers-feedstock). Similar names exists for `cxx` and `fortran` as well.

After installing these compilers with conda, environment variables `${CC}` and `${CXX}` are created by default, to point to the correct files with long names.

Could you post an example metadata file for the hyp3 INSAR_ISCE_BURST product here for reference? @forrestfwilliams What would be a proper way to calculate the relative orbit number for the...

Right, the following `asf_search` call works. But we don't want to add it to the mintpy dependency. ```python >>> import asf_search as asf >>> asf.granule_search(['S1_213524_IW1_20170411T133605_VV_BD30-BURST'])[0].properties['pathNumber'] 100 ``` Given our discussion...

Thank you @ritwika21 for contributing! Could you add some description to the PR? And some questions on the ERA5 parallel downloading: 1. How much time does it save now with...

Any link to the code or documentation for the downloading all-at-once approach will be very helpful.

This seems like a `numpy` problem, please consider opening an issue on its repo instead. I will go ahead and close it since the mintpy code works with numpy-1.25.0 from...

Please provide more description and the value / plot comparison before / after the bugfix proposal.