Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Converting EarthCARE satellite data to HEALPix Discrete Global Grid System (DGGS) format.

About EarthCARE

EarthCARE (Earth Cloud Aerosol and Radiation Explorer) is a joint ESA-JAXA satellite mission studying clouds, aerosols, and radiation in the Earth’s atmosphere. It carries four instruments:

Why HEALPix for EarthCARE?

HEALPix (Hierarchical Equal Area isoLatitude Pixelisation) provides several advantages for EarthCARE data:

Data patterns

EarthCARE data presents two distinct conversion patterns:

  1. MSI (2D swath) — similar to Sentinel-3 OLCI/SLSTR, with (along_track, across_track) dimensions and 2D lat/lon arrays. Converted by assigning each pixel to its nearest HEALPix cell with aggregation.

  2. ATLID/CPR (1D profiles) — vertical atmospheric profiles along the satellite ground track. Each profile is mapped to a HEALPix cell ID while preserving the vertical dimension.

Aggregation by variable type

Different variables require different aggregation strategies when multiple pixels fall into the same HEALPix cell:

Variable typeStrategyExamples
ClassificationMode (most frequent)cloud_mask, cloud_type, cloud_phase
ContinuousMeancloud_top_height, AOT, temperature
UncertaintyRMS (root mean square)error estimates
Quality flagsMax (worst case)quality_status

Visualization

HEALPix data can be visualized at multiple scales:

Tools used

This project builds on the DGGS ecosystem developed in the GRID4EARTH ESA project:

Contents