Skip to content

Commit

Permalink
Merge pull request #155 from EmileSonneveld/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
m-mohr authored Oct 16, 2024
2 parents e2612a1 + a3297cf commit 732d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ data = p$load_collection(id = colls$`COPERNICUS/S2`,
temporal_extent = list(
"2018-04-01", "2018-05-01"
),
bands=list("B8","B4")))
bands=list("B8","B4"))
spectral_reduce = p$reduce_dimension(data = data, dimension = "bands",reducer = function(data,context) {
B08 = data[1]
Expand Down

0 comments on commit 732d8a0

Please sign in to comment.