day8_to_month | R Documentation |
takes 8 day MODIS tiles and generates a monthly mean mean((tile / 8)) / days_in_month
day8_to_month( dir = "/Volumes/Transcend/ngen/MODIS/MOD15A2H.006/mosaics_cogs", measurement = "representative", date = NULL, overwrite = FALSE, cog = TRUE )
dir |
the directory with 8 day data |
measurement |
are the 8 day files a single best |
date |
the date of the months to process to build passed as a vector of length 1 (single date), or 2 (range of dates) |
overwrite |
should the files be overwriten? |
cog |
should a COG file (Cloud Optimized Geotif) be produced? |
Other modis:
.modis_dir()
,
downloadMODIS()
,
mosaicMODIS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.