I searched for the sen2like
process on https://hub.openeo.org/ and found that the EODC openEO API (https://openeo.eodc.eu/openeo/1.1.0) has an available tutorial. I followed the guide to execute sen2like_original_outputs
. Here’s the specific code:
{
"categories": [],
"deprecated": false,
"experimental": false,
"process_graph": {
"sen2like_original_outputs": {
"process_id": "sen2like_original_outputs",
"arguments": {
"spatial_extent": {
"west": 112.73384408875874,
"east": 113.16664553142033,
"south": 29.16677982614162,
"north": 29.53065621278101
},
"temporal_extent": [
"2023-08-01T00:00:00Z",
"2023-08-31T00:00:00Z"
],
"bands": [
"B02",
"B03",
"B04",
"B05",
"B06",
"B07",
"B8A"
]
},
"result": true,
"namespace": "user",
"description": "Create Sentinel 2 - like .SAFE outputs from Sentinel 2 L1C and Landsat 8 and 9 datasets."
}
}
}
However, after running this, I couldn’t see any output in the logs. It only shows: No logs available. The task ID is: 9cc5575a-d19e-4b5a-abf8-bca3d14ae241
.
I also tried other tasks, such as downloading sentinel2_L1C
, but I still couldn’t see any output in https://openeo.eodc.eu/openeo/1.1.0. However, the process worked fine on https://openeocloud.vito.be/openeo/1.0.0.
Since there are no error logs to reference, I am unsure how to troubleshoot this issue. Any assistance or guidance would be greatly appreciated.
bin