ee_sensor_agg(sensor_id = NULL, page = NULL, page_size = 25,
hours = NULL, minutes = NULL, seconds = NULL, days = NULL,
weeks = NULL, month = NULL, years = NULL, min_date = NULL,
max_date = NULL, quiet = FALSE, progress = TRUE, foptions = list())25
observations. The API default, however, is 10.
Setting this number higher will require fewer calls (i.e.
pages) but a large size may alsymd_hms
function to format dates.ymd_hms
function to format dates.FALSE. Set to TRUE
to suppress messages.TRUE by
default. Use FALSE especially when calling
functions inside documents.httr. There is no reason to use this argument
except for debugging purposes.aggregated_data <- ee_sensor_agg(sensor_id = 1625, weeks = 2, page = "all")Run the code above in your browser using DataLab