Contribute Media
A thank you to everyone who makes this possible: Read More

Floods List database

Description

As a first step we worked with FloodList.com to integrate their observations collated from media reports into a database hosted at the European Centre for Medium Range Weather Forecasts (ECMWF). FloodList.com provide the data in json format via an API which is then queried on a daily basis to update the ECMWF hosted database.

A web interface is being developed to allow users to visualise and query the database, examples queries include the time period, season, location and flood type. All the results of the queries are displayed on a WebMap so is it possible to locate the point on a geographical context. The architecture of the system is based on a Django 'light' layer that runs on top of the ECMWF web infrastructure. Through an orchestrator all the requests are dispatched to some python based services that performs the computations and return the results to the Django layer that uses some templates to visualise the results.

These resources could be useful for contextualisation studies of the risk posed to exposed populations who inhabit flood prone areas. They will also be useful for the verification of the growing number of global and continental flood forecasting systems. Future developments include the addition of different data sources to the database as well as the integration of the web interface into the Global Flood Awareness System [GloFAS] website. With this integration we aim to encourage directly report flood events through an online form.

Details

Improve this page