View source: R/GIS_Projection.R
crs.long2utm | R Documentation |
crs.long2utm
Get UTM projection parameters in CRS, from longtitude and latitude.
crs.long2utm
crs.long2utm(lon, lat = 30)
lon |
Longitude in degree |
lat |
Latitude in degree, default = 30, North. |
UTM projection parameters in CRS
long = seq(-180, 179, 6)+1
x =crs.long2utm(long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.