PyRate
PyRate copied to clipboard
A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
**Description** PyRate uses *plot_time_series.py* to show the accumulated subsidence using the tscuml files in *timeseries_dir*. This is an issue occurred for some frames, e.g. *T45D_F28S_S1A*, the below error message is...
This is a note of a known issue we were unable to find a solution for. The azimuth GeoTIFF metadata that is viewable with gdalinfo in Linux, is not viewable...
**Problem** When masking occurs based on a user supplied coherence threshold, pixels below this threshold are masked in the _prepifg_ step by converting them to NaNs. - This can cause...
**This is just a question I have up for discussion:** What do we mean when we say 2 Sigma for the error of the velocity estimates in PyRate? **Summary** -...
**Simple Change to clarify usage** Currently PyRate has 4 options to crop, would be better if we reduce to 2 because the others are redundant and confusing. Current Options: `#...
**Problem** To place all interferograms in reference to a common area, a reference pixel is chosen so that the phase from this pixel is subtracted from the whole interferogram. A...
**Description** When processing with large files (usually because of higher resolution), the below error message is raised and PyRate fails. It is to do with the use of the pickle...
PR https://github.com/GeoscienceAustralia/PyRate/pull/347 introduced a crucial bug fix to correct the way unit conversion is applied. However, these changes introduced test fails in the `test_mpi_vs_multiprocess_vs_single_process` module. The tests were failing in...
**Description** - There is per interferogram masking that occurs in previous steps which reduces the total number of usable observation in the time series step. - In the configuration file...
Posting this as something that will become an issue in the future - the current CI environments use a version of OpenMPI that is compatible with the test suite. **Describe...