Skip to content
@UCL-IFRC-IXN4

UCL-IFRC-IXN4

Enhanced Assesment of Seasonal Hazards

Introduction

Use historical data from multiple databases on the recorded impacts (e.g., number of people passed away, number of people displaced, number of homes damaged or destroyed, etc.) of past events to disaggregate flood and storm risks by country by month -- or per Admin2 area per month. Will involve extracting data from the different databases, putting it into one or more data frames, then doing an analysis of the data using Python and sharing the documentation and results with the IFRC colleagues so that it can presented on the IFRC's public-facing GO platform.

Source Code

The following repositories contain all the code required to complete the analysis, it consists of 4 packages:

For best experience code should be downloaded into the following structure:

└── UCL-IFRC-IXN4
    ├── Data
    │   ├── DI-data
    │   ├── IDMC-data.csv
    │   ├── EMDAT-data.csv
    │   └── IFRC-data.csv
    ├── Data Downloader
    │   ├── src
    │   └── transl_dict
    ├── Data Shaper
    │   └── src
    ├── Data Processor
    │   └── src
    └── Data Visualiser
        └── src

Pinned Loading

  1. data_downloader data_downloader Public

    Web scrape data on numerous biological hazards from numerous sources (EMDAT, IDMC, IFRC, DesInventar)

    Python

  2. data-shaper data-shaper Public

    Simple formatter for DesInventar raw data

    Python

  3. data-processor data-processor Public

    Python

  4. data-visualiser data-visualiser Public

Repositories

Showing 5 of 5 repositories
  • .github Public
    UCL-IFRC-IXN4/.github’s past year of commit activity
    0 MIT 0 0 0 Updated Apr 16, 2023
  • UCL-IFRC-IXN4/data-processor’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Mar 30, 2023
  • data_downloader Public

    Web scrape data on numerous biological hazards from numerous sources (EMDAT, IDMC, IFRC, DesInventar)

    UCL-IFRC-IXN4/data_downloader’s past year of commit activity
    Python 0 0 0 0 Updated Mar 28, 2023
  • data-shaper Public

    Simple formatter for DesInventar raw data

    UCL-IFRC-IXN4/data-shaper’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Mar 23, 2023
  • UCL-IFRC-IXN4/data-visualiser’s past year of commit activity
    0 MIT 0 0 0 Updated Mar 13, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…