The GHRSST Level 4 MUR (Multi-scale Ultra-high Resolution) Global Foundation Sea Surface Temperature Analysis (v4.1) provides a high-resolution, daily global assessment of ocean surface temperature. This dataset fuses observations from multiple satellite-borne sensors (including infrared and microwave radiometers) and in situ measurements, offering a robust and consistent picture of sea surface temperature conditions. The algorithm employs advanced interpolation and blending techniques to fill gaps caused by cloud cover and sensor discrepancies, resulting in a seamless, 1-kilometer-resolution global field. The “foundation” temperature represents the sea surface temperature free of diurnal warming effects, making it particularly valuable for climate studies, numerical weather prediction, and a variety of marine applications. The dataset is distributed by NASA’s Jet Propulsion Laboratory in collaboration with the Group for High Resolution Sea Surface Temperature (GHRSST), and is widely used by researchers, operational agencies, and policy-makers for informed decision-making in fields such as marine resource management, weather forecasting, and climate monitoring.
For more information, please refer to the documentation.
The code used to repackage this data is accessible here.
Care has been taken to not change the source data, but just to repackage it into cloud optimised geotiffs with
STAC metadata. Each daily dataset is accessible in a <year>/<month>/<day>
path, and file names are consistent with the
source data, e.g., "{$Y%m%d}090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.stac-item.json
.
To load a single day, you can do something like the following using Python:
And then to plot it, do:
Alternately, you can use the STAC Parquet file as an index to all the STAC docs.
The 'analysed_sst' files are templated by:
Example for a specific date:
Strictly, we should check the catalogue first:
Read using the terra package:
Or alternatively, using gdalraster:
Or with stars:
To crop with the terra package:
Or, more generally, project (by_util is very important for COG efficiency):
We can also change CRS and resolution as desired:
See: https://podaac.jpl.nasa.gov/CitingPODAAC
Data hosted by the PO.DAAC is openly shared, without restriction, in accordance with NASA's Earth Science program Data and Information Policy.