JASON_CS_S6A_L1B_GNSS_RO_POD_HOURLY·vF·dataset
GPS tracking data for precise satellite position, hourly (Sentinel-6A)
Sentinel-6A MF Jason-CS L1B GNSS-RO-POD Tracking Data Hourly
deformation NASA POCLOUD Level 1B RINEX
In plain English
What it measures. GPS-style tracking signals used to pin down exactly where the satellite is in its orbit, provided in hourly files.
How it's made. Collected by the GNSS receiver on the Sentinel-6A radar altimetry satellite as an early-stage tracking product.
How & where you'd use it. A behind-the-scenes input for calculating the satellite's precise position, which is essential for accurate sea-height measurements; rarely used on its own.
What's measured
SOLID EARTH › SOLID EARTH › GRAVITY/GRAVITATIONAL FIELD › SATELLITE ORBITS/REVOLUTION › ORBITAL POSITION
Coverage & cadence
- Time span2020-11-28 → ongoing
- Measured bySentinel-6A (GNSS-RO RECEIVER)
- Processing levelLevel 1B
- Spatial extent-180, -66.15, 180, 66.15
- FormatsRINEX
- StatusACTIVE
What you can do with it
- Measure ground motion and subsidence (InSAR)
- Track earthquakes, volcanoes and landslides
- Map elevation and terrain change
Official description
Provides L1B GNSS-RO-POD tracking data for the Sentinel-6A radar altimetry mission.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="JASON_CS_S6A_L1B_GNSS_RO_POD_HOURLY",
version="F",
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
- The mission page for Sentinel-6A MF on the NASA Jet Propulsion Laboratory (JPL) website. VIEW RELATED INFORMATION
- The mission page for Sentinel-6A MF on the NASA Ocean Surface Topography (OST) website. VIEW RELATED INFORMATION
- The mission page for Sentinel-6A MF on the European Space Agency (ESA) website. VIEW RELATED INFORMATION
- The mission page for Sentinel-6A MF on the PO.DAAC website. VIEW RELATED INFORMATION
- The mission page for Sentinel-6A MF on the EUMETSAT website. VIEW RELATED INFORMATION
- Jupyter notebooks to access and manipulate data from Sentinel-6A MF. VIEW RELATED INFORMATION
- Documentation hosted by EUMETSAT including the Generic File Naming Convention, and the Level 1 and Level 2 Product Format Specifications. VIEW RELATED INFORMATION