Albedo Data and Surface Reflectance Data Visualizations in SNAP using MODIS Imagery

From CUOSGwiki
Revision as of 14:03, 3 December 2019 by SpenserZhang (talk | contribs) (Created page with "==Purpose== ==Introduction== ===Albedo=== Albedo is the ratio of the amount of irradiance that is reflected by a surface to the total incoming irradiance. Albedo measured...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Purpose

Introduction

Albedo

Albedo is the ratio of the amount of irradiance that is reflected by a surface to the total incoming irradiance. Albedo measured on a scale from 0 to 1. For example, a white-colored object reflects most of the incoming light and absorbs very little whereas, a black object will absorb most of the incoming light.

MODIS

MODIS is Moderate Resolution Imaging Spectroradiometer.

MODIS has 36 bands in total, but we are going to use band 1 to band 7 in this project. Band wavelength for all 1 to 7 are in nm.

Modis band.PNG

Methods

Data Acquisition

NASA Earth Data Search


Earthdata.JPG

Albedo Visualizations

Albedo.JPG

Surface Reflectance Visualization

367.JPG


143.PNG

NDSI

Remote sensing index can be calculate by MODIS image.

NDSI is Normalized Difference Snow Index. NDSI are commonly used in cloud or snow differentiation. Cloud and snow are all shown as bright colour in a true colour image, however, snow is getting darker when the wavelength is greater than 1.6mm. According to the MODIS band wavelength above, for MODIS data the NDSI is calculated as:

                   NDSI = (Band 4 - Band 6) / (Band 4 + Band 6) 

The calculation can be done by "Raster Calculator" under Data Management Tool.

NDSIGZ.JPG

Conclusion