ZoneLanduseLUCRasterCreator: A function to rasterize the zone-landuse-LUC data.

Description Usage Arguments Value Author(s)

View source: R/CASM_PrePostProcessorFunctions.R

Description

This function generates a raster object of the zone-landuse-LUC data, writes a copy to file as a tiff, and writes a csv file of a look up table of the raster values to the combined class names

Usage

1
2
3
4
ZoneLanduseLUCRasterCreator(
  ZoneLanduseLUCPolygons = SubZoneLanduseLUCSpatial,
  LeachRates = LeachRateRaster
)

Arguments

ZoneLanduseLUCPolygons

A polygon spatial data file of the water management zone - land use - LUC intersection.

LeachRates

A raster of leach rates. The output from the LeachRateRasterCreator function. Used to allign the output raster

Value

A raster of the zone-landuse-LUC combination

Author(s)

Tim Kerr, Tim.Kerr@Rainfall.NZ


RainfallNZ/CASMPrePostProcessor documentation built on Oct. 14, 2021, 8:04 a.m.