MATLAB is not recognizing .h5 files; do I need a different version?

4 views (last 30 days)
I've downloaded VIIRS satellite data from NOAA/CLASS in .h5 format and tried to import it into MATLAB but .h5 is not recognized. Is there another version I need (R2013a) or am I doing something wrong?

Answers (2)

Sean de Wolski
Sean de Wolski on 30 Oct 2014
Are you using h5read?

Alaa Mhawish
Alaa Mhawish on 31 Jul 2016
Edited: Walter Roberson on 31 Jul 2016
Matlab support hdf5 files , use this command to access AOD data.
AOD_550 = h5read('GAERO-VAOOO_npp_d20150106_t1836417_e1842221_b16548_c20160724094859907194_noaa_ops.h5', '/All_Data/VIIRS-Aeros-EDR_All/AerosolOpticalDepth_at_550nm');

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!