Home Earthquake Tsunami Tornado Volcanic Activity

Volcanic Activity

Natural Disasters Database

Volcanic Activity

{% for volcano in all_eruptions %} {% endfor %}
Volcano_id Mountain Location Year Type Subtype Spread_Area
{{volcano.volcano_id}} {{volcano.mountain}} {{volcano.location}} {{volcano.year}} {{volcano.type}} {{volcano.subtype}} {{volcano.spread_area}}

Volcanic Damage

{% for volcano in damage %} {% endfor %}
Volcano_id Amount(in million) Deaths Houses_destroyed
{{volcano.volcano_id}} {{volcano.amount}} {{volcano.deaths}} {{volcano.house_destroyed}}