Prezados,<br><div class="gmail_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>