bounds_to_sf: Get bounds as sf object

Description Usage Examples

View source: R/anem_geoprocessing.R

Description

Convert bounds object with bID, x1, y1, x2, y2 to sf object

Usage

1
bounds_to_sf(bounds, crs)

Examples

1
2
3
4
5
## Not run: 
bounds <- data.frame(bID=1,x1=1,y1=1,x2=3,y2=3)
bounds_to_sf(bounds,crs=4326)

## End(Not run)

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