PyRate
PyRate copied to clipboard
A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
**WARNING:** This PR is pretty big, it's a LOT of small fixes all throughout the whole code base. Probably can't be reviewed in one sitting (take your time, go through...
This PR is what I used to work around the issues w/ the current dockerfile (doesn't build for various reasons, which even after fixing manually I had issues using). The...
I’m a newbie and I’m trying to install Pyrate on Windows 10 by using Docker as suggested in the installation guide. I’ve installed Git and Docker Desktop for Windows. Then...
The current `build.yml` runs on pushes to all branches, including the `gh-pages` branch which only contains the docs and no actual code, and will therefore always fail CI. It makes...
When using the time-series data in PyRate it's standard to create an array of zeros to act as the 1st epoch. The actual "1st epoch" output is technically the 2nd...
**Describe the bug** SNAP workflow is incomplete and doesn't represent GAMMA format properly. Some discussion on SNAP forums [here](https://forum.step.esa.int/t/output-name-errors-when-saving-snap-files-for-pyrate/28849). I've been using your repo's [gamma test data](https://github.com/GeoscienceAustralia/PyRate/tree/master/tests/test_data/gamma) as a reference...
Up for discussion... **Problem** - The user has the option to project the LOS observation to the horizontal plane in the direction of the LOS vector. - This can be...
[ISCE ](https://github.com/isce-framework/isce2) is a popular opensource InSAR software package. Adding the capability to ingest interferograms in the ISCE format would be make PyRate useful for broader range of users.
**Description** - This is a note of a known issue we were unable to find a solution for. - Some frames cannot be processed with the current pyrate version, and...