PyRate icon indicating copy to clipboard operation
PyRate copied to clipboard

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.

Results 32 PyRate issues
Sort by recently updated
recently updated
newest added

In light of the big changes to the Orbital module in https://github.com/GeoscienceAustralia/PyRate/pull/303, review and refactor the module. Here are some considerations: - communicate to users when is it worth using...

Use amplitude or coherence image to detect a pixel/region that is always bright or always coherent in the interferograms. This indicates low phase noise and relative stability

enhancement

The fitting of a polynomial model to calculate an orbital error estimate could result in overfitting the data if a model other then linear is chosen, particularly for large-scale Sentinel-1...

help wanted
for discussion

**Help wanted from anyone with operational experience in the interferometry software listed below (we only have current experience with Gamma)** PyRate can currently read Gamma and Roi_Pac products. To encourage...

enhancement
help wanted

Use coherence maps to derive a pixel by pixel phase noise proxy statistic for each pixel in each interferogram. Use this proxy as a criteria for picking the Minimum Spanning...

enhancement

Implement a method whereby the uncertainty (error) on the displacements is derived by Monte Carlo analysis on a set of interferogram data iteratively perturbed by suitably scaled random noise. See...

enhancement

This is handled by pyrate.vcm.cvd. Currently the calculation of autocovariance follows the method used in the Matlab code. This method truncates the covariance data used to fit the exponential model...

enhancement

Bumps [joblib](https://github.com/joblib/joblib) from 1.0.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Python 3.10 Cython 3.0.5 numpy 1.26.1 ``` numpy/core/src/multiarray/scalartypes.c.src: In function 'float_arrtype_hash': numpy/core/src/multiarray/scalartypes.c.src:2967:27: error: incompatible type for argument 1 of '_Py_HashDouble' 2967 | return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@)); In file included from...

An error occurred when using the command "python3 setup.py install", which appears to be a problem with GDAL==2.2.3 not installing properly.The screenshot of the error is as follows: ![image](https://github.com/GeoscienceAustralia/PyRate/assets/101075588/511669a4-78f3-4421-aa04-113b4fb6bd1c)