Home Earthquake Tsunami Tornado Volcanic Activity

Tsunami

Natural Disasters Database

Tsunami

{% for tsunami in all_tsunami %} {% endfor %}
Tsunami_id Date Country Place Wave_Height Spread_Area
{{tsunami.tsunami_id}} {{tsunami.date}} {{tsunami.country}} {{tsunami.place}} {{tsunami.wave_height}} {{tsunami.spread_area}}

Damage Caused By Tsunamis

{% for d in damage %} {% endfor %}
Tsunami_id Amount(in million) Deaths Houses_destroyed
{{d.tsunami_id}} {{d.amount}} {{d.deaths}} {{d.house_destroyed}}