Nothing
library(gdalcubes)
v = cube_view(srs = "EPSG:4326", extent = list(left = 5, right = 10, bottom = 48, top = 53,
t0 = "2021-01-01", t1 = "2021-12-31"), dt = "P1D",
dx = 0.01, dy = 0.01)
v
gdalcubes:::.raster_cube_dummy(v, 3, 1.0) |>
rename_bands("band1" = "x") |>
names() |>
expect_equal(c("x","band2","band3"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.