I need to calculate the difference raster (between day X and (X + 3 days) ) for the following ESA products:

  • Sentinel 1 radar: Sentinel_diff
  • SMOS L3 (or L2): SMOS_diff

Having them, I wish to calculate B parameter as follows: B = SMOS_diff/aggregated(Sentinel_diff) and then interpolate B parameter to have it with Sentinel resolution.

I would like to avoid downloading all 4 data sets (2 dates for Sentinel, 2 dates for SMOS), because of their size.

Is it possible to accomplish mentioned calculations (or part of them) directly on the server?

How can I do that? Is it possible to do that from Python or R! script or SNAP tool?

I thought about Sentinel API Batch Scripting, but I can't find a calculation example on their page.

https://scihub.copernicus.eu/userguide/5APIsAndBatchScripting

More Mateusz Andrzej Kȩdzior's questions See All
Similar questions and discussions