Learn R Programming

slga (version 1.1.1)

aoi_transform: Transform an AOI's CRS

Description

Transforms an `sf` style bounding box object into the specified coordinate reference system.

Usage

aoi_transform(aoi = NULL, crs = 4283)

Arguments

aoi

Object of class 'bbox' generated by internal function aoi_convert().

crs

EPSG code of desired coordinate reference system. Default 4283.

Value

'bbox' object with the desired CRS, large enough to ensure returned dataset covers entire input object.