[R-sig-Geo] lat long --> UTM

Roger Bivand Roger.Bivand at nhh.no
Fri Jun 7 18:08:38 CEST 2013


On Fri, 7 Jun 2013, Gustavo Dalposso wrote:

> how to transforme coordinates  LAT LONG --> UTM
> #-53.21320451 is the longitude#-25.01908674 is the latitude#zone:22 south
> xy <- cbind(c(-53.21320451), c(-25.01908674))

library(rgdal)
project(cbind(c(-53.21320451), c(-25.01908674)),
  "+proj=utm +zone=22 +south")

Hope this helps,

Roger

>
> 	[[alternative HTML version deleted]]
>

Please only use plain text.

> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>

-- 
Roger Bivand
Department of Economics, NHH Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway.
voice: +47 55 95 93 55; fax +47 55 95 95 43
e-mail: Roger.Bivand at nhh.no



More information about the R-sig-Geo mailing list