Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"id": "sen2like",
"id": "sen2like_processing",
"type": "openeo",
"description": "Sen2like test",
"backend": "https://openeo.eodc.eu/openeo/1.2.0",
"process_graph": {
"ardsen2like": {
"process_id": "sen2like",
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eodc/sen2like/openeo_udp/sen2like.json",
"process_id": "sen2like_processing",
"namespace": "https://raw.githubusercontent.com/ValentinaHutter/apex_algorithms/refs/heads/sen2like-rename/algorithm_catalog/eodc/sen2like/openeo_udp/sen2like_processing.json",
"arguments": {
"spatial_extent": {
"east": 16.414,
Expand Down
4 changes: 2 additions & 2 deletions algorithm_catalog/eodc/sen2like/openeo_udp/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def generate():

return build_process_dict(
process_graph=sen2like,
process_id="sen2like",
process_id="sen2like_processing",
summary="Computes a harmonzed Sentinel-2 and Landsat timeseries.",
description=(Path(__file__).parent / "README.md").read_text(),
parameters=[
Expand All @@ -68,5 +68,5 @@ def generate():


if __name__ == "__main__":
with open("sen2like.json", "w") as f:
with open("sen2like_processing.json", "w") as f:
json.dump(generate(), f, indent=2)
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"result": true
}
},
"id": "sen2like",
"id": "sen2like_processing",
"description": "# Sen2like\n\nThe Sen2Like processor was developed by ESA as part of the EU Copernicus program. It creates Sentinel-2 like harmonized (Level-2H) or fused (Level-2F) surface reflectances by harmonizing Sentinel-2 and Landsat 8/Landsat 9 to increase the temporal revisits. Based on the resulting L2F product, multiple indices can be computed, such as the NDVI and LAI. The fusion also involves the upscaling of Landsat 8/Landsat 9 data to Sentinel-2 resolution. With the new L2F data higher time-series resolution vegetation indices (such as NDVI, LAI, FAPAR, FCOVER) can be calculated.\n\n### Methodology\n\n\n\n### Quality\n\n\n\n### Links\n\n- [RD1] openEO platform Sen2like documentation https://docs.openeo.cloud/usecases/ard/sen2like",
"parameters": [
{
Expand Down
6 changes: 3 additions & 3 deletions algorithm_catalog/eodc/sen2like/records/sen2like.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "sen2like",
"id": "sen2like_processing",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core",
Expand Down Expand Up @@ -89,13 +89,13 @@
"rel": "application",
"type": "application/vnd.openeo+json;type=process",
"title": "openEO Process Definition",
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eodc/sen2like/openeo_udp/sen2like.json"
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eodc/sen2like/openeo_udp/sen2like_processing.json"
},
{
"rel": "webapp",
"type": "text/html",
"title": "OpenEO Web Editor",
"href": "https://editor.openeo.org/?wizard=UDP&wizard%7Eprocess=sen2like&wizard%7EprocessUrl=https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eodc/sen2like/openeo_udp/sen2like.json&server=openeo.eodc.eu"
"href": "https://editor.openeo.org/?wizard=UDP&wizard%7Eprocess=sen2like&wizard%7EprocessUrl=https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eodc/sen2like/openeo_udp/sen2like_processing.json&server=openeo.eodc.eu"
},
{
"rel": "code",
Expand Down
Loading