reach_reproject_utm: reach_reproject_utm

View source: R/reach_reproject.R

reach_reproject_utmR Documentation

reach_reproject_utm

Description

reach_reproject_utm

Usage

reach_reproject_utm(x, country_code)

Arguments

x

sf or sfc object

country_code

lower case country code (i.e "bgd","som")

Value

x reprojected to specific WGS 84 UTM Zone

Examples

## Not run: 
library(surveyGEER)
som_boundary <- surveyGEER::som_boundary
som_boundary |>
    reach_reproject_utm(country_code = "som")

## End(Not run)

impact-initiatives-geospatial/surveyGEER documentation built on Feb. 4, 2023, 12:13 p.m.