## NOTE: Example is wrapped in `\dontrun{}` as function requires a large
## amount of data which is not included in the package.
if (FALSE) {
mod06l2_swath <- process_modis_swath(
path = list.files(
"./data/mod06l2",
full.names = TRUE,
pattern = ".hdf"
),
date = "2024-01-01",
subdataset = "Cloud_Fraction",
suffix = ":mod06:",
resolution = 0.05
)
}
Run the code above in your browser using DataLab