AlexeyPechnikov / pygmtsar

PyGMTSAR (Python InSAR): Powerful and Accessible Satellite Interferometry
http://insar.dev/
BSD 3-Clause "New" or "Revised" License
428 stars 96 forks source link

[Bug]: AOI over 3 S1 SLC bursts not subsetting #162

Open Boorhin opened 2 months ago

Boorhin commented 2 months ago

Hi, I have an AOI that spans 3 bursts and I was following the tutorial for the Golden Valley to test the code. image

It seems that the AOI is ignored on the plots in some ways compared to the example image image

However the PS function is calculated over the 3 bursts image

I am planning to cut that corner as it is not useful so I have only 2 bursts but just to let you know.

System and software version:

AlexeyPechnikov commented 2 months ago

Yes, I see—the bounding box of the selected burst covers the area fully. You can add a buffer like AOI.buffer(0.05) to expand your Area of Interest (AOI). This issue is technically related to GMTSAR binaries used in Sentinel-1 preprocessing. I plan to develop my own Sentinel-1 preprocessor to address this and other issues (including saving significant disk space) when I have the time for this project.