## NOTE: Example is wrapped in `\dontrun{}` as function requires a large
## amount of data which is not included in the package.
if (FALSE) {
locs <- data.frame(lon = -78.8277, lat = 35.95013, id = "001")
calculate_modis_daily(
from = mod06l2_warp, # dervied from process_modis() example
locs = locs,
locs_id = "id",
radius = 0,
date = "2024-01-01",
name_extracted = "cloud_fraction_0",
fun_summary = "mean",
max_cells = 3e7
)
}
Run the code above in your browser using DataLab