How can I read lat and lon data from MYD09GA hdf files?

1 view (last 30 days)
I'm trying to read MOD09GA hdf file (e.g.,
input='MYD09GA.A2002186.h12v02.061.2020071185001.hdf'
val=hdfread(input,'MODIS_Grid_500m_2D', 'Fields', 'sur_refl_b01_1');
However, I cannot find lat or lon data within hdf files. I just want to get lat and lon data from the hdf files. How can this be done?
  1 Comment
dpb
dpb on 3 Jul 2021
Attach a data file if expect somebody to explore -- the link requires an account for access...

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!