Skip to contents

add_setbacks() returns the tidyparcel object with a new setback column

Usage

add_setbacks(
  tidyparcel_geo,
  tidydistrict,
  tidybuilding,
  tidyparcel_dims = NULL,
  zoning_req = NULL
)

Arguments

tidyparcel_geo

A tidyparcel object is a simple features object depicting each side of a parcel and its label (front, interior side, exterior side, rear, centroid).

tidydistrict

The tidydistrict corresponding to the tidyparcel. A tidydistrict object is one row from a tidyzoning simple features object.

tidybuilding

A tidybuilding is a list of data frames used to represent a building.

tidyparcel_dims

The simple features object with each parcel centroid and the parcel dimensions

zoning_req

The results of the get_zoning_req funcion. If provided, tidyparcel_dims need not be provided.

Value

Returns the tidyparcel object with a "setbacks" column added to the end.