MintPy
MintPy copied to clipboard
Miami InSAR time-series software in Python
**Description of proposed changes** - The mask file is updated in GUNW products which is corrected - There was a bug related to projection that subset was not reading bounding...
This commit improves memory usage when plotting bridges. Current method creates separate mask arrays while plotting the bridges and the memory usage grows to hundreds of GBs when running tens...
**Description of proposed changes** **Reminders** - [ ] Fix #xxxx - [ ] Pass Pre-commit check (green) - [ ] Pass Codacy code review (green) - [ ] Pass Circle...
**Description of the problem** I did the following steps - 1) Downloaded unwrapped interferograms from ASF site (Hyp3 processed) 2) Unzipped each interferogram 3) Open jupyter notebook (mintpy was installed...
Currently, the following pages have links to HyP3-related documentation/tutorials, which are not consistent with the recommended ones from the HyP3 team. I would suggest the following changes to avoid potential...
## Outline This PR is meant to better handle the ionosphere correction in MintPy. Before this PR, the ionosphere data was loaded into MintPy as ionospheric interferograms. We then do...
**Description of proposed changes** Start of the implementation described here: https://github.com/insarlab/MintPy/discussions/1016 to make mintpy HDF5 stacks readable by gdal/xarray/qgis. I'll need to think of a way we can smoothly incorporate...
**Description of proposed changes** - Added two general purpose functions useful for interacting with projections other than EPSG:4326: - `reproject` convert X/Y coordinates between different EPSGs. It's more general than...
**Description of the desired feature** Just want to share a few ideas. Please feel free to move this elsewhere. - start all scripts with mp_*. This allows to see the...
As described [in this discussion](https://groups.google.com/g/mintpy/c/WhT7DJZ45eI/m/g6d6oLtpBgAJ?utm_medium=email&utm_source=footer), it would be helpful for view.py to support different projections for geocoded products. Thank you! The easy way forward would be: for products with coordinates...