Targets related to the suitability of a site for affordable housing and/or early learning facility development.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | make_suitability(parcel_ready, suitability_criteria, suitability_tax_exempt,
suitability_water_overlap, suitability_within_uga,
suitability_developable_zoning, suitability_present_use, suitability_lot_size,
suitability_parcel_area_ratio, suitability_steep_vacant,
suitability_unbuildable, suitability_other)
make_suitability_tax_exempt(parcel_ready)
make_suitability_water_overlap(parcel_sf_ready, kc_waterbodies, king_county)
make_suitability_within_uga(parcel_sf_ready, uga)
make_suitability_developable_zoning(parcel_sf_ready, zoning)
make_suitability_present_use(parcel_ready)
make_suitability_lot_size(parcel_sf_ready, lot_size_breaks)
make_suitability_parcel_area_ratio(parcel_sf_ready)
make_suitability_steep_vacant(parcel_ready)
make_suitability_unbuildable(parcel_ready)
make_suitability_other(parcel_ready, other_suitability_characteristics)
|
All suitability-related commands return a tbl_df
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.