makeTiles: Make Raster Tiles

View source: R/fun_tiling_extract.R

makeTilesR Documentation

Make Raster Tiles

Description

This function rasterizes a set of vector tiles, usually obtained by prepTiles.

Usage

makeTiles(vectlist, value = NULL, scratch = parent.frame()$scratch_path, name)

Arguments

vectlist

List of vector tiles, ideally named

value

The attribute of interest in the dataset

scratch

The path to the temporary scratch folder

name

a descriptor passed to temporary files

Value

A list of raster tiles, named after the mastermap tiles


ecoservR/ecoserv_tool documentation built on April 5, 2025, 1:49 a.m.