An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120410/e2e0ab08/attachment.pl>
read MODIS image in HDF format
5 messages · julio cesar oliveira, kapo coulibaly, Paul Hiemstra +1 more
Hi Julio, Have you seen the similar discussion on the list. Here is the link http://r-sig-geo.2731867.n2.nabble.com/Antw-Re-HDF-format-tt7226577.html#a7227038 Though, I found it is easier to do with NASA's Java based tool http://eosweb.larc.nasa.gov/PRODOCS/misr/tools/geotiff_tool.html But if you have ArcGIS. It can read directly and beautifully. Also, You can use FWTools. with this link http://fwtools.maptools.org/windows-main.html Cheers, Vikram.
On 4/10/2012 2:42 PM, julio cesar oliveira wrote:
Is possible to read MODIS images in HDF format in R? Example : MOD13Q1.A2001065.h13v12.005.2007007110531.hdf Thansk Julio [[alternative HTML version deleted]]
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120410/a829f06b/attachment.pl>
On 04/10/2012 12:42 PM, julio cesar oliveira wrote:
Is possible to read MODIS images in HDF format in R? Example : MOD13Q1.A2001065.h13v12.005.2007007110531.hdf Thansk Julio [[alternative HTML version deleted]]
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
You can use rgdal with the hdf5 driver installed. good luck, Paul
Paul Hiemstra, Ph.D. Global Climate Division Royal Netherlands Meteorological Institute (KNMI) Wilhelminalaan 10 | 3732 GK | De Bilt | Kamer B 3.39 P.O. Box 201 | 3730 AE | De Bilt tel: +31 30 2206 494 http://nl.linkedin.com/pub/paul-hiemstra/20/30b/770
Hi Julio, Have you seen the similar discussion on the list. Here is the link http://r-sig-geo.2731867.n2.nabble.com/Antw-Re-HDF-format-tt7226577.html#a7227038 Though, I found it is easier to do with NASA's Java based tool http://eosweb.larc.nasa.gov/PRODOCS/misr/tools/geotiff_tool.html But if you have ArcGIS. It can read directly and beautifully. Also, You can use FWTools. with this link http://fwtools.maptools.org/windows-main.html Cheers, Vikram.
On 4/11/2012 9:57 AM, Paul Hiemstra wrote:
On 04/10/2012 12:42 PM, julio cesar oliveira wrote:
Is possible to read MODIS images in HDF format in R? Example : MOD13Q1.A2001065.h13v12.005.2007007110531.hdf Thansk Julio [[alternative HTML version deleted]]
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
You can use rgdal with the hdf5 driver installed. good luck, Paul