Natural Disasters Database
Tornado_id | Date | Rotation | Wind_speed | Start_location | End_location | Distance_covered | Fujita_scale_rating | {% for tornado in all_tornado %}
---|---|---|---|---|---|---|---|
{{tornado.tornado_id}} | {{tornado.date}} | {{tornado.rotation}} | {{tornado.wind_speed}} | {{tornado.start_location}} | {{tornado.end_location}} | {{tornado.distance_covered}} | {{tornado.fujita_scale_rating}} |
Tornado_id | Amount | Deaths | Bridges | House_destroyed | {% for destruction in damage %}
---|---|---|---|---|
{{destruction.tornado_id}} | {{destruction.amount}} | {{destruction.deaths}} | {{destruction.bridges}} | {{destruction.house_destroyed}} |