
List district zoning requirement values
get_zoning_req.Rd
Because many zoning requirements depend on the proposed building
or the parcel of that zoning district, the get_zoning_req()
function
takes a tidybuilding, a tidyparcel, and a tidydistrict and outputs a data
frame listing the set zoning requirements that those three objects would create.
If every value is NA, it could indicate that the building
land use is not allowed in the zoning district.
Arguments
- tidybuilding
A tidybuilding is a list of data frames used to represent a building.
- tidydistrict
The tidydistrict corresponding to the tidyparcel. A tidydistrict object is one row from a tidyzoning simple features object.
- tidyparcel_dims
The simple features object with each parcel centroid and the parcel dimensions