8000 Home · eumetsat/learn-slstr Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Ben edited this page Mar 26, 2025 · 1 revision

banner

About the learn-slstr module

About SLSTR

The Sea and Land Surface Radiometer (SLSTR) measures electromagnetic signatures emitted by the Earth's surfaces, with a particular focus on those relating to temperature. Data from SLSTR can be used to measure sea and sea-ice surface temperature, as well as to derive information on fires and atmospheric composition (e.g. aerosols).

SLSTR continues the sea surface temperature record collected by the (A)ATSR instruments on ERS and Envisat satellites. The aim is to collect highly accurate measurements to provide a reference dataset for other sea surface temperature missions on other satellites.

Sea surface temperature data is used as input for weather and ocean forecasting, to observe and monitor ocean current systems and ocean fronts, eddies, upwelling areas, marine ecosystems and the development of large scale El Niño/La Niña events. Because of the importance of sea surface temperature (SST) to the global heat budget it is monitored as an essential climate variable (ECV).

These data are also used to improve understanding of the ocean surface layer, upper ocean variability, energy transfer, air-sea interactions and the impact of changes in the temperature of the ocean surface over the course of the day and changes between the temperature at the ocean surface and the depths below.

SST data is also used to help manage marine ecosystems, e.g. identifying frontal areas with large shoals of fish or monitoring coral bleaching events, and for travel and tourism.

Further information on the sensor and its data can be found in the Sentinel-3 section of our User Portal.


Module outline

The learn-slstr module consists of a collection of Python-based Jupyter notebooks designed to demonstrate the capability of SLSTR, carried by the Sentinel-3 satellites, and to help users begin to work with its data at level-1B and level-2. The module will introduce you to:

  • the specifics of the SLSTR sensor
  • the ways in which you can access SLSTR data
  • the parameters that SLSTR provides at level-1b and level-2
  • approaches to working with SLSTR data in common use cases

How to use this material

This module is based around a series of Jupyter Notebooks. These support high-level interactive learning by allowing us to combine code, text descriptions and data visualisations. If you have not worked with Jupyter Notebooks before, please look at the

Introduction to Python and Project Jupyter module to get a short introduction to their usage and benefits. Refer to this module's README for further information on how to set up Jupyter.

This module is split in to two parts, designed for:

  • introductory users, who have basic knowledge of Python and are new to using SLSTR data
  • advanced users, who may be looking into more advanced use cases for the data.

There is a suggested order in which to access the notebooks, and pre-requisites where applicable are listed at the top of each notebook. However, not all notebooks may be relevant for every user, so we have tried to make each one as self contained as possible.


Learning outcomes

From this module, you can expect to learn:

  • How to access SLSTR data from both the EUMETSAT data services, and WEkEO
  • The general file structure of SLSTR products, and how to read them using Python
  • How SLSTR captures brightness temperature of the ocean, and how this is used to derive geophysical products
  • How to visualise SLSTR data products, applying appropriate flags and quality levels
  • The limitations and uncertainties associated with SLSTR products.

Clone this wiki locally
0