Full catalog/S5P_L1B_RA_BD3_HiR_NRT
S5P_L1B_RA_BD3_HiR_NRT·v3·dataset

Raw ultraviolet-visible brightness from space (Sentinel-5P, near real-time)

Sentinel-5P TROPOMI Near-Real-Time (NRT) Radiance product band 3 (UVIS detector) L1B 5.5km x 3.5km V3 (S5P_L1B_RA_BD3_HiR_NRT) at GES DISC
atmosphere NASA GES_DISC Level 1B active
In plain English

What it measures. Calibrated measurements of how much ultraviolet-to-visible light the satellite's spectrometer recorded, located on the map. It is the raw light-brightness data before it is turned into specific air-quality measurements, delivered quickly in near real time.

How it's made. Comes from the TROPOMI instrument on the European Sentinel-5P satellite as a Level-1B radiance product, processed within a few hours of measurement and kept on file for only about ten days.

How & where you'd use it. A building-block input feeding rapid air-quality and atmospheric products; those needing a lasting record or careful analysis should use the regular offline version instead.

What's measured

ATMOSPHERE › ATMOSPHERIC RADIATION › ATMOSPHERIC EMITTED RADIATIONATMOSPHERE › ATMOSPHERIC RADIATION › NET RADIATIONATMOSPHERE › ATMOSPHERIC RADIATION › RADIATIVE FORCINGATMOSPHERE › ATMOSPHERIC RADIATION › SCATTERINGATMOSPHERE › ATMOSPHERIC RADIATION › ULTRAVIOLET RADIATIONSPECTRAL/ENGINEERING › PLATFORM CHARACTERISTICSSPECTRAL/ENGINEERING › PLATFORM CHARACTERISTICS › FLIGHT DATA LOGSSPECTRAL/ENGINEERING › PLATFORM CHARACTERISTICS › ORBITAL CHARACTERISTICSSPECTRAL/ENGINEERING › PLATFORM CHARACTERISTICS › VIEWING GEOMETRYSPECTRAL/ENGINEERING › SENSOR CHARACTERISTICS › GEOLOCATIONSPECTRAL/ENGINEERING › SENSOR CHARACTERISTICS › VIEWING GEOMETRYSPECTRAL/ENGINEERING › ULTRAVIOLET WAVELENGTHSSPECTRAL/ENGINEERING › ULTRAVIOLET WAVELENGTHS › ULTRAVIOLET RADIANCE

Coverage & cadence

  • Time span2025-11-26 → ongoing
  • Measured bySentinel-5P (TROPOMI)
  • Processing levelLevel 1B
  • Spatial extent-180, -90, 180, 90
  • StatusACTIVE

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

The Sentinel-5P TROPOMI Near Real Time (NRT) Radiance product band 3 (UVIS detector) L1B 5.5km x 21km V3 (S5P_L1B_RA_BD3_HiR_NRT) product at GES DISC is the near real time version of the offline S5P_L1B_RA_BD3_HiR data product. These data are typically available within three hours of measurement as required by the Land Atmosphere NRT Capability Earth Observing System (LANCE). These data are intended for a rapid turnaround assessment and are only archived for up to ten days. Users who require a longer data record, or wish to conduct rigorous analysis should use the offline version of this product S5P_L1B_RA_BD3_HiR. 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). TROPOMI Level-1B (L1B) product is generated by the Koninklijk Nederlands Meteoroligisch Instituut (KNMI) TROPOMI L01B processor from Level-0 input data and auxiliary data products with the netCDF-4 enhanced model. It provides users with radiance, irradiance, calibration and engineering products. Data are stored in individual files, or granules, that contain one orbit of information. The data are stored in netCDF4 data format and files and complete files are ~0.650 GB.

Get the data

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

results = earthaccess.search_data(
    short_name="S5P_L1B_RA_BD3_HiR_NRT",
    version="3",
    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.