mosaic_tiles | R Documentation |
Mosaic together raster tiles to form state-level rasters
mosaic_tiles(
tiledir,
chunksize1,
ID,
outdir,
season = NA,
compress = T,
verbose = F
)
tiledir |
file path to directory that contains raster tiles in .tif format |
chunksize1 |
numeric indicating how many tiles should be in each cluster |
ID |
variable to identify groups of rasters to process together (e.g. CDLYear). Will be included in file name for output raster. |
outdir |
file path to directory where state rasters should be saved |
season |
if applicable, vector of seasons to process. E.g. spring, summer, fall |
compress |
logical, should state rasters be compressed? |
verbose |
logical, print many status messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.