Hourly sea surface temperature over the Americas (GOES-16)
What it measures. Sea surface temperature (the warmth of the ocean's near-surface layer) across the Americas region, updated every hour.
How it's made. Derived from the ABI imager on the GOES-16 geostationary satellite using a three-band infrared method, with weather-model atmospheric data correcting for moisture; produced in near real time by EUMETSAT's OSI SAF.
How & where you'd use it. Supports near-real-time weather forecasting, marine and hurricane monitoring, and ocean studies; the hourly, day-and-night coverage is useful for watching how ocean temperatures change through the day.
What's measured
Coverage & cadence
- Time span2017-12-14 → ongoing
- Measured byGOES-16 (ABI)
- Processing levelLevel 3
- Spatial extent-135, -60, -15, 60
- 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
The data is regional and part of the Group for High Resolution Sea Surface Temperature (GHRSST) Level 3 Collated (L3C) dataset covering the America Region based on retrievals from the Advanced Baseline Imager (ABI) on board the Geostationary Operational Environmental Satellite-16 (GOES-16). 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 GOES-16 in the Eastern position. GOES-16 Imager level 1 data are acquired at Météo-France/Centre de Météorologie Spatiale (CMS) through the EUMETSAT/EUMETCast system. The GOES-16 ABI enables daytime SST calculations (whereas, previously, GOES East SST was restricted to nighttime conditions). The L3C SST is derived from a three-band (centered at 8.4, 10.3, and 12.3 um) algorithm. The ABI split-window configuration features three bands instead of the two found in heritage sensors (GOES-13). The 8.5-um is used in conjunction with the 10.3-um and 12.3-um bands for improved thin cirrus detection as well as for better atmospheric moisture correction in relatively dry atmospheres. Atmospheric profiles of water vapor and temperature from a numerical weather prediction model, together with a radiative transfer model, are used to correct the multispectral algorithm for regional and seasonal biases due to changing atmospheric conditions. Each 10-minute observation interval is processed at full satellite resolution. The operational products are then produced by remapping over a 0.05-degree regular grid (60S-60N and 135W-15W) SST fields obtained by aggregating the available10-minute SST data into hourly files-hour time, with priority being given to the value closest in time to the product nominal hour. 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="GOES16-SST-OSISAF-L3C-v1.0",
version="1.0",
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
- GHRSST Global Data Assembly Center VIEW RELATED INFORMATION
- GHRSST Project Homepage VIEW RELATED INFORMATION
- Product User Manual VIEW RELATED INFORMATION
- Browse and download granules over HTTPS using the virtual directories GET DATA
- Browse granule search results in Earthdata Search GET DATA
- Geostationary Satellite Sea Surface Temperature Scientific Validation Report VIEW RELATED INFORMATION