<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Bom dia caros membros do r-br,</span></div><div><span>Alguém poderia auxiliar na transformação de coordenadas coletadas em LatLong para UTM?</span></div><div><span>Segue um cmr seguido de um print de parte dos dados (adaptado do post do Marcelo Costa em 20/09/2011)<br></span></div><div><br><span></span></div><div><span>dados[1,]</span></div><div><span>coord_x         coord_y</span></div><div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: 16px;"><span class="Apple-style-span" style="font-family:
 'Lucida Console'; font-size: 13px; line-height: 17px; text-align: -webkit-left; white-space: pre-wrap; "><pre tabindex="0" class="GD40030CLR" style="font-family: 'Lucida Console'; font-size: 10pt !important; outline-style: none; outline-width: initial; outline-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; white-space: pre-wrap !important; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.3; ">-45.33402 -23.31597<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: 16px;"><span class="Apple-style-span" style="font-family: 'Lucida
 Console'; font-size: 13px; line-height: 17px; text-align: -webkit-left; white-space: pre-wrap; "></span></span></pre></span></span></div><div><span>Coord <- SpatialPoints(cbind(dados$coord_x,dados$coord_y), proj4string=CRS("+proj=longlat +zone=22S +datum=WGS84"))<br>utm <- spTransform(Coord, CRS("+proj=utm"))</span></div><div><br><span></span></div><div><span>Apesar do comando ter rodado, os resultados diferem quando comparado a um site de transformacao de coordenadas que encontrei na web</span></div><div><span>(_http://home.hiwaay.net/~taylorc/toolbox/geography/geoutm.html)</span></div><div><span>Outro ponto é que estas coordenadas constituem como uma variável do dataframe "dados" e com a transformação sugerida acima eu nao consigo incorporar os resultados como uma nova coluna no dataframe</span></div><div><br><span></span></div><div><span>Grato pela
 atenção</span></div><div><span>Samuel<br></span></div><div><span><br></span></div><div> </div><div style="FONT-FAMILY:courier, monaco, monospace, sans-serif;"><font size="3"><b>====================================</b></font></div><div style="FONT-FAMILY:courier, monaco, monospace, sans-serif;"><font size="3"><b>Samuel P. C. Carvalho<br></b><font color="#000000" size="2">Mestre em Ciências Florestais [UFLA]</font></font></div><div style="FONT-FAMILY:courier, monaco, monospace, sans-serif;"><font color="#000000" size="2">Doutorando em Recursos Florestais [ESALQ/USP]</font></div><div style="FONT-FAMILY:courier, monaco, monospace, sans-serif;"><font size="2">=============================================</font></div></div></body></html>