Open soxofaan opened 7 months ago
reported in zendesk (CDSE-101)
tutorial "getting started in R" at https://documentation.dataspace.copernicus.eu/APIs/openEO/R_Client/R.html doesn't work out of the box:
there is an example about SENTINEL1_GRD, but it is missing a sar_backscatter as documented at https://documentation.dataspace.copernicus.eu/Data/SentinelMissions/Sentinel1.html#openeo-processing-options so user ends up with
sar_backscatter
OpenEO batch job failed: OpenEOApiException(status_code=500, code='Internal', message="Backscatter coefficient 'gamma0-terrain' is not supported. Use one of ['beta0', 'sigma0-ellipsoid', 'gamma0-ellipsoid'].", id='no-request')
related: https://documentation.dataspace.copernicus.eu/Data/SentinelMissions/Sentinel1.html#openeo-processing-options should also show an R snippet on how to do sar_backscatter
reported in zendesk (CDSE-101)
tutorial "getting started in R" at https://documentation.dataspace.copernicus.eu/APIs/openEO/R_Client/R.html doesn't work out of the box:
there is an example about SENTINEL1_GRD, but it is missing a
sar_backscatter
as documented at https://documentation.dataspace.copernicus.eu/Data/SentinelMissions/Sentinel1.html#openeo-processing-options so user ends up with