make_aoi | R Documentation |
Make a region (area) of interest
make_aoi(
polygons,
filt_col = NULL,
filt_level = NULL,
simplify = TRUE,
buffer = FALSE,
bbox = FALSE,
clip = NULL,
clip_buf = 100,
buf_crs = 7845,
out_crs = 4326
)
polygons |
sf |
filt_col |
Character name of column in |
filt_level |
Level(s) of |
buffer |
Numeric (or |
bbox |
Logical. Return a bounding box around the result? |
clip |
sf. If not null, this will be used to clip back the original
|
clip_buf |
Numeric (or |
buf_crs |
EPSG code to use when buffering |
out_crs |
EPSG code for coordinate system of result |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.