From 8e3c05900f18c6f970c005e2ce2c5d5b91e6d612 Mon Sep 17 00:00:00 2001 From: PondiB Date: Mon, 29 May 2023 23:29:14 +0200 Subject: [PATCH] examples Update --- examples/01-rgb-download/R-Client-truecolors-newyork.R | 2 +- examples/02-ndvi/R-Client-ndvi-amazonia.R | 2 +- examples/03-change-detection/R-Client-bfast-brandenburg.R | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/01-rgb-download/R-Client-truecolors-newyork.R b/examples/01-rgb-download/R-Client-truecolors-newyork.R index 1f503e0..8e6ed87 100644 --- a/examples/01-rgb-download/R-Client-truecolors-newyork.R +++ b/examples/01-rgb-download/R-Client-truecolors-newyork.R @@ -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) diff --git a/examples/02-ndvi/R-Client-ndvi-amazonia.R b/examples/02-ndvi/R-Client-ndvi-amazonia.R index 7859d21..7258c8e 100644 --- a/examples/02-ndvi/R-Client-ndvi-amazonia.R +++ b/examples/02-ndvi/R-Client-ndvi-amazonia.R @@ -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) diff --git a/examples/03-change-detection/R-Client-bfast-brandenburg.R b/examples/03-change-detection/R-Client-bfast-brandenburg.R index 3ab9ecf..f54a788 100644 --- a/examples/03-change-detection/R-Client-bfast-brandenburg.R +++ b/examples/03-change-detection/R-Client-bfast-brandenburg.R @@ -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)