Mount Sumbing (Sumatra)
Mount Sumbing is a stratovolcano in the central region of Sumatra, Indonesia. The volcano has a complicated summit region with several craters and a 180 m long crater lake.
Mount Sumbing | |
---|---|
Highest point | |
Elevation | 2,507 m (8,225 ft) [1] |
Coordinates | 2.414°S 101.728°E |
Geography | |
Location | Sumatra, Indonesia |
Geology | |
Mountain type | Stratovolcano |
Last eruption | May to June 1921 |
Eruptions
Only two known historical eruptions have taken place, one in 1909 and another in 1921. Hot springs occurred in the south-west foot of the volcano.[1]
gollark: There is no honour among esolangs.
gollark: !typerace 50
gollark: ddg!wikihow cheat at esobot typerace
gollark: I use terminator.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.