Full catalog/S5P_L2__CH4____HiR
S5P_L2__CH4____HiR·v1·dataset

Methane in the air (Sentinel-5P)

Sentinel-5P TROPOMI Methane CH4 1-Orbit L2 5.5km x 7km V1 (S5P_L2__CH4____HiR) at GES DISC
atmosphere NASA GES_DISC Level 2
In plain English

What it measures. How much methane gas is in the air, mapped along each satellite orbit at roughly 5.5 km detail.

How it's made. Retrieved from the TROPOMI instrument on Europe's Sentinel-5P satellite, which measures sunlight across many wavelengths; a physics-based method works out the methane amount from infrared absorption bands.

How & where you'd use it. Used to find and track methane sources, including leaks and emissions, an important step for understanding this potent greenhouse gas.

What's measured

ATMOSPHERE › ATMOSPHERIC CHEMISTRYATMOSPHERE › ATMOSPHERIC CHEMISTRY › CARBON AND HYDROCARBON COMPOUNDS › METHANE

Coverage & cadence

  • Time span2019-08-06 → 2021-07-01
  • Measured bySentinel-5P (TROPOMI)
  • Processing levelLevel 2
  • Spatial extent-180, -90, 180, 90
  • StatusCOMPLETE

What you can do with it

  • Map air pollutants — NO₂, aerosols, ozone
  • Track greenhouse gases and Earth's energy budget
  • Feed weather and air-quality analysis
Official description

Starting from August 6th in 2019, Sentinel-5P TROPOMI along-track high spatial resolution (~5.5km at nadir) has been implemented. For data before August 6th of 2019, please check S5P_L2__CH4____1 data collection. The Copernicus Sentinel-5 Precursor (Sentinel-5P or S5P) satellite mission is one of the European Space Agency's (ESA) new mission family - Sentinels, and it is a joint initiative between the Kingdom of the Netherlands and the ESA. The sole payload on Sentinel-5P is the TROPOspheric Monitoring Instrument (TROPOMI), which is a nadir-viewing 108 degree Field-of-View push-broom grating hyperspectral spectrometer, covering the wavelength of ultraviolet-visible (UV-VIS, 270nm to 495nm), near infrared (NIR, 675nm to 775nm), and shortwave infrared (SWIR, 2305nm-2385nm). Sentinel-5P is the first of the Atmospheric Composition Sentinels and is expected to provide measurements of ozone, NO2, SO2, CH4, CO, formaldehyde, aerosols and cloud at high spatial, temporal and spectral resolutions. The retrieval algorithm for Sentinel-5P TROPOMI methane product is a physics based method that uses the Oxygen-A band (760 nm) and absorption bands in shortwave infrared spectrum. In Sentinel-5P/TROPOMI methane algorithm, the atmosphere forward model simulates the absorbing gas (oxygen, methane, water vapor, and carbon monoxide) optical properties, as well as aerosol optical properties with size distribution, refractive index, and number concentration. The inversion is performed based on the forward calculation, the measurement, and the prior information. Cloud filtering is critical in methane retrieval, S5P methane algorithm applies re-gridded Visible Infrared Imaging Radiometer Suite (VIIRS) cloud mask data. Additional cloud filters based on S5P/TROPOMI measurements and the FRESCO apparent surface pressure will be applied when VIIRS cloud data are not available. Other current data filters in the retrieval algorithm include land-only pixels (excluding mountainous areas), spectrum intensity, solar zenith angle and instrument zenith angle. The S5P/TROPOMI methane retrieval is for non-time-critical (NTC) data stream only, and its main outputs include the column averaged dry air mixing ratio of methane, the random error, and the biased corrected dry air methane fraction data based on the retrieved surface albedo. Starting from orbit #12432 on March 7th of 2020, the S-NPP auxiliary cloud data source used in the methane product data processing has been transitioned from the VIIRS Cloud Mask (VCM) into the Enterprise Cloud Mask (ECM). The data are stored in an enhanced netCDF-4 format.

Get the data

s5p_l2__ch4____hir_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="S5P_L2__CH4____HiR",
    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 GES_DISC
Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package.