Dear Stefaan,
thanks!
Here below a summary of the process graph (changed to a random area of similar size) related to the error:
openeo.rest.OpenEoApiError: [400] ProcessUnsupported: Process with identifier ‘resample_cube_temporal’ is not available in namespace ‘None’. (ref: r-2509081114244691a6a13c5d99f16d18)
Now I am connecting to https://openeo.dataspace.copernicus.eu.
{
“process_graph”: {
“loadcollection1”: {
“process_id”: “load_collection”,
“arguments”: {
“id”: “SENTINEL2_L2A”,
“spatial_extent”: {
“west”: 12.86151363703019,
“south”: 52.2839480217307,
“east”: 12.86228393802792,
“north”: 52.28431959625967,
“crs”: “EPSG:4326”
},
“temporal_extent”: [
“2020-01-01”,
“2020-01-05”
]
}
},
“filterspatial1”: {
“process_id”: “filter_spatial”,
“arguments”: {
“data”: {
“from_node”: “loadcollection1”
},
“geometries”: {
“type”: “Polygon”,
“coordinates”: [
[
[
12.86151363703019,
52.28431076956142
],
[
12.86217244112683,
52.28431959625967
],
[
12.86228393802792,
52.28402218603096
],
[
12.8618979762296,
52.2839480217307
],
[
12.86151363703019,
52.28431076956142
]
]
]
}
}
},
“reducedimension1”: {
“process_id”: “reduce_dimension”,
“arguments”: {
“data”: {
“from_node”: “filterspatial1”
},
“dimension”: “bands”,
“reducer”: {
“process_graph”: {
“arrayelement1”: {
“process_id”: “array_element”,
“arguments”: {
“data”: {
“from_parameter”: “data”
},
“index”: 14
}
},
“eq1”: {
“process_id”: “eq”,
“arguments”: {
“x”: {
“from_node”: “arrayelement1”
},
“y”: 4
}
},
“eq2”: {
“process_id”: “eq”,
“arguments”: {
“x”: {
“from_node”: “arrayelement1”
},
“y”: 5
}
},
“or1”: {
“process_id”: “or”,
“arguments”: {
“x”: {
“from_node”: “eq1”
},
“y”: {
“from_node”: “eq2”
}
}
},
“not1”: {
“process_id”: “not”,
“arguments”: {
“x”: {
“from_node”: “or1”
}
},
“result”: true
}
}
}
}
},
“mask1”: {
“process_id”: “mask”,
“arguments”: {
“data”: {
“from_node”: “filterspatial1”
},
“mask”: {
“from_node”: “reducedimension1”
}
}
},
“resamplespatial1”: {
“process_id”: “resample_spatial”,
“arguments”: {
“align”: “upper-left”,
“data”: {
“from_node”: “mask1”
},
“method”: “bilinear”,
“projection”: “EPSG:32633”,
“resolution”: 10
}
},
“aggregatetemporalperiod1”: {
“process_id”: “aggregate_temporal_period”,
“arguments”: {
“data”: {
“from_node”: “resamplespatial1”
},
“period”: “day”,
“reducer”: {
“process_graph”: {
“median1”: {
“process_id”: “median”,
“arguments”: {
“data”: {
“from_parameter”: “data”
}
},
“result”: true
}
}
}
}
},
“resamplecubetemporal1”: {
“process_id”: “resample_cube_temporal”,
“arguments”: {
“data”: {
“from_node”: “aggregatetemporalperiod1”
},
“target”: [
“2020-01-01”,
“2020-01-02”,
“2020-01-03”,
“2020-01-04”,
“2020-01-05”
],
“valid_within”: 1
}
},
“loadcollection2”: {
“process_id”: “load_collection”,
“arguments”: {
“id”: “SENTINEL1_GRD”,
“spatial_extent”: {
“west”: 12.86151363703019,
“south”: 52.2839480217307,
“east”: 12.86228393802792,
“north”: 52.28431959625967,
“crs”: “EPSG:4326”
},
“temporal_extent”: [
“2020-01-01”,
“2020-01-05”
]
}
},
“sarbackscatter1”: {
“process_id”: “sar_backscatter”,
“arguments”: {
“coefficient”: “sigma0-ellipsoid”,
“contributing_area”: false,
“data”: {
“from_node”: “loadcollection2”
},
“elevation_model”: “COPERNICUS_30”,
“ellipsoid_incidence_angle”: false,
“local_incidence_angle”: false,
“mask”: false,
“noise_removal”: true
}
},
“filterspatial2”: {
“process_id”: “filter_spatial”,
“arguments”: {
“data”: {
“from_node”: “sarbackscatter1”
},
“geometries”: {
“type”: “Polygon”,
“coordinates”: [
[
[
12.86151363703019,
52.28431076956142
],
[
12.86217244112683,
52.28431959625967
],
[
12.86228393802792,
52.28402218603096
],
[
12.8618979762296,
52.2839480217307
],
[
12.86151363703019,
52.28431076956142
]
]
]
}
}
},
“resamplecubespatial1”: {
“process_id”: “resample_cube_spatial”,
“arguments”: {
“data”: {
“from_node”: “filterspatial2”
},
“method”: “bilinear”,
“target”: {
“from_node”: “resamplespatial1”
}
}
},
“aggregatetemporalperiod2”: {
“process_id”: “aggregate_temporal_period”,
“arguments”: {
“data”: {
“from_node”: “resamplecubespatial1”
},
“period”: “day”,
“reducer”: {
“process_graph”: {
“median2”: {
“process_id”: “median”,
“arguments”: {
“data”: {
“from_parameter”: “data”
}
},
“result”: true
}
}
}
}
},
“resamplecubetemporal2”: {
“process_id”: “resample_cube_temporal”,
“arguments”: {
“data”: {
“from_node”: “aggregatetemporalperiod2”
},
“target”: [
“2020-01-01”,
“2020-01-02”,
“2020-01-03”,
“2020-01-04”,
“2020-01-05”
],
“valid_within”: 1
}
},
“mergecubes1”: {
“process_id”: “merge_cubes”,
“arguments”: {
“cube1”: {
“from_node”: “resamplecubetemporal1”
},
“cube2”: {
“from_node”: “resamplecubetemporal2”
}
}
},
“loadcollection3”: {
“process_id”: “load_collection”,
“arguments”: {
“id”: “COPERNICUS_30”,
“spatial_extent”: {
“west”: 12.86151363703019,
“south”: 52.2839480217307,
“east”: 12.86228393802792,
“north”: 52.28431959625967,
“crs”: “EPSG:4326”
},
“temporal_extent”: [
“2020-01-01”,
“2020-01-05”
]
}
},
“filterspatial3”: {
“process_id”: “filter_spatial”,
“arguments”: {
“data”: {
“from_node”: “loadcollection3”
},
“geometries”: {
“type”: “Polygon”,
“coordinates”: [
[
[
12.86151363703019,
52.28431076956142
],
[
12.86217244112683,
52.28431959625967
],
[
12.86228393802792,
52.28402218603096
],
[
12.8618979762296,
52.2839480217307
],
[
12.86151363703019,
52.28431076956142
]
]
]
}
}
},
“resamplespatial2”: {
“process_id”: “resample_spatial”,
“arguments”: {
“align”: “upper-left”,
“data”: {
“from_node”: “filterspatial3”
},
“method”: “bilinear”,
“projection”: “EPSG:32633”,
“resolution”: 10
}
},
“resamplecubetemporal3”: {
“process_id”: “resample_cube_temporal”,
“arguments”: {
“data”: {
“from_node”: “resamplespatial2”
},
“target”: [
“2020-01-01”,
“2020-01-02”,
“2020-01-03”,
“2020-01-04”,
“2020-01-05”
]
}
},
“mergecubes2”: {
“process_id”: “merge_cubes”,
“arguments”: {
“cube1”: {
“from_node”: “mergecubes1”
},
“cube2”: {
“from_node”: “resamplecubetemporal3”
}
},
“result”: true
}
}
}