required_squares: Find all OS squares contained within a boundary

View source: R/required_squares.R

required_squaresR Documentation

Find all OS squares contained within a boundary

Description

Uses find_square() to find the OS 100km squares required to draw a selected area.

Usage

required_squares(boundary)

Arguments

boundary

An st object of a single row, containing a single polygon.

Details

Creates bbox around the input boundary polygon, and looks for the boxes containg the four corners.

Value

A vector containing the names of OS squares required to draw the area.


n-fanton/aesmapr documentation built on May 7, 2022, 12:09 a.m.