JSON

世界の主要な氷河 - JSON

世界の主要な氷河を面積と長さの観点から整理した一覧です。南極大陸のランバート氷河をはじめ、北米のアラスカ、パミール高原、ヒマラヤ山脈など世界各地に分布する大規模な氷河を含みます。これらの氷河は地球の気候システムにおいて重要な役割を果たし、淡水資源の貯蔵庫として機能しています。

氷河 南極 氷床 気候変動 淡水資源 自然地理
[
  {
    "code": "01",
    "slug": "lambert-glacier",
    "name": "ランバート氷河",
    "description": "南極大陸にある世界最大の氷河。",
    "location": "南極大陸",
    "lengthKm": 400,
    "widthKm": 80,
    "thicknessM": 2500,
    "type": "outlet glacier"
  },
  {
    "code": "02",
    "slug": "seller-glacier",
    "name": "セラー氷河",
    "description": "南極半島にある世界最大の個別氷河。",
    "location": "南極半島",
    "areaSqKm": 7018,
    "type": "individual glacier"
  },
  {
    "code": "03",
    "slug": "thurston-island-glacier",
    "name": "サーストン島氷河1号",
    "description": "南極のサーストン島にある世界第2位の個別氷河。",
    "location": "サーストン島、南極",
    "areaSqKm": 5261,
    "type": "individual glacier"
  },
  {
    "code": "04",
    "slug": "alexander-island-glacier-1",
    "name": "アレクサンダー島氷河1号",
    "description": "南極のアレクサンダー島にある世界第3位の個別氷河。",
    "location": "アレクサンダー島、南極",
    "areaSqKm": 4766,
    "type": "individual glacier"
  },
  {
    "code": "05",
    "slug": "hubbard-glacier",
    "name": "ハバード氷河",
    "description": "アラスカにある北米最大の潮汐氷河。",
    "location": "アラスカ、アメリカ",
    "lengthKm": 122,
    "widthKm": 11,
    "type": "tidewater glacier"
  },
  {
    "code": "06",
    "slug": "wykeham-glacier-south",
    "name": "ワイカム氷河(南)",
    "description": "カナダ北極圏エルズミーア島にある大規模氷河。",
    "location": "エルズミーア島、カナダ",
    "areaSqKm": 3176,
    "type": "individual glacier"
  },
  {
    "code": "07",
    "slug": "bering-glacier",
    "name": "ベーリング氷河",
    "description": "北米最長の氷河。",
    "location": "アラスカ、アメリカ",
    "lengthKm": 196,
    "areaSqKm": 3025,
    "type": "surge-type glacier"
  },
  {
    "code": "08",
    "slug": "fedchenko-glacier",
    "name": "フェチェンコ氷河",
    "description": "極地以外で最長の氷河。",
    "location": "パミール山脈、タジキスタン",
    "lengthKm": 77,
    "thicknessM": 1000,
    "type": "valley glacier"
  },
  {
    "code": "09",
    "slug": "siachen-glacier",
    "name": "シアチェン氷河",
    "description": "カラコルム山脈にある世界第2位の極地外氷河。",
    "location": "カラコルム山脈、インド/パキスタン",
    "lengthKm": 76,
    "maxThicknessM": 896,
    "type": "valley glacier"
  },
  {
    "code": "10",
    "slug": "biafo-glacier",
    "name": "ビアフォ氷河",
    "description": "パキスタンのカラコルム山脈にある大規模氷河。",
    "location": "カラコルム山脈、パキスタン",
    "lengthKm": 67,
    "thicknessM": 500,
    "areaSqKm": 500,
    "type": "valley glacier"
  },
  {
    "code": "11",
    "slug": "aletsch-glacier",
    "name": "アレッチ氷河",
    "description": "アルプス最長の氷河。",
    "location": "アルプス山脈、スイス",
    "lengthKm": 23,
    "areaSqKm": 120,
    "type": "valley glacier"
  },
  {
    "code": "12",
    "slug": "perito-moreno-glacier",
    "name": "ペリト・モレノ氷河",
    "description": "アルゼンチンのパタゴニアにある前進する珍しい氷河。",
    "location": "パタゴニア、アルゼンチン",
    "lengthKm": 30,
    "areaSqKm": 250,
    "type": "tidewater glacier"
  },
  {
    "code": "13",
    "slug": "thwaites-glacier",
    "name": "スウェイツ氷河",
    "description": "「末日氷河」と呼ばれる南極の不安定な氷河。",
    "location": "南極西部",
    "widthKm": 120,
    "areaSqKm": 192000,
    "type": "marine-terminating glacier"
  },
  {
    "code": "14",
    "slug": "vatnajokull",
    "name": "ヴァトナヨークトル",
    "description": "アイスランド最大の氷河。",
    "location": "アイスランド",
    "areaSqKm": 7900,
    "maxThicknessM": 1000,
    "type": "ice cap"
  },
  {
    "code": "15",
    "slug": "jostedalsbreen",
    "name": "ヨステダールスブリーン",
    "description": "ヨーロッパ大陸最大の氷河。",
    "location": "ノルウェー",
    "areaSqKm": 487,
    "type": "ice cap"
  }
]