View source: R/mosaic_states.R
mosaic_states | R Documentation |
Mosaic together state rasters to form a national raster
mosaic_states(statedir, tier, ID, outdir, season = NA, usepackage = "gdal")
statedir |
file path to directory that contains state rasters in .tif format |
tier |
numeric indicating round of hierarchical processing (usually 1-3 rounds) |
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 national rasters should be saved |
season |
if applicable, vector of seasons to process. E.g. spring, summer, fall |
verbose |
logical, print many status messages |
Due to large files sizes, output rasters from this function are always compressed. This is different from 'mosaic_tiles' function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.