Creates a raster grid based on a triangular irregular network (TIN) fitted to vector points.
tin_gridding(input, output, resolution, field = NULL, use_z = FALSE,
verbose_mode = FALSE)
Input vector points file.
Output raster file.
Output raster's grid resolution.
Input field name in attribute table.
Use the 'z' dimension of the Shapefile's geometry instead of an attribute field?.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.