Hello,
I'm using chlorophyll concentration from subscripted level 2 MODIS images (Mapped NRT Data) and I'd like also to get the SST measurements, but the values don't look like Celsius degree.
Does anyone knows how to convert these values to Celsius degree unit?
Thanks,
Paula Lamosa Nunes
By @sean
Date 2010-03-01 23:28
Paula,
The chlorophyll is stored as a floating point value in the L2 HDF file.
SST, however, is stored as a scaled integer. The scaling factor is
included in the SDS attributes. SeaDAS (as Long showed) will
correctly interpret the SDS scaling. If you are not using SeaDAS,
you will have to do the scaling on your own.
Sean