pygmtsar icon indicating copy to clipboard operation
pygmtsar copied to clipboard

PyGMTSAR (Python InSAR): Powerful and Accessible Satellite Interferometry

Results 56 pygmtsar issues
Sort by recently updated
recently updated
newest added

The processing was ok but after I change the study site, I got error in sbas.compute_align() as below *** pandas.errors.InvalidIndexError: Reindexing only valid with uniquely valued Index objects I went...

I am trying to save all coherence and phase data into a GeoTIFF using sbas.export_geotiff. decimator = sbas.decimator(resolution=15) corr_sbas = decimator(ds_sbas.correlation) sbas.export_geotiff(sbas.ra2ll(corr_sbas),f'{OUTDIR}/Coherence_stack') The saved GeoTIFF should already been saved in...

**Describe the bug** ImportError: cannot import name 'AxesGeometrySource' from 'pyvista.core.utilities.geometric_sources' **To Reproduce** pv.set_plot_theme("document") **System and software version:** - OS: Ubuntu 22.04 - PyGMTSAR version: '2024.8.2.post3' - Vscode and jupyternotebook -...

Hello everyone, I'm trying to do a pygmtsar processing in Portugal, i'm using python 3.11.6 and pygmtsar 2024.8.2.post3. When I run the compute_align function, it gives me this error and...

Hi, I have an AOI that spans 3 bursts and I was following the tutorial for the Golden Valley to test the code. ![image](https://github.com/user-attachments/assets/6200811a-d560-457e-af32-7f6400dc5af2) It seems that the AOI is...

In pyGMTSAR, it seems that the PS candidates are selected based on the Amplitude Dispersion Index (ADI), as written in Stack_ps.py: psfunction = (ps.average/(2*ps.deviation)) However, in the paper "Permanent Scatterers...