## NOTE: Example is wrapped in `\dontrun{}` as function requires a large
## amount of data which is not included in the package.
if (FALSE) {
mod06l2_warp <- process_modis_warp(
path = paste0(
"HDF4_EOS:EOS_SWATH:",
list.files(
"./data/mod06l2",
full.names = TRUE,
pattern = ".hdf"
)[1],
":mod06:Cloud_Fraction"
),
cellsize = 0.1,
threshold = 0.4,
crs = 4326
)
}
Run the code above in your browser using DataLab