make_aoi: Make a region (area) of interest

View source: R/make_aoi.R

make_aoiR Documentation

Make a region (area) of interest

Description

Make a region (area) of interest

Usage

make_aoi(
  layer,
  filt_col = NULL,
  level = NULL,
  simplify = TRUE,
  buffer = FALSE,
  bbox = FALSE,
  clip = NULL,
  clip_buf = 100,
  buf_crs = 7845,
  out_crs = 4326
)

Arguments

layer

sf

filt_col

Character name of column in layer to filter on (or NULL for no filter)

level

Level(s) of filt_col to filter

buffer

Numeric (or FALSE). Distance to buffer in units of buf_crs

bbox

Logical. Return a bounding box around the result?

clip

sf. If not null, this will be used to clip back the original layer +/- filtered +/- buffered +/- bbox. CHECK both CRS and clip_buf

clip_buf

Numeric (or FALSE). Distance to buffer clip in units of clip

buf_crs

EPSG code to use when buffering

out_crs

EPSG code for coordinate system of result


Acanthiza/envFunc documentation built on Aug. 19, 2024, 4:50 a.m.