sf_utm_proj_wgs84 {sdsfun} | R Documentation |
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)
Arguments
sfj |
An |
Value
A character.
Examples
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
sf_utm_proj_wgs84(gzma)
[Package sdsfun version 0.8.0 Index]