Russell

Results 30 comments of Russell

Some of our users ask about being able to download a georeferenced image of "the map". That is, not any particular layer. But the view as a whole. So they...

You could just install the whole thing from https://anaconda.org/conda-forge/isce2 if you dont want the joy of compiling it. `conda install -c conda-forge isce2`

Great. Conda dependency bloat can be problematic. I have had some success with using mamba for this. ``` conda install mamba -c conda-forge mamba install isce2 -c conda-forge ```

Hi @hariiirs It could be a bug in the `--num-proc 4` which hasn't been merged. See https://github.com/isce-framework/isce2/pull/271 The feedback from @yunjunz slipped past me. I will look to resolve this...

@hariirs the multilook of 3 and 9 are associated with the different azimuth and range resolutions for Sentinel-1. The outcome of ISCE2 with these parameters is a roughly regular grid....

@yunjunz I would be happy to change ``` line_cnt = 1 configObj.write_wrapper_config2run_file(configName, line_cnt) ``` to ``` configObj.write_wrapper_config2run_file(configName) ``` in the three occurrences. I left as above as it might be...

@yunjunz I think that is everything.

@yunjunz see https://github.com/isce-framework/isce2/pull/271/commits/4ffbffff0b269d13e53775394cb65da4278a1b6f and https://github.com/isce-framework/isce2/pull/271/commits/8971f5292f5803b036ac3b14e5a3893d842a2bac Though this was the first time I have attempted to update a branch for an in progress PR. Hopefully it went ok. **Edit** - I...

That should be much closer. You did this to yourself with your notes of encouragement on https://mintpy.readthedocs.io/en/latest/#5_contributing I see the CI has now passed. I am not familiar with these...

I just had the same error. Had to shave some lat & lon off the bounding box. All good now.