This is a Streamlit Web App designed to visualize the EM-DAT International Disaster Database data contained in your official EM-DAT xlsx file. EM-VIEW has multiple tabs with specific features responding to filters:
- Metric view: impact statistics, disaggregated by disaster types;
- Table view: the EM-DAT dataframe that can be filtered by column names;
- Map view: global or regional impact maps by country;
- Time view: yearly-aggregated timeseries of impact, with multiple stacking options.
You can download the EM-DAT data by registering on the EM-DAT Data Portal.
Visit https://emview.streamlit.app/
The app relies on streamlit version 1.37.
pip install -r requirements.txt
Check requirements.txt
for details.
With streamlit installed, use the following command to run the app:
streamlit run app.py
MIT, see attached License
file. This license applies to the content of this
repository and does not cover the EM-DAT data usage rights. See
EM-DAT Terms of Use.
The initial version of EM-VIEW was developed under the EM-DAT project with the support of USAID.