From: LindsE on
Hi there;

I am looking for a way to georeference modis images (MOD02HKM,
MOD02QKM, MOD03, and MOD021KM are the filetypes I have on hand).

I'd like to read the file into Matlab, specify the limits of the
region I wish to view, and then have Matlab produce a figure of the
data.

I'm wondering if anyone has encountered a pre-written script for this
function, and if not, I'd love to hear of any helpful resources you've
used to perform such a task.

Many thanks in advance. Any advice is helpful!

Lindsay
From: Christopher Damon on
Lindsay,
Here is a site that I found very useful for laying out the entire process; reading the file; applying the quality flags; then mapping the data.

http://sugar.coas.oregonstate.edu/ORSOO/MODIS/workshop/tutorials/MODIStutorials.pdf

Specifically look at pages 20-30 in Appendix A. These tutorials use HDF data, so if you have HDF5 data you will have to change the commands accordingly. Hop this helps.