View source: R/ee_rolling_statiistic.R
get_roll_dates | R Documentation |
get_roll_dates
get_roll_dates(x, window, time_unit)
x |
tidyee object |
window |
|
time_unit |
|
'ee$List' composed of 'ee$Date' ready for using with ee$List$map
## Not run: library(tidyrgee) library(rgee) library(dplyr) ee_Initialize() chirps_link <- "UCSB-CHG/CHIRPS/DAILY" chirps <- ee$ImageCollection(chirps_link) chirps_tidy <- as_tidyee(chirps) dates_to_map <- get_roll_dates(x=chirps_tidy, window=3,time_unit="month") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.