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 |
Details
For more details, please refer to https://zhuanlan.zhihu.com/p/670055831.
Value
A character.
Examples
library(sf)
snnu = read_sf(system.file('extdata/snnu.geojson',package = 'sdsfun'))
sf_utm_proj_wgs84(snnu)
[Package sdsfun version 0.2.1 Index]