mosaic_tiles: Mosaic together raster tiles to form state-level rasters

View source: R/mosaic_tiles.R

mosaic_tilesR Documentation

Mosaic together raster tiles to form state-level rasters

Description

Mosaic together raster tiles to form state-level rasters

Usage

mosaic_tiles(
  tiledir,
  chunksize1,
  ID,
  outdir,
  season = NA,
  compress = T,
  verbose = F
)

Arguments

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


land-4-bees/beecoSp documentation built on March 19, 2024, 3:45 p.m.