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(
  polygons,
  filt_col = NULL,
  filt_level = NULL,
  simplify = TRUE,
  buffer = FALSE,
  bbox = FALSE,
  clip = NULL,
  clip_buf = 100,
  buf_crs = 7845,
  out_crs = 4326
)

Arguments

polygons

sf

filt_col

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

filt_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 polygons +/- 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 Dec. 14, 2024, 10:47 p.m.