Skip to content

Commit 1b8a5fb

Browse files
committed
Issue #45: pre-commit run --all-files trailing-whitespace
1 parent 262a244 commit 1b8a5fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

algorithm_catalog/max_ndvi_composite_files/max_ndvi_composite_description.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ which leads to visual discontinuities in the result.
1010

1111
# Performance characteristics
1212

13-
The method is computationally efficient, as it only requires the B04, B08 and SCL bands to determine the rank score. Loading
13+
The method is computationally efficient, as it only requires the B04, B08 and SCL bands to determine the rank score. Loading
1414
of other bands can be minimized to read only selected observations.
1515

1616

@@ -33,7 +33,7 @@ https://radiantearth.github.io/stac-browser/#/external/s3.waw3-1.cloudferro.com/
3333
The processing platform reported these usage statistics for the example:
3434

3535
```
36-
Credits: 63
36+
Credits: 63
3737
CPU usage: 47.743,722 cpu-seconds
3838
Wall time: 1.948 seconds
3939
Input Pixel 10.997,635 mega-pixel
@@ -75,8 +75,8 @@ https://www.nature.com/articles/s43016-021-00429-z
7575

7676
# Known limitations
7777

78-
The method uses a vegetation index as scoring metric to determine the best pixel, making it only suitable for land applications.
79-
Bare or urban areas may not be well represented in the composite.
78+
The method uses a vegetation index as scoring metric to determine the best pixel, making it only suitable for land applications.
79+
Bare or urban areas may not be well represented in the composite.
8080

8181
It favours the observation which is least contaminated by atmospheric effects, but does not guarantee a fully uncontaminated composite.
8282

@@ -92,4 +92,4 @@ Artifacts are expected over water and urban areas.
9292
Residual cloud artifacts may be present in the composite, especially for smaller time windows or during cloudy seasons.
9393
The cloud artifacts are caused by the limited capabilities of the default Sentinel-2 cloud detection mechanism to correctly identify all clouds.
9494

95-
![max_ndvi_cloud_artifacts.png](max_ndvi_composite_files/max_ndvi_cloud_artifacts.png)
95+
![max_ndvi_cloud_artifacts.png](max_ndvi_composite_files/max_ndvi_cloud_artifacts.png)

openeo_udp/examples/max_ndvi_composite/generate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def generate() -> dict:
3131
)
3232

3333
max_cloud_description = """The maximum cloud cover percentage to filter Sentinel-2 inputs at full product level.
34-
By reducing the percentage, fewer input products are considered, which also potentially increases the risk of missing valid data.
34+
By reducing the percentage, fewer input products are considered, which also potentially increases the risk of missing valid data.
3535
We do not recommend setting it higher than 95%, as this decreases performance by reading very cloudy areas with little chance of finding good pixels.
36-
36+
3737
For composites over large time ranges, a reduced value can help to consider only good quality input products, with few undetected clouds.
3838
"""
3939
max_cloud_cover_param = Parameter.number(

0 commit comments

Comments
 (0)