mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Re-read 02 Overview.md
This commit is contained in:
parent
7f67c24480
commit
be952fd0f9
1 changed files with 5 additions and 4 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# Overview
|
||||
|
||||
The parts of the Sentinel-2 data that extend the visible spectrum can be used to calculate _Spectral Indices_ or _Spectral Indicators_.
|
||||
As mentioned before, the Sentinel-2 satellites capture data far outside the range of visible light. With wavelengths of up to 2100nm, some bands go far into the infra-red spectrum.
|
||||
The higher parts of the spectrum are especially useful to calculate _Spectral Indices_ or _Indicators_.
|
||||
|
||||
These indicators can be used for a range of different tasks. The Normalised Difference in Water Index (NDWI) for example gives information about how likely a pixel represents water, the Bare-Soil Index (BSI) gives an estimate about how likely a pixel represents unvegetaed soil. Other indices give an indication about vegetation health or plant activity using reflectance properties of the ground in different spectra of light.
|
||||
These indicators can be used for a range of different tasks. The Normalised Difference in Water Index (NDWI) for example provides a value containing information about how likely a pixel represents water. The Bare-Soil Index (BSI) gives an estimate about how likely a pixel represents unvegetaed soil. Other indices give an indication about vegetation health or plant activity. Methodolically these indices transfer knowledge about the reflective properties of different material in specific wavelengths and convert them into mathematical formulas that allow drawing conclusions on surface phenomena.
|
||||
|
||||
This chapter explores how to calculate these indices over long and short time spans, leveraging the high spatial resolution to provide highly localized information using these indices.
|
||||
This chapter explores how to calculate these indices over long and short time spans, leveraging the high spatial resolution to provide highly localized information.
|
||||
|
||||
It ends with a notebook that implements the BSI, the NDWI, the Normalized Difference In Vegetation Index (NDVI) and the Normalized Burn Ratio (NBR) which can be used to determine burn severity after a fire. The implementation is extensible enough to perform many different kinds of index calculations on downloaded products with only minimal changes.
|
||||
It ends with a notebook that implements several indices and can be used to calculate them for any product offered by the Copernicus Open Access Hub with only minimal modifications.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue