runGdal("MOD13Q1", collection = getCollection("MOD13Q1", forceCheck = TRUE),
begin = "2015001", end = "2015365", extent = "Luxembourg",
job = "temporalComposite", SDSstring = "100000000010")
ndvi <- list.files(paste0(getOption("MODIS_outDirPath"), "/temporalComposite"),
pattern = "NDVI.tif", full.names = TRUE)
cdoy <- list.files(paste0(getOption("MODIS_outDirPath"), "/temporalComposite"),
pattern = "day_of_the_year.tif", full.names = TRUE)
mmvc <- temporalComposite(ndvi, cdoy)
plot(mmvc[[1:4]])
Run the code above in your browser using DataLab