View source: R/get_area_zoning.R
get_area_zoning | R Documentation |
Get zoning codes for an area within a provided sf or bbox object.
get_area_zoning(
area = NULL,
bbox = NULL,
category = c("all", "residential", "commercial", "industrial"),
diag_ratio = NULL,
dist = NULL,
asp = NULL,
crop = TRUE,
trim = FALSE,
crs = NULL,
union = FALSE
)
area |
sf, sfc, or bbox object. If multiple areas are provided, they are
unioned into a single sf object using |
bbox |
|
category |
Zoning category to return. "all", "residential", "commercial", "industrial" |
diag_ratio |
ratio to set map extent based diagonal distance of area's
bounding box. Ignored when |
dist |
buffer distance in meters. Optional. |
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
|
crs |
Coordinate Reference System (CRS) to use for the returned data. The CRS of the provided data and bounding box or area must match one another but are not required to match the CRS provided by this parameter. |
union |
Logical. Default FALSE. If true, group zoning by label and combine geometry with |
This 2017 zoning data does not include any exemptions granted by the Baltimore City BMZA (Board of Municipal Zoning Appeals).
sf
object with zoning and overlay data for area.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.