Skip to contents

check_footprint() takes a building footprint from tidybuilding object and checks to see if it will fit in the provided buildable area. The buildable area can be any shape.

Usage

check_footprint(tidybuilding, buildable_area, crs = 3081)

Arguments

tidybuilding

A list of data frames with attributes representing a building.

buildable_area

A geometry. Usually of the parcels buildable area calculated from the setback requirements.

crs

The projected Coordinate Reference System for the study area. Must be in meters.

Value

Returns TRUE of FALSE stating whether or not the building footprint would fit in the buildable area.