View source: R/get_area_vacants.R
get_area_vacants | R Documentation |
Parcel boundaries for all properties with an active vacant building notice. If a building is unoccupied and unsafe or unfit for people to live or work inside the building, or has two code violations that have not been fixed, or has six code violations in the past year, then the building may receive a vacant building notice in Baltimore City.
get_area_vacants(
area = NULL,
bbox = NULL,
dist = NULL,
diag_ratio = NULL,
asp = NULL,
crop = TRUE,
trim = FALSE,
rehabbed = FALSE
)
area |
|
bbox |
|
dist |
buffer distance in meters. Optional. |
diag_ratio |
ratio to set map extent based diagonal distance of area's
bounding box. Ignored when |
asp |
Aspect ratio of width to height as a numeric value (e.g. 0.33) or character (e.g. "1:3"). |
crop |
If TRUE, data cropped to area or bounding box
|
trim |
If TRUE, data trimmed to area with
|
rehabbed |
If TRUE, return building permits pulled on properties with vacant building notices. Default FALSE. |
If the rehabbed parameter is TRUE, the returned data is use and occupancy permits that were pulled on properties with vacant building notices. DHCD uses this data as proxy for vacant building rehabs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.