Hey
I am new to julia programming. Actually, not just to julia but to programming as a whole. I am currently investigating the MODIS product in a .hdf format. I used HDF5 package but it can’t recognize the file. Here are my commands in the julia REPL with the corresponding output.
julia> using HDF5
julia> x=h5open(“MOD16A2.A2002M01.h30v07.105.2013121125445.hdf”)
ERROR: This does not appear to be an HDF5 file
Stacktrace:
[1] #h5open#3(::Bool, ::Function, ::String, ::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::HDF5.HDF5Properties, ::HDF5.HDF5Properties) at /root/.julia/v0.6/HDF5/src/HDF5.jl:593
[2] (::HDF5.#kw##h5open)(::Array{Any,1}, ::HDF5.#h5open, ::String, ::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::HDF5.HDF5Properties, ::HDF5.HDF5Properties) at ./:0
[3] #h5open#4(::Bool, ::Function, ::String, ::String) at /root/.julia/v0.6/HDF5/src/HDF5.jl:643
[4] h5open(::String) at /root/.julia/v0.6/HDF5/src/HDF5.jl:625