bounds_sf_to_polygon: Bounds to polygon

Description Usage Arguments Examples

View source: R/anem_geoprocessing.R

Description

Convert bounds as sf object to polygon

Usage

1

Arguments

bounds_sf

An sf object containing 4 line segments that meet at the ends to form a polygon

Examples

1
2
3
4
5
6
## Not run: 
gw_district <- import_app_rds(params=anem::groundwater_district)
bounds_sf <- gw_district$aquifer$bounds
bounds_sf_to_polygon(bounds_sf)

## End(Not run)

gopalpenny/anem documentation built on Dec. 20, 2020, 5:27 a.m.