hdf5 - How to read HDF format in R? -


i want work data has format of hdf. downloaded file here: tried open/read file using different commands got errors: 1

h5ls(")

  2   

library(rgdal)

gdalinfo("")

 error: not find function "gdalinfo"  > gdalinfo("")   error in .local(.object, ...) :   `' not recognised supported file format. 

3

            > gdalinfo("" ,returncategorynames=false)               error in .local(.object, ...) :       `' not recognised supported file format.          > a=readgdal("")          error in .local(.object, ...) :        `' not recognised supported file format. 

3

a=readgdal("file.hdf")

       error in .local(.object, ...) :        `file.hdf' not recognised supported file format. 

4

gdalinfo(fname="file.hdf")

       error in .local(.object, ...) :       `f' not exist in file system, 

and not recognised supported dataset name. 5

      > gdalinfo(fname="file.hdf")     error in .local(.object, ...) :        `file.hdf' not recognised supported file format. 

i appreciate any-help , file can downloaded thru link provided.thanks

which hdf library r using?
files try open hdf4 files , not hdf5.
can use hdf5view open files.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -