5-day temperature and moisture maps (NOAA-10 satellite)
What it measures. Maps of atmospheric temperature and moisture averaged over 5-day periods and laid out on a 1-degree global grid.
How it's made. Produced from infrared and microwave sounder readings on the NOAA-10 satellite using a French research group's retrieval method, as part of the NASA TOVS Pathfinder project.
How & where you'd use it. A historical dataset for examining the atmosphere's temperature and humidity in short 5-day windows.
What's measured
Coverage & cadence
- Time span1986-12-31 → 1991-09-03
- Measured byNOAA-10 (HIRS/2, MSU, TOVS)
- Processing levelLevel 3
- 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
Level 3 parameters from HIRS/2 and MSU radiances using the Improved Initialization Inversion (3I) classification retrieval scheme by the Laboratoire de Meteorologie Dynamique (Ecole Polytechnique) averaged over 5 days and mapped on to a 1x1 degree grid. This data was run as part of the NASA TOVS Pathfinder project and designated as Path-B. This dataset contains data from the NOAA-10 satellite.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="TOVSB5NG",
version="01",
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
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- README Document VIEW RELATED INFORMATION