Old grayscale infrared images of Earth (Nimbus)
What it measures. Daily grayscale images of Earth made from infrared (heat) measurements, where brighter or darker tones reflect how warm surfaces and cloud tops appeared to the sensor at night.
How it's made. Captured by the High Resolution Infrared Radiometer aboard the early Nimbus 1, 2, and 3 satellites in the 1960s, and converted into TIFF images.
How & where you'd use it. A historical record of nighttime clouds and surface temperatures from the dawn of weather satellites; note the images aren't map-referenced and have gaps.
What's measured
Coverage & cadence
- Time span1964-08-28 → 1964-09-26
- Measured byNimbus-1 (HRIR) · Nimbus-2 (HRIR) · Nimbus-3 (HRIR)
- Processing levelLevel 1
- Spatial extent-180, -90, 180, 90
- FormatsTIFF
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
This data set consists of daily, global grayscale TIFF images derived from radiative temperatures measured in the 3.4 to 4.2 µm window. These data were detected by the High Resolution Infrared Radiometer (HRIR) on board the Nimbus 1, Nimbus 2, and Nimbus 3 satellites during 1964, 1966, and 1969-1970. The Nimbus HRIR sensor was used to map the earth's nighttime cloud cover and to measure cloud top temperatures or surface temperatures. Note: This data set is not georeferenced and contains some gaps in temporal coverage because of missing data.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="NmHRIR1T",
version="1",
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 NSIDC_CPRD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and order NASA Earth Science data using spatial and temporal filters. Reformatting, reprojecting, and subsetting options are available for some data sets. GET DATA
- Quickly download a few files using a web browser, or access data through a command-line utility such as WGET. GET DATA
- Search data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- A Python library to search and access NASA Earth science data with just a few lines of code GET DATA
- Find more data access options and help resources. VIEW RELATED INFORMATION
- Nimbus High Resolution Infrared Radiometer Grayscale Swath Data L1, TIFF, Version 1 User Guide VIEW RELATED INFORMATION