Air, cloud and surface conditions per footprint (Suomi-NPP)
What it measures. Detailed atmospheric, cloud, and surface conditions for each individual sensor view, including profiles of temperature, water vapor, and trace gases. The per-view approach gives much finer spatial detail than typical sounder products.
How it's made. Produced by the SiFSAP algorithm from the infrared and microwave sounder suite on the Suomi-NPP satellite, retrieving results for each individual field of view rather than averaging across several.
How & where you'd use it. Supports detailed studies of the atmosphere, clouds, and surface, useful where fine spatial resolution matters.
What's measured
Coverage & cadence
- Time span2015-11-02 → 2021-05-21
- Measured bySuomi-NPP (ATMS, CrIS)
- 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
This level 2 standard product is generated by the SiFSAP (Single Field-of-View Sounder Atmospheric Products) algorithm. The SIFSAP algorithm provides retrieval for each sounder Field of View (FOV), therefore, it has 3-times higher horizontal spatial resolution and 9-time denser products compared to other current IR sounder products. Since SiFSAP is an FOV-based algorithm, its product variables have an additional dimension which represents the number of FOVs. For CrIS instrument, there are 9 FOVs for each Field of Regard (FOR). The SiFSAP Level-2 retrieval products contain a variety of geophysical parameters retrieved from IR/MW sounder suites measurements, including profiles of temperature, water vapor and trace gas species as well as clouds and surface properties. This standard product provides retrievals on a reduced vertical profile (11 levels for water profiles and up to 27 for other profile variables). A level 2 granule has been set as 6 minutes of data. There are 240 granules per day, with an orbit repeat cycle of approximately 16 day.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SNDRSNIML2SFSPRET",
version="2",
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. Official links
- Access the data via HTTPS. GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- README Document VIEW RELATED INFORMATION
- ATBD VIEW RELATED INFORMATION
- Science Validation Report for SifSAP VIEW RELATED INFORMATION
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA