sf_utm_proj_wgs84 {sdsfun} | R Documentation |
Generates a utm projection epsg coding character corresponding to an sfj
object
under the WGS84 spatial reference.
sf_utm_proj_wgs84(sfj)
sfj |
An |
See https://zhuanlan.zhihu.com/p/670055831 for more details.
A character.
library(sf)
gzma = read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
sf_utm_proj_wgs84(gzma)