Hi SNAP, I used to compute Coherence between two Sentinel-1 images following this S1TBX Tutorial using this graph attached. However, even for small areas this takes very long computation because it loads full images and then debursts.
I later discovered that ASF provides single bursts, but the graph does not work anymore, it gives an error saying that the input is not a SAR product. How should I perform Coherence between two S1 Bursts?
Coherence between S-1 bursts can be obtained using the ASF On Demand processing service. This is a free, cloud-based service available through Vertex Data Search, or programmatically using the HyP3 SDK or HyP3 API.
Information on the ISCE2-based burst processing service is available in the Product Guide:
General information on the ASF On Demand processing service is available in the user guide:
There are only two files required for InSAR processing (GeoTIFF and XML). These include radar measurements, approximate orbit, geolocation points to preview the area, and more. If SNAP looks for anything more, it is a bug.
@mengdahl What approach do you suggest to generate a time series of S-1 IW SLC data spanning the period before and after the date the area covered by each slice changed?
Happy to see the Sentinel-1 SLC burst data access now operational in the Copernicus Data Space Ecosystem (Documentation - Sentinel-1 SLC Bursts) and happy to know that SNAP can support that!
I was trying to use this new burst access capability in CDSE and trying to import the extracted bursts in SNAP. Indeed, SNAP appears to read these bursts correctly; however, I encountered some issues when attempting to run some processing on them. Please check the description of the issue I found in this post I just published:
Could it be a problem on how the burst metadata are extracted in the CDSE tool or how they are read in SNAP?