Full catalog/JASON_CS_S6A_L1A_ALT_HR_NTC_F08
JASON_CS_S6A_L1A_ALT_HR_NTC_F08·vF08·dataset

Raw high-resolution sea-height radar readings (Sentinel-6A)

Sentinel-6A MF Jason-CS L1A P4 Altimeter High Resolution (HR) NTC Intermediate Outputs with Instrument Calibrations F08
ocean NASA POCLOUD Level 1A netCDF-4
In plain English

What it measures. Raw, high-resolution radar echoes used to measure sea-surface height, recorded as geo-located bursts of Ku-band signals with the instrument's calibrations applied.

How it's made. Captured by the Poseidon-4 radar altimeter on the Sentinel-6A satellite; this is an early-stage (Level 1A) reprocessed product with a 60-day delay, before sea-height figures are fully derived.

How & where you'd use it. A low-level building-block input for sea-level processing; most users rely on the finished sea-height products derived from it rather than this raw form.

What's measured

OCEANS › SEA SURFACE TOPOGRAPHY › SEA SURFACE HEIGHTOCEANS › OCEAN WAVES › SIGNIFICANT WAVE HEIGHT

Coverage & cadence

  • Time span2020-11-30 → ongoing
  • Measured bySentinel-6A (Poseidon-4 Radar Altimeter, AMR-C, DORIS, GNSS RECEIVER, GNSS-RO RECEIVER, Star Tracker)
  • Processing levelLevel 1A
  • Spatial extent-180, -66.15, 180, 66.15
  • 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

Provides reprocessed L1A high resolution (HR) non-time critical (NTC; 60-day latency) altimetry intermediate outputs from the Poseidon-4 SAR altimeter on the Sentinel-6A Michael Freilich spacecraft, which are geo-located bursts of Ku-band echoes (at ~140 Hz) with all instrument calibrations applied and full rate complex waveforms for delay/Doppler or HR processing. The S6A NTC product is analogous to the Jason-3 GDR product.

Get the data

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

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