How warm the sea surface is (MetOp-B)
What it measures. Reports how warm the sea surface is (just below the skin) across the globe at about 1 km detail, generated in near real time as the satellite passes overhead.
How it's made. Retrieved from the AVHRR instrument on Europe's MetOp-B satellite, using multiple infrared channels corrected for atmospheric water vapor with weather-model data; produced by EUMETSAT's OSI SAF.
How & where you'd use it. Used operationally for ocean analyses and weather forecasting and for monitoring sea conditions and climate.
What's measured
Coverage & cadence
- Time span2016-01-19 → ongoing
- Measured byMETOP-B (AVHRR)
- Processing levelLevel 2P
- Spatial extent-180, -90, 180, 90
- FormatsnetCDF-4
- StatusACTIVE
What you can do with it
- Watch sea-surface temperature and marine heatwaves
- Spot algal blooms and ocean-colour shifts
- Support fisheries and coastal monitoring
Official description
A global 1 km Group for High Resolution Sea Surface Temperature (GHRSST) Level 2P dataset based on multi-channel sea surface temperature (SST) retrievals generated in real-time from the Advanced Very High Resolution Radiometer (AVHRR) on the European Meteorological Operational-B (MetOp-B) satellite (launched 17 Sep 2012). The European Organization for the Exploitation of Meteorological Satellites (EUMETSAT), Ocean and Sea Ice Satellite Application Facility (OSI SAF) is producing SST products in near real time from Metop/AVHRR. Global AVHRR level 1b data are acquired at Meteo-France/Centre de Meteorologie Spatiale (CMS) through the EUMETSAT/EUMETCAST system. SST is retrieved from the AVHRR infrared channels (3.7, 10.8 and 12.0 micrometer) using a multispectral algorithm. Atmospheric profiles of water vapor and temperature from a numerical weather prediction model, together with a radiatiave transfer model, are used to correct the multispectral algorithm for regional and seasonal biases due to changing atmospheric conditions. This product is delivered at full resolution in satellite projection as metagranule corresponding to 3 minutes of acquisition. The product format is compliant with the GHRSST Data Specification (GDS) version 2.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AVHRR_SST_METOP_B-OSISAF-L2P-v1.0",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from POCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Data Use and Citation Guidelines VIEW RELATED INFORMATION
- Generic Data Readers VIEW RELATED INFORMATION
- Low Earth Orbiter Sea Surface Temperature Product User Manual VIEW RELATED INFORMATION
- Description of the GHRSST Project VIEW RELATED INFORMATION
- Documentation on the GDS version 2 format specification VIEW RELATED INFORMATION
- Group for High Resolution Sea Surface Temperature Information VIEW RELATED INFORMATION
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA