## NOTE: Example is wrapped in `\dontrun{}` as function requires a large
## amount of data which is not included in the package.
if (FALSE) {
mod09ga_flatten <- process_flatten_sds(
path =
list.files("./data", pattern = "MOD09GA.", full.names = TRUE)[1],
subdataset = process_modis_sds("MOD09GA"),
fun_agg = "mean"
)
}
Run the code above in your browser using DataLab