prepTiles: Prepare Vector Tiles

View source: R/fun_tiling_extract.R

prepTilesR Documentation

Prepare Vector Tiles

Description

This function uses the extent of the mastermap tiles to create vector tiles of the new layer we want to integrate. The tiles are a bit larger than the mastermap tile, ensuring full coverage. If the mastermap tiles are named, so will the vector tiles be, facilitating extraction.

Usage

prepTiles(mm, vect, studyArea = studyAreaBuffer, value)

Arguments

mm

The mastermap object, as a list of sf objects

vect

The vector dataset - sf format - to tile

studyArea

The study area boundaries to clip the dataset

value

The attribute or attributes of interest in the dataset

Value

A list of vector tiles, named after the mastermap tiles


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