Skip to content

Commit fbd0798

Browse files
authored
Update README.md
1 parent b2e9c64 commit fbd0798

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ red = cube["B04"] * 0.0001
6262
nir = cube["B08"] * 0.0001
6363
evi = @. 2.5 * (nir - red) / (nir + 6.0 * red - 7.5 * blue + 1.0)
6464
mean_evi = mean(evi, dims = "t")
65-
# openEO DataCube
66-
# collection: SENTINEL2_L2A
67-
# dimensions: ["t", "x", "y"]
68-
# bands: Unknown
69-
# spatial extent: BoundingBox{Float64}(5.14, 51.17, 5.17, 51.19)
70-
# temporal extent: ("2021-02-01", "2021-02-10")
71-
# license: proprietary
72-
# connection: https://openeo.dataspace.copernicus.eu/openeo/
65+
#openEO DataCube
66+
# collection: SENTINEL2_L2A
67+
# dimensions: ["x", "y"]
68+
# bands: Unknown
69+
# spatial extent: nothing
70+
# temporal extent: nothing
71+
# license: proprietary
72+
# connection: https://openeo.dataspace.copernicus.eu/openeo/
7373
```
7474

7575
Up to now, the analysis workflow is just being constructed on the client.
76-
It can be executed on the server using `compute_result(mean_evi)` which returns the file name of the downloaded result.
76+
It can be executed on the server using `compute_result(mean_evi)` which returns the file name of the downloaded result.

0 commit comments

Comments
 (0)