Description Usage Arguments Details Value See Also Examples
Get the date of a EE Image
1 | ee_get_date_img(x, time_end = FALSE)
|
x |
ee$Image or ee$ImageCollection object |
time_end |
Logical. If TRUE, the |
system:time_start
set the start period of data acquisition while
system:time_end
does the same for the end period. See the
Earth Engine glossary
for getting more information.
An List object with the elements: id, time_start and time_end
(if the time_end
argument is TRUE).
Other date functions:
ee_get_date_ic()
,
eedate_to_rdate()
,
rdate_to_eedate()
1 2 3 4 5 6 7 8 9 10 | ## Not run:
library(rgee)
ee_Initialize()
l8 <- ee$Image('LANDSAT/LC08/C01/T1_TOA/LC08_044034_20140318')
ee_get_date_img(l8)
srtm <- ee$Image('CGIAR/SRTM90_V4')
ee_get_date_img(srtm, time_end = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.