<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>  Carlos,</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>  O procedimento parece estar correto. Se você está recebendo valores que não esperava, pode ser algum problema com o arquivo tif de entrada. Você tem certeza de que ele já expressa temperatura? Dependendo da fonte desse arquivo, você pode ter que fazer uma calibração dos números digitais para obter valores de temperatura fisicamente consistentes.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new
 roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>  Como se trata de uma imagem, a primeira coisa que eu faria seria plotar o objeto raster (imagem) para fazer uma análise exploratória:</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>  plot(r)</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style:
 normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>  Thiago.</span></div><div><br></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> D'Apolito <carlosdapolito@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> r-br@listas.c3sl.ufpr.br <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, November 13, 2012 12:21 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [R-br] Fwd: como extrair dados de arquivos GEOtiff<br> </font> </div> <br><div id="yiv483576335">Prezados,<br><div class="yiv483576335gmail_quote"><div
 style="text-indent:0px!important;"><br></div><div style="text-indent:0px!important;">Tenho arquivos no formato GEOtiff (ex. anexo) e quero extrair dados de temperatura média para cada coordenada geográfica.</div>


<div style="text-indent:0px!important;"><br></div><div style="text-indent:0px!important;">Estou usando isso até o momento:</div><div style="text-indent:0px!important;"><br></div><div style="text-indent:0px!important;"><div>library(raster) </div>


<div>f <- "tmean1_23.tif" </div><div>r <- raster(f) </div></div><div style="text-indent:0px!important;">v = getValues(r, format='matrix') <br></div><div style="text-indent:0px!important;"><br></div>

<div style="text-indent:0px!important;">
Mas o que obtenho com getValues() é apenas uma matriz enorme com números que não tem nada a ver com temperatura.</div><div style="text-indent:0px!important;">Meu nível de R não é muito avançado, por isso não estou conseguindo sair desse passo, agradeço qualquer ajuda.</div>


<div style="text-indent:0px!important;"><br></div><div style="text-indent:0px!important;">Att</div><div style="text-indent:0px!important;">Carlos</div><div style="text-indent:0px!important;"><br></div><br>
</div><br><br clear="all"><div><br></div><br><br>
</div><br>_______________________________________________<br>R-br mailing list<br><a ymailto="mailto:R-br@listas.c3sl.ufpr.br" href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a><br><a href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br" target="_blank">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a><br>Leia o guia de postagem (<a href="http://www.leg.ufpr.br/r-br-guia" target="_blank">http://www.leg.ufpr.br/r-br-guia</a>) e forneça código mínimo reproduzível.<br><br> </div> </div>  </div></body></html>