Edward P. Morris (UCA-CEIMAR) and Bas Oteman (NIOZ)
The capacity of light to carry and convey information is perhaps its most important, and remarkable, characteristic.
https://youtu.be/gF9UlTYR5d0
https://youtu.be/28hImDyJXu0?list=PLbyvawxScNbs9ET50PFwZTworudkNsnH_
Landsat 8, Sentinel 1A, Sentinel 2A
Has both wave and particle properties at the same time (wave-particle duality).
"EM spectrum". Licensed under CC BY-SA 3.0 via Commons.
"Atmospheric electromagnetic opacity" by NASA (original); SVG by Mysid. - Vectorized by User:Mysid in Inkscape, original NASA image from File:Atmospheric electromagnetic transmittance or opacity.jpg.. Licensed under Public Domain via Commons.
The surfaces of substances have specific scattering and absorption properties
Red and green light is absorbed, blue reflected.
"Simple reflectance" by User:Phidauex - Own work. Licensed under Public Domain via Commons.
Water strongly absorbs light giving it a distinctive reflectance spectrum that can be summarised by spectral indices (ratios), e.g., the 'Normalised Difference Water Index' (NDWI, McFeeters et al. 1996).
NDWI = (NIR - Green)/(NIR + Green)
All photosynthetic organisms contain chlorophyll giving them a distinctive reflectance spectrum that can be summarised by spectral indices (ratios), e.g., the 'Normalised Difference Vegetation Index' (NDVI).
NDVI = (NIR - Red)/(NIR + Red)
The different pigments of photosynthetic organisms result in different 'colours', potentially allowing identification of foreshore vegetation types.
Spectral ratios, such as NDWI and NDVI can be used to quantify properties of foreshores.
General:
Passive visible and infrared:
Active radar (SAR):
Name | Abbreviation | Resolution (m) | Availability | Return Interval | Type* | Platform |
---|---|---|---|---|---|---|
Landsat Thematic Mapper 5 | L5-TM | 30,60 | 1984 to 2013 | 16 days | M | Satellite |
Landsat Enhanced Thematic Mapper 7 | L7-ETM | 15,30,60 | 1995 to 2003 | 16 days | P,M | Satellite |
Moderate-resolution Imaging Spectroradiometer | MODIS | 250,500,1000 | 2000 to present | Daily | M | Satellite |
Medium Resolution Imaging Spectrometer | ENVISAT-MERIS | 300 | 2002 to present | 3 days | M | Satellite |
Landsat Data Continuity Mission (Landsat 8) | L8-OLI | 15,30,100 | 2013 to present | 16 days | P,M | Satellite |
Copernicus Sentinel-1A | S-1A | 4,10,25,40 | 2015 to present | 12 (6) days | R | Satellite |
Copernicus Sentinel-2A | S-2A | 10,20,60 | 2015 to present | 12 (6) days | M | Satellite |
Generally surface reflectance products are prefered, however see L8-SR user notes and Landsat Higher Level Science Data Products:
.MTL
)The SENTINEL-SAFE format wraps a folder containing image data in a binary data format and product metadata in XML.
The SENTINEL-SAFE format wraps a folder containing image data in a binary data format and product metadata in XML.
General:
gsutil ls gs://earthengine-public/landsat/
Sentinels:
Landsat:
Via commandline using curl:
# download a specific sentinel product
S:\>curl -u User:Password -JO "https://scihub.esa.int/dhus/odata/v1/\
Products('b94d872a-ef4f-4117-8a6b-1a90466ae785')/$value"
Georectification: Mapping the data to real world coordinates.
Calibration: Converting the data to real world units
Morphological operations: Filtering, changing resolution, ect.
Course classification: Assigning different classes (e.g., clouds, shadows, water) using segmentation or clustering.
with GUI:
Packages and frameworks:
'RSS has the mission to support the Earth Observation (EO) comunity in exploiting EO data'
The research leading to these results has received funding from the European Union Seventh Framework Programme (FP7/2007-2013) under grant agreement n° 607131. All views presented are those of the author’s, the European Union is not liable for any use that may be made of the information contained therein.
Get this talk:
This workshop will cover the basics of working with S1TBX to process Sentinel-1 data:
File
> Open Product
OR Import Raster Data
> SAR data
> SENTINEL-1
Products View expand structure
Open window to display raw data (RIGHT CLICK BAND > Open Image Window
)
Zoom in on area of interest; note image is mirrored
Raster
> Subset
OR RIGHT CLICK ON IMAGE > Spatial Subset From View
SAR Processing
> Radiometric
> Calibrate
SAR Processing
> Speckle Filtering
SAR Processing
> Geometric
> Elipsoid Correction
Utilities
> Dataset Conversion
> Linear to/from dB
Raster
> Dataset Conversion
> Linear to/from dB
Look at a profile from water to land:
Analysis
> Profile Plot
Add a vector layer:
Vector
> Import
OR Line Drawing Tool
Look at a histogram for the scene:
Analysis
> Histogram
Choose your prefered export format
File
> Export Raster Data
> NetCDF4-CF
Tools
> Graph Builder