Skip to content

Commit e017d66

Browse files
committed
wind turbines: update description
1 parent 8c43600 commit e017d66

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

algorithm_catalog/dhi/wind_turbine/openeo_udp/wind_turbine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"id": "wind_turbine_detection",
1414
"summary": "Wind turbine detection",
15-
"description": "# Description\n\nDetects wind turbines in open landscapes using Sentinel-2 imagery and a pre-trained computer vision object detection model.\nOpen landscapes can be considered all landscapes outside of built-up urban and peri-urban areas together with forested areas. \nIn general open landscapes is mainly comprised of open agricultural land and nature areas. \n\nThe user selects a region of interest and specifies a year to analyze. \nThe best available Sentinel-2 imagery for the selected region is ranked based on quality metrics and\nthe highest ranked image is chosen for wind turbine detection, based on several ranking parameters. \nThe Sentinel-2 imagery is then passed to the pre-trained neural network that returns the bounding boxes \nfor each detected turbine. Wind turbines are reported with a detection probability on the scale\nof 0 - 1. The higher the probability of the detection, the higher confidence that it is a TRUE detection.\n\nAdditional filtering is applied to account for multiple detections in close proximity. \nThe end result includes a .geojson file defining the bounding box of all wind turbine detections \nwith the detection date and probability as attributes. The service is so far applicable\nto Central Europe, with plans to expand further. \n\n\n# Performance characteristics\n\n...\n\n# Examples\n\nBelow we overlay a Sentinel2-RGB image with the ML classification, thereby highlighting the detected areas.\n\n![wind_turbine_output](wind_turbine_example.png)\n\n# Literature references\n\n...\n\n# Known limitations\n\nWorks in open landscapes only, see description.\n\n",
15+
"description": "# Description\n\nDetects wind turbines in open landscapes using Sentinel-2 imagery and a pre-trained computer vision object detection model.\nOpen landscapes can be considered all landscapes outside of built-up urban and peri-urban areas together with forested areas. \nIn general open landscapes is mainly comprised of open agricultural land and nature areas. \n\nThe user selects a region of interest and specifies a year to analyze. \nThe best available Sentinel-2 imagery for the selected region is ranked based on quality metrics and\nthe highest ranked image is chosen for wind turbine detection, based on several ranking parameters. \nThe Sentinel-2 imagery is then passed to the pre-trained neural network that returns the bounding boxes \nfor each detected turbine. Wind turbines are reported with a detection probability on the scale\nof 0 - 1. The higher the probability of the detection, the higher confidence that it is a TRUE detection.\n\nAdditional filtering is applied to account for multiple detections in close proximity. \nThe end result includes a .geojson file defining the bounding box of all wind turbine detections \nwith the detection date and probability as attributes. The service is so far applicable\nto Central Europe, with plans to expand further. \n\n\n# Performance characteristics\n\nThe costs of this service are based on the requested output area, making it independent of platform performance.\nAn example run of 220km² takes up to 30 minutes to complete, while smaller test areas complete drastically faster. \n\n\n# Examples\n\nBelow we overlay a Sentinel2-RGB image with the ML classification, thereby highlighting the detected areas.\n\n![wind_turbine_output](wind_turbine_example.png)\n\n# Known limitations\n\nWorks in open landscapes only, see description.",
1616
"returns": {
1717
"description": "A vector data cube with the locations of detected wind turbines.\n\nAll dimensions stay the same, except for the dimensions specified in corresponding parameters. There are three cases how the dimensions can change:\n\n1. The source dimension is the target dimension:\n - The (number of) dimensions remain unchanged as the source dimension is the target dimension.\n - The source dimension properties name and type remain unchanged.\n - The dimension labels, the reference system and the resolution are preserved only if the number of values in the source dimension is equal to the number of values computed by the process. Otherwise, all other dimension properties change as defined in the list below.\n2. The source dimension is not the target dimension. The target dimension exists with a single label only:\n - The number of dimensions decreases by one as the source dimension is 'dropped' and the target dimension is filled with the processed data that originates from the source dimension.\n - The target dimension properties name and type remain unchanged. All other dimension properties change as defined in the list below.\n3. The source dimension is not the target dimension and the latter does not exist:\n - The number of dimensions remain unchanged, but the source dimension is replaced with the target dimension.\n - The target dimension has the specified name and the type other. All other dimension properties are set as defined in the list below.\n\nUnless otherwise stated above, for the given (target) dimension the following applies:\n\n- the number of dimension labels is equal to the number of values computed by the process,\n- the dimension labels are incrementing integers starting from zero,\n- the resolution changes, and\n- the reference system is undefined.",
1818
"schema": {

algorithm_catalog/dhi/wind_turbine/records/wind_turbine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"updated": "2025-03-12T00:00:00Z",
1212
"type": "service",
1313
"title": "Wind turbine detection",
14-
"description": "# Description\n\nDetects wind turbines in open landscapes using Sentinel-2 imagery and a pre-trained computer vision object detection model.\nOpen landscapes can be considered all landscapes outside of built-up urban and peri-urban areas together with forested areas. \nIn general open landscapes is mainly comprised of open agricultural land and nature areas. \n\nThe user selects a region of interest and specifies a year to analyze. \nThe best available Sentinel-2 imagery for the selected region is ranked based on quality metrics and\nthe highest ranked image is chosen for wind turbine detection, based on several ranking parameters. \nThe Sentinel-2 imagery is then passed to the pre-trained neural network that returns the bounding boxes \nfor each detected turbine. Wind turbines are reported with a detection probability on the scale\nof 0 - 1. The higher the probability of the detection, the higher confidence that it is a TRUE detection.\n\nAdditional filtering is applied to account for multiple detections in close proximity. \nThe end result includes a .geojson file defining the bounding box of all wind turbine detections \nwith the detection date and probability as attributes. The service is so far applicable\nto Central Europe, with plans to expand further. \n\n\n# Performance characteristics\n\n...\n\n# Examples\n\nBelow we overlay a Sentinel2-RGB image with the ML classification, thereby highlighting the detected areas.\n\n![wind_turbine_output](wind_turbine_example.png)\n\n# Literature references\n\n...\n\n# Known limitations\n\nWorks in open landscapes only, see description.\n\n",
14+
"description": "# Description\n\nDetects wind turbines in open landscapes using Sentinel-2 imagery and a pre-trained computer vision object detection model.\nOpen landscapes can be considered all landscapes outside of built-up urban and peri-urban areas together with forested areas. \nIn general open landscapes is mainly comprised of open agricultural land and nature areas. \n\nThe user selects a region of interest and specifies a year to analyze. \nThe best available Sentinel-2 imagery for the selected region is ranked based on quality metrics and\nthe highest ranked image is chosen for wind turbine detection, based on several ranking parameters. \nThe Sentinel-2 imagery is then passed to the pre-trained neural network that returns the bounding boxes \nfor each detected turbine. Wind turbines are reported with a detection probability on the scale\nof 0 - 1. The higher the probability of the detection, the higher confidence that it is a TRUE detection.\n\nAdditional filtering is applied to account for multiple detections in close proximity. \nThe end result includes a .geojson file defining the bounding box of all wind turbine detections \nwith the detection date and probability as attributes. The service is so far applicable\nto Central Europe, with plans to expand further. \n\n\n# Performance characteristics\n\nThe costs of this service are based on the requested output area, making it independent of platform performance.\nAn example run of 220km² takes up to 30 minutes to complete, while smaller test areas complete drastically faster. \n\n\n# Examples\n\nBelow we overlay a Sentinel2-RGB image with the ML classification, thereby highlighting the detected areas.\n\n![wind_turbine_output](wind_turbine_example.png)\n\n# Known limitations\n\nWorks in open landscapes only, see description.",
1515
"cost_estimate": 7,
1616
"cost_unit": "platform credits per km\u00b2",
1717
"keywords": [

algorithm_catalog/dhi/wind_turbine/records/wind_turbine_detection_description.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@ to Central Europe, with plans to expand further.
1919

2020
# Performance characteristics
2121

22-
...
22+
The costs of this service are based on the requested output area, making it independent of platform performance.
23+
An example run of 220km² takes up to 30 minutes to complete, while smaller test areas complete drastically faster.
24+
2325

2426
# Examples
2527

2628
Below we overlay a Sentinel2-RGB image with the ML classification, thereby highlighting the detected areas.
2729

2830
![wind_turbine_output](wind_turbine_example.png)
2931

30-
# Literature references
31-
32-
...
33-
3432
# Known limitations
3533

3634
Works in open landscapes only, see description.

0 commit comments

Comments
 (0)