View source: R/get_area_property.R
get_area_property | R Documentation |
Get showing parcels described as owner occupied, non-owner occupied, vacant, and unimproved. Real property or parcel data is from the Maryland State Department of Assessment and Taxation and may include errors.
get_area_property(
area = NULL,
bbox = NULL,
dist = NULL,
diag_ratio = NULL,
unit = "m",
asp = NULL,
crop = TRUE,
trim = FALSE,
cache = FALSE,
filename = NULL,
overwrite = FALSE,
...
)
format_property_data(data)
area |
|
bbox |
|
dist |
buffer distance in units. Optional. |
diag_ratio |
ratio of diagonal distance of area's bounding box used as
buffer distance. e.g. if the diagonal distance is 3000 meters and the
"diag_ratio = 0.1" a 300 meter will be used. Ignored when |
unit |
Units for buffer. Supported options include "meter", "foot", "kilometer", and "mile", "nautical mile" Common abbreviations (e.g. "km" instead of "kilometer") are also supported. Distance in units is converted to units matching GDAL units for x; defaults to "meter" |
asp |
Aspect ratio of width to height as a numeric value (e.g. 0.33) or
character (e.g. "1:3"). If numeric, |
crop |
If TRUE, data cropped to area or bounding box
|
trim |
If TRUE, data trimmed to area with
|
cache |
If |
filename |
File name to use for cached file. Defaults to name of data.
If the data is an sf object make sure to include the file type, e.g.
"data.gpkg", supported by |
overwrite |
Logical. Default |
... |
Additional parameters passed to |
data |
|
get_area_property(
area = neighborhoods[1, ],
dist = -150,
unit = "m"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.