I downloaded the MODIS AOD data from Terra. One HDF file has several (203 * 135) matrices depicting various things.
Now if I wish to find the value of the products at a certain location (coordinates are known), I am simply locating the pixel nearest to that location (from Latitude and Longitude subdatasets in the HDF file). Say the pixel is at row number r and column number c in the (203 * 135) matrix.
To find the AOD calculated by Deep Blue algorithm, can I simply open the subdataset [203 * 135] Deep_Blue_Aerosol_Optical_Depth_550_Land mod04 (16-bit integer), and refer to the value at row number r and column number c? Is this value the AOD I am looking for?
Thanks for helping out.