How warm the sea surface is (Suomi-NPP, NAVO)
What it measures. Gives sea surface temperature at one meter depth across the globe nearly every day, at about 750 m detail, following the satellite's wide scan path.
How it's made. Retrieved from the VIIRS instrument on the Suomi-NPP satellite, which scans a 3,060 km-wide swath, processed with the version 3.0 method that improves cloud and contamination detection.
How & where you'd use it. Supports ocean and weather forecasting and tracking of currents and marine heatwaves; designed to match other VIIRS sea-temperature products for a consistent record.
What's measured
Coverage & cadence
- Time span2018-01-30 → ongoing
- Measured bySuomi-NPP (VIIRS)
- 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 Group for High Resolution Sea Surface Temperature (GHRSST) Level 2P dataset based on retrievals from the Visible Infrared Imaging Radiometer Suite (VIIRS). This sensor resides on the Suomi National Polar-orbiting Partnership (Suomi_NPP) satellite launched on 28 October 2011. VIIRS is a whiskbroom scanning radiometer which takes measurements in the cross-track direction within a field of regard of 112.56 degrees using 16 detectors and a double-sided mirror assembly. At a nominal altitude of 829 km, the swath width is 3060 km, providing full daily coverage both on the day and night side of the Earth. The VIIRS instrument is a 22-band, multi-spectral scanning radiometer that builds on the heritage of the MODIS , AVHRR and SeaWIFS sensors for sea surface temperature (SST) and ocean color. For the infrared bands for SST the effective pixel size is 750 meters at nadir and the pixel size variation across the swath is constrained to no more than 1600 meters at the edge of the swath. This L2P SST v3.0 is upgraded from the v2.0 with several significant improvements in processing algorithms, including contamination detection, cloud detection, and data format upgrades. It contains the global near daily-coverage Sea Surface Temperature at 1-meter depth with 750 m (along) x 750 m (cross) spatial resolution in swath coordinates. Each netCDF file has 768 x 3200 pixels in size, in compliance with the GHRSST Data Processing Specification (GDS) version 2 format specifications.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="VIIRS_NPP-NAVO-L2P-v3.0",
version="3.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
- Validation of S-NPP VIIRS Sea Surface Temperature Retrieved from NAVO VIEW RELATED INFORMATION
- Generic Data Readers VIEW RELATED INFORMATION
- PO.DAAC Forum Page VIEW RELATED INFORMATION
- GHRSST Data User Guide VIEW RELATED INFORMATION
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA
- This dataset can be downloaded using the podaac-data-subscriber (the recommended tool for bulk downloading PO.DAAC data). It is a Python package for downloading one or many files using the command line interface. The URL redirects to the data-subscriber home page with instructions for utilizing the tool GET DATA