st_crs_utm: Functions to manage UTM projections

View source: R/st_crs_utm.R

st_crs_utmR Documentation

Functions to manage UTM projections

Description

st_crs_utm gives the UTM zone of an sf object

st_crs_utm_from_lonlat gives the UTM zone of a couple of geographic coordinates

st_transform_utm transforms an sf object in the proper UTM zone

Usage

st_crs_utm(x)

st_crs_utm_from_lonlat(lon, lat = 45)

st_transform_utm(x)

Arguments

x

TODO

lon

TODO

lat

TODO

Note

License: GPL 3.0

See also https://stackoverflow.com/questions/40132542/get-a-cartesian-projection-accurate-around-a-lat-lng-pair.

Author(s)

Luigi Ranghetti, phD (2019) ranghetti.l@irea.cnr.it


ranghetti/guinterp documentation built on March 30, 2024, 3:42 a.m.