Skip to content

Commit

Permalink
examples Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed May 29, 2023
1 parent a7d0f2c commit 8e3c059
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/01-rgb-download/R-Client-truecolors-newyork.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ datacube_init = p$load_collection(id = "sentinel-s2-l2a-cogs",
east=609472,
north=4530135),
temporal_extent = c("2021-06-01", "2021-06-30"),
# extra optional args -> courtesy of gdalcubes
# extra optional args for datacubes regularization -> courtesy of gdalcubes
pixels_size = 10,
time_aggregation = "P1M",
crs = 32618)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-ndvi/R-Client-ndvi-amazonia.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ datacube_init = p$load_collection(id = "sentinel-s2-l2a-cogs",
east=-7329987,
north=-1018790),
temporal_extent = c("2021-05-01", "2022-06-30"),
# extra optional args -> courtesy of gdalcubes
# extra optional args for datacubes regularization -> courtesy of gdalcubes
pixels_size = 30,
time_aggregation = "P1Y",
crs = 3857)
Expand Down
2 changes: 1 addition & 1 deletion examples/03-change-detection/R-Client-bfast-brandenburg.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ datacube_init = p$load_collection(id = "sentinel-s2-l2a-cogs",
east=422094.8,
north=5807036.1),
temporal_extent = c("2016-01-01", "2020-12-31"),
# extra optional args -> courtesy of gdalcubes
# extra optional args for datacubes regularization -> courtesy of gdalcubes
pixels_size = 10,
time_aggregation = "P1M",
crs = 32633)
Expand Down

0 comments on commit 8e3c059

Please sign in to comment.