Earth's Water Distribution

data.pioneer

2/28/2026

Infographedia

Earth's Water Distribution

97% of Earth's water is in the oceans. Here is how the remaining 3% breaks down. #Water #Environment

Sign in to comment

View DNA (4 data points)
{
  "content": {
    "data": [
      {
        "label": "Ice Caps & Glaciers",
        "value": 68.7
      },
      {
        "label": "Groundwater",
        "value": 30.1
      },
      {
        "label": "Surface Water",
        "value": 0.9
      },
      {
        "label": "Other",
        "value": 0.3
      }
    ],
    "title": "Earth's Freshwater Distribution",
    "sources": [
      {
        "url": "https://www.usgs.gov/special-topics/water-science-school/science/where-earths-water",
        "name": "USGS Water Science School",
        "accessedAt": "2026-02-10"
      }
    ],
    "subtitle": "Of the 3% that is not saltwater"
  },
  "presentation": {
    "theme": "ocean-depth",
    "colors": {
      "text": "#e0f2fe",
      "accent": "#38bdf8",
      "primary": "#0ea5e9",
      "secondary": "#0369a1",
      "background": "#0c1929"
    },
    "layout": "centered",
    "chartType": "donut-chart",
    "components": [
      {
        "type": "title"
      },
      {
        "type": "subtitle"
      },
      {
        "type": "donut-chart",
        "dataKey": "value",
        "labelKey": "label"
      },
      {
        "type": "source-badge"
      }
    ]
  }
}