File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ red = cube["B04"] * 0.0001
62
62
nir = cube[" B08" ] * 0.0001
63
63
evi = @. 2.5 * (nir - red) / (nir + 6.0 * red - 7.5 * blue + 1.0 )
64
64
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/
73
73
```
74
74
75
75
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.
You can’t perform that action at this time.
0 commit comments