From 99495a22bb248163bdccd88a064df09f9bab6ab0 Mon Sep 17 00:00:00 2001 From: Rahmanda Wibowo Date: Fri, 8 Nov 2024 13:55:07 +0100 Subject: [PATCH 1/2] fix: sync sentinel1_stats udp description with the markdown docs --- .../sentinel1.png | Bin .../sentinel1_stats_description.md | 0 openeo_udp/sentinel1_stats/sentinel1_stats.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename algorithm_catalog/{sentinel1_stats => sentinel1_stats_files}/sentinel1.png (100%) rename algorithm_catalog/{sentinel1_stats => sentinel1_stats_files}/sentinel1_stats_description.md (100%) diff --git a/algorithm_catalog/sentinel1_stats/sentinel1.png b/algorithm_catalog/sentinel1_stats_files/sentinel1.png similarity index 100% rename from algorithm_catalog/sentinel1_stats/sentinel1.png rename to algorithm_catalog/sentinel1_stats_files/sentinel1.png diff --git a/algorithm_catalog/sentinel1_stats/sentinel1_stats_description.md b/algorithm_catalog/sentinel1_stats_files/sentinel1_stats_description.md similarity index 100% rename from algorithm_catalog/sentinel1_stats/sentinel1_stats_description.md rename to algorithm_catalog/sentinel1_stats_files/sentinel1_stats_description.md diff --git a/openeo_udp/sentinel1_stats/sentinel1_stats.json b/openeo_udp/sentinel1_stats/sentinel1_stats.json index 2993b6cd..55834449 100644 --- a/openeo_udp/sentinel1_stats/sentinel1_stats.json +++ b/openeo_udp/sentinel1_stats/sentinel1_stats.json @@ -150,7 +150,7 @@ }, "id": "sentinel1_stats", "summary": "Calculate Sentinel-1 SAR stats", - "description": "Calculate S1 SAR stats (min, max, mean, sd, q10, q50, q90). \n\nThis service can cost an approximate of 3-5 credits per sq km. \nThis cost is based on resource consumption only and added-value cost has not been included.\n", + "description": "# Description\n\nThis algorithm derives temporal statistics from the Sentinel-1 GRD collection for the selected spatial- and temporal extent of interest. In order to calibrate the SAR backscatter signal, `sigma0-ellipsoid` has been applied within this workflow.\n\n# Performance characteristics\nThe algorithm was evaluated for a spatial extent of 20x20km, for a temporal period of 3 months. The total cost for the performed evaluation was equal to 4 credits, thereby highlighting the efficiency of the underlying algorithm.\n\n# Examples\n\nBelow we show the derived minimum and maximum values for both VV and VH bands, calculated for the 20x20 km2 area of interest.\n\n![s1_stats](./sentinel1.png)", "parameters": [ { "name": "spatial_extent", From c50217eaaa93443e9ac856d74ac2e07515aaef82 Mon Sep 17 00:00:00 2001 From: Rahmanda Wibowo Date: Tue, 12 Nov 2024 08:54:42 +0100 Subject: [PATCH 2/2] fix: update README.md of sentinel1 stats --- openeo_udp/sentinel1_stats/README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/openeo_udp/sentinel1_stats/README.md b/openeo_udp/sentinel1_stats/README.md index acd4bdf5..0ba266dc 100644 --- a/openeo_udp/sentinel1_stats/README.md +++ b/openeo_udp/sentinel1_stats/README.md @@ -1,4 +1,15 @@ -Calculate S1 SAR stats (min, max, mean, sd, q10, q50, q90). +# Description -This service can cost an approximate of 3-5 credits per sq km. -This cost is based on resource consumption only and added-value cost has not been included. +This algorithm derives temporal statistics from the Sentinel-1 GRD collection for the selected spatial- and temporal extent of interest. In order to callibrate the SAR backscatter signal, `sigma0-ellipsoid` has been applied within this workflow. + + +# Performance characteristics +The algorithm was evaluated for a spatial extent of 20x20km, for a temporal period of 3 months. The total cost for the performed evaluation was equal to 4 credits, thereby highlighting the efficiency of the underlying algorithm. + + + +# Examples + +Below we show the derived minimum and maximum values for both VV and VH bands, calculated for the 20x20 km2 area of interest. + +![s1_stats](sentinel1.png) \ No newline at end of file