Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo authored Jan 15, 2024
1 parent b2e9c64 commit fbd0798
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ red = cube["B04"] * 0.0001
nir = cube["B08"] * 0.0001
evi = @. 2.5 * (nir - red) / (nir + 6.0 * red - 7.5 * blue + 1.0)
mean_evi = mean(evi, dims = "t")
# openEO DataCube
# collection: SENTINEL2_L2A
# dimensions: ["t", "x", "y"]
# bands: Unknown
# spatial extent: BoundingBox{Float64}(5.14, 51.17, 5.17, 51.19)
# temporal extent: ("2021-02-01", "2021-02-10")
# license: proprietary
# connection: https://openeo.dataspace.copernicus.eu/openeo/
#openEO DataCube
# collection: SENTINEL2_L2A
# dimensions: ["x", "y"]
# bands: Unknown
# spatial extent: nothing
# temporal extent: nothing
# license: proprietary
# connection: https://openeo.dataspace.copernicus.eu/openeo/
```

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

0 comments on commit fbd0798

Please sign in to comment.