Closed JeroenVerstraelen closed 2 months ago
The SRTM DEM data is no longer available on CDSE and OTC. CloudFerro has acknowledged that there is an issue and is working on a fix. A current workaround is to explicitly use COPERNICUS_30 in the sar_backscatter process:
s1.ard_normalized_radar_backscatter(elevation_model="COPERNICUS_30") s1..sar_backscatter(elevation_model="COPERNICUS_30")
Adjusted batch_job_test.py on os_creodias_openeo_k8s to now use COPERNICUS_30 DEM by default.
Issue has been fixed by CloudFerro and the fix is now live on CDSE prod. So this issue can be closed.
The SRTM DEM data is no longer available on CDSE and OTC. CloudFerro has acknowledged that there is an issue and is working on a fix. A current workaround is to explicitly use COPERNICUS_30 in the sar_backscatter process: