Gases and particles high in the atmosphere at sunrise/sunset (SAGE III)
What it measures. Vertical profiles of gases and particles high up in the atmosphere, including ozone, aerosols, nitrogen dioxide, nitrogen trioxide, and water vapor, captured during a single sunrise or sunset event.
How it's made. Measured by the SAGE III instrument on the International Space Station using 'occultation', watching sunlight pass through the thin edge of Earth's atmosphere, processed to Level 2.
How & where you'd use it. Provides long-term monitoring of the ozone layer and other atmospheric components and how they change over time.
What's measured
Coverage & cadence
- Time span2017-06-07 → 2024-12-01
- Measured byISS (SAGE III)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- FormatsHDF5
- 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
Data quality notice: The SAGE III/ISS team recommends against using data from events 2024030913SS, 2024030915SS, and 2024030917SS. These events were affected by line-of-sight blockage from a docked spacecraft which undermined the data quality. Typically, such events are withheld by a quality assurance process. g3bssp_53 is the Stratospheric Aerosol and Gas Experiment III (SAGE III) on the International Space Station (ISS) (SAGE III/ISS) Level 2 Solar Event Species Profiles (HDF5) V053 data product. It contains all the species products for a single solar event. Launched on February 19, 2017 on a SpaceX Falcon 9 from Kennedy Space Center, the Stratospheric Aerosol and Gas Experiment III on the International Space Station (SAGE III/ISS), the second instrument from the SAGE III project, is externally mounted on the International Space Station (ISS). This ISS-based instrument uses a technique known as occultation, which involves looking at the light from the Sun or Moon as it passes through Earth’s atmosphere at the edge, or limb, of the planet to provide long-term monitoring of ozone vertical profiles of the stratosphere and mesosphere. The data provided by SAGE III/ISS includes other key components of atmospheric composition and their long-term variability, focusing on the study of aerosols, nitrogen dioxide, nitrogen trioxide, and water vapor. SAGE data has historically been used by the World Meteorological Organization to inform their periodic assessments of ozone depletion. These new observations from the International Space Station will continue the SAGE team's contributions to ongoing scientific understanding of the Earth's atmosphere. Several improvements predominately the ozone, nitrogen dioxide and aerosol products are realized in the version 6.0 data product and cause it to be recommended over version 5.3. These improvements include: filling transmission gaps (caused mainly by sunspots) leading to several hundred more events, additional term in L1 uncertainty, updated ozone absorption cross-section database, more robust covariance computation of aerosol uncertainty. Version 6.0 also has incorporated aerosol flags and particle size distribution information which were previously available in separate files. Further details can be found in the version 6.0 release notes.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="g3bssp",
version="53",
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 LARC_CLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- How to cite ASDC data VIEW RELATED INFORMATION
- SAGE III/ISS Version 5.30 DPUG (Data Product User's Guide) VIEW RELATED INFORMATION
- NASA Open Source Agreement for Computer Software VIEW RELATED INFORMATION
- SAGE III/ISS Version 5.30 Release Notes VIEW RELATED INFORMATION
- Earthdata Search for g3bssp_53 (NASA Application to search, discover, visualize, refine, and access NASA Earth Observation data) GET DATA
- Virtual Directory for g3bssp_53 GET DATA
- SAGE III Algorithm Theoretical Basis Document (ATBD) Solar and Lunar Algorithm VIEW RELATED INFORMATION