<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Isso depende de que satélite e o grau de processamento da imagem. Se for do MODIS, por exemplo, você provavelmente precisará fazer um pré-processamento usando um software próprio: </span><a href="https://lpdaac.usgs.gov/tools/modis_reprojection_tool" style="font-size: 12pt;">https://lpdaac.usgs.gov/tools/modis_reprojection_tool</a>.</div><div><br></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;">Se for imagem de algum outro satélite, você terá que pesquisar na documentação como (e se é preciso) fazer o pré-processamento. Tipicamente, e<span style="background-color: transparent;">sses softwares reprojetam a imagem bruta, pode calibrar seus números digitais (valor de pixel) e a salvam em
 um formato mais popular, como .tif ou .nc.</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;"><br></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;">Caso você tenha certeza que a sua imagem já tenha sido processada, o pacote raster pode abri-la com facilidade (desde que o pacote rgdal, que fornece o driver gdal, também esteja instalado):</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>install.packages('rgdal')</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>install.packages('raster'</span><span style="background-color: transparent;">)</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 style="background-color: transparent;"><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 style="background-color: transparent;">library(raster)</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 style="background-color:
 transparent;">r <- raster('seuarquivo.hdf5')</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 style="background-color: transparent;">plot(r)</span></div><div></div><div> </div><div>Saudações,<br>--<br>Thiago V. dos Santos<br>PhD student<br>Land and Atmospheric Science<br>University of Minnesota<br>http://www.laas.umn.edu/CurrentStudents/MeettheStudents/ThiagodosSantos/index.htm<br>Phone: (612) 323 9898</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"> <hr size="1">  <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Tito Conte <tito.conte@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b>
 "r-br@listas.c3sl.ufpr.br" <r-br@listas.c3sl.ufpr.br> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, August 6, 2013 2:26 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [R-br] Arquivos hdf<br> </font> </div> <div class="y_msg_container"><br><div id="yiv8323373118"><div dir="ltr"><div>Caros, estou processadno arquivos de imagens de satélite e muitos deles vem em formto .hdf, <br><br></div>alguns de vocês faz ideia de como abri-los (o pacote hdf5, foi testado exaustivamente e não tive bons resultados)<br>

<div><div><br clear="all"><div>Tito Conte<br><br></div>
</div></div></div></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>  </div></body></html>