Description Usage Arguments Details Value Examples
Get the date of a EE Image
1 | ee_get_img_date(x, time_end = FALSE)
|
x |
EE Image or ImageCollection object |
time_end |
Logical. If TRUE, the system:time_end property will also be returned. See details. |
system:time_start
set the start period of data acquisition while
system:time_end
does the same for the end period. See this
link for
getting more information.
An List object with the id, time_start and time_end
(if time_end
argument is TRUE) of the image.
1 2 3 4 5 6 7 | library(rgee)
ee_reattach()
ee_Initialize()
l8 <- ee$Image('LANDSAT/LC08/C01/T1_TOA/LC08_044034_20140318')
ee_get_img_date(l8)
srtm <- ee$Image('CGIAR/SRTM90_V4')
ee_get_img_date(srtm, time_end = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.