Skip to contents

Creates a watershed based area of interest. Does this by querying BCData's Freshwater Atlas

Usage

aoi_snap_landscape(in_aoi, preview = TRUE)

Arguments

in_aoi

sf polygon as the Area of Interest. Needs to be a meters based projection (e.g. Albers, UTM)

preview

Boolean. TRUE will provide a mapview preview of the resulting aoi, the input aoi, and the Freshwater Atlas Watersheds that intersect.

Value

sf polygon

Examples

aoi_snap_landscape(aoi) ### add more
#> Error in eval_bare(sym, env): object 'aoi' not found