Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

Add SENTINEL1_RTC collection #653

Closed jdries closed 4 months ago

jdries commented 5 months ago

This collection provides sentinel1 gamma0, so very promising. https://catalogue.dataspace.copernicus.eu/resto/api/collections/SENTINEL-1-RTC/search.json?

It even has stac metadata files, maybe this is a good one to implement on top of CDSE stac as well.

jdries commented 4 months ago

Example STAC reveals that it's not very helpfull: https://catalogue.dataspace.copernicus.eu/stac/collections/SENTINEL-1-RTC/items/N02E040_2020_12_27_02F5EA

https://radiantearth.github.io/stac-browser/#/external/catalogue.dataspace.copernicus.eu/stac/collections/SENTINEL-1-RTC

Inspection on disk shows that it should be possible to implement logic that finds the right files:

bash-4.4$ ls /eodata/Sentinel-1-RTC/SAR/RTC/2020/12/27/N02E040_2020_12_27_02F5EA
s1_rtc_02F5EA_N02E040_2020_12_27_ANGLE.tif  s1_rtc_02F5EA_N02E040_2020_12_27_MASK.tif  s1_rtc_02F5EA_N02E040_2020_12_27_VV.tif         s1_rtc_02F5EA_N02E040_2020_12_27_metadata.xml
s1_rtc_02F5EA_N02E040_2020_12_27_AREA.tif   s1_rtc_02F5EA_N02E040_2020_12_27_VH.tif    s1_rtc_02F5EA_N02E040_2020_12_27_metadata.json  s1_rtc_02F5EA_N02E040_2020_12_27_userdata.json
jdries commented 4 months ago

it's working, but need to blacklist it on prod so we can do proper testing

jdries commented 4 months ago

excluded from prod