Cloud and energy data, Northern Hemisphere (Himawari-8)
What it measures. Hourly cloud properties and Earth's radiant energy over the Northern Hemisphere, including cloud microphysics and how clouds and the surface reflect and emit energy.
How it's made. Derived from the Advanced Himawari Imager on Japan's Himawari-8 geostationary satellite using NASA Langley's cloud-retrieval algorithms, provided hourly at about 6-kilometer detail.
How & where you'd use it. Supports studies of clouds and Earth's energy balance, helping scientists understand how clouds influence how much energy the planet absorbs and releases.
What's measured
Coverage & cadence
- Time span2018-04-30 → 2022-12-01
- Measured byHimawari-8 (AHI)
- Processing levelLevel 2
- FormatsnetCDF-4
- 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
CER_GEO_Ed4_HIM08_NH_V01.4 is the Satellite Cloud and Radiation Property retrieval System (SatCORPS) Clouds and the Earth's Radiant Energy System (CERES) Geostationary Satellite (GEO) Edition 4 Himawari-8 over the Northern Hemisphere (NH) Version 1.4 data product. Data was collected using the Advanced Himawari Imager (AHI) Instrument on the Himawari-8 platform. Note: Version 1.4 uses the Global Modeling and Assimilation Office (GMAO) Modern-Era Retrospective analysis for Research and Applications, Version 2 (MERRA-2) reanalysis for atmospheric input; Version 1.2 used GMAO's GEOS-5.4.1. No changes have been made to the cloud retrieval algorithm. This data set comprises cloud micro-physical and radiation properties derived hourly from Himawari-8 geostationary satellite imager data using the Langley Research Center (LaRC) SATCORPS algorithms supporting the CERES project. The data set is arranged as files for each hour in netCDF-4 format. The observations are at 2 km resolution (at nadir) and are sub-sampled to 6 km (taking every third line and pixel).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="CER_GEO_Ed4_HIM08_NH",
version="V01.4",
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
- CERES Documentation VIEW RELATED INFORMATION
- CERES Input Data Sources VIEW RELATED INFORMATION
- ASDC's data citation guidelines VIEW RELATED INFORMATION
- Earthdata Search for CER_GEO_Ed4_HIM08_NH_V01.4 (NASA Application to search, discover, visualize, refine, and access NASA Earth Observation data) GET DATA
- Virtual Directory for CER_GEO_Ed4_HIM08_NH_V01.4 GET DATA