View source: R/fun_tiling_extract.R
prepTiles | R Documentation |
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.
prepTiles(mm, vect, studyArea = studyAreaBuffer, value)
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 |
A list of vector tiles, named after the mastermap tiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.