Skip to content

Commit 3b34ed7

Browse files
committed
improve sits_cube documentation
1 parent bd57dde commit 3b34ed7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

R/sits_cube.R

+5-5
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
#' # --- Access to Digital Earth Africa
202202
#' # create a raster cube file based on the information about the files
203203
#' # DEAFRICA does not support definition of tiles
204-
#' cube_dea <- sits_cube(
204+
#' cube_deafrica <- sits_cube(
205205
#' source = "DEAFRICA",
206206
#' collection = "SENTINEL-2-L2A",
207207
#' bands = c("B04", "B08"),
@@ -302,10 +302,10 @@
302302
#' source = "TERRASCOPE",
303303
#' collection = "WORLD-COVER-2021",
304304
#' roi = c(
305-
#' lon_min = 137.15991,
306-
#' lon_max = 138.18467,
307-
#' lat_min = -33.85777,
308-
#' lat_max = -32.56690
305+
#' lon_min = -62.7,
306+
#' lon_max = -62.5,
307+
#' lat_min = -8.83,
308+
#' lat_max = -8.70
309309
#' )
310310
#' )
311311
#' # --- Create a cube based on a local MODIS data

man/sits_cube.Rd

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)