Learn R Programming

sdsfun (version 0.7.0)

sf_utm_proj_wgs84: generates wgs84 utm projection epsg coding character

Description

Generates a utm projection epsg coding character corresponding to an sfj object under the WGS84 spatial reference.

Usage

sf_utm_proj_wgs84(sfj)

Value

A character.

Arguments

sfj

An sf object or can be converted to sf by sf::st_as_sf().

Examples

Run this code
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
sf_utm_proj_wgs84(gzma)

Run the code above in your browser using DataLab