Skip to content
Prev 12672 / 29559 Next

Read HDF files

On 09/01/2011 05:20 PM, Arnaud Mosnier wrote:
The answer can be found by googling for "R read hdf". That leads to the
HDF5 package or building GDAL with HDF support. Alternatively, find a
(command)-line tool which can translate HDF5 to geotiff or netCDF (e.g.
gdal_translate or ) and then use readGDAL or the ncdf package.

Paul