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

I am having difficulty unstacking the cumulative displacement grids using the suggested optimization on Patreon. The velocity works fine and so do the other grids. ``` # unstack to 2D...

I am running an InSAR time-series script for about 50 S1 scenes and have hit memory issues once or twice. After aligning the images, there is a line that reads...

**Is your feature request related to a problem? Please describe.** Given that Sentinel 1 B is no longer available, I don't know how to run the code on 2 Sentinel...

Hello! After i compute the trend regression and try to save it with .sync_cube function I receive a strange error in dask client. ```2024-05-24 10:44:56,249 - distributed.protocol.core - CRITICAL -...

Hello Alexey. Border noise appears as highly coherent area This may affect trend removal due to coherence weighting? ![image](https://github.com/AlexeyPechnikov/pygmtsar/assets/50405969/70271109-9625-4b06-96b0-a2a9a49e6765) Do you usually have a method for removing this automatically or...

Hello everyone, I’m working on PS time series processing using corner reflectors (CRs) and StaMPS for dam monitoring. However, I’ve run into an issue with side lobes in the processed...

@AlexeyPechnikov , Hello Alexey, as seen in the image, you see LOS direction deformations with SBAS analysis. This is a landfill. It is normal for the deformation to be large...

Hi again, After processing the SBAS velocity, I have now been able to extract the STL analysis of the selected points of interest. What code I should use to download...

Hi, Putting SBAS processing into practice, I was faced with the question of how to remove the dates corresponding to each image (point) within the time graph of the baseline...

In [S1A_Stack_CPGF_T173_roads](https://colab.research.google.com/drive/1xhVedrIvNS66jGKgS30Dgqy0S31uJ8gm?usp=sharing) notebook there is OpenStreetMap Roads , when in try to achive same result with PyGMTSAR 2 i get stuck in part where sbas.unwrap_parallel(pairs, mask=osmmask) can we have a...