/loss_database

Database schema and prototype code for multi-hazard risk analysis loss results

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

loss_database

Database schema and prototype code for Challenge Fund loss database

Quick setup

Pre-requisites

Ubuntu

$ sudo apt install python-virtualenv python-dev

CentOS/Fedora

$ sudo yum install python-virtualenv python-devel

Installation

$ virtualenv gedenv
$ source gedenv/bin/activate
$ pip -U install pip
$ pip install -r requirements.txt

Background Information

Schema and related tools for a database of natural hazard scenarios.

This work was performed as part of the GFDRR/DFID Challenge Fund and is now part of the Risk Data Library.

The D4 – Challenge Fund Database Schema Updates – Final Report provides a more detailed description of how this schema was developed and is intended to be used.

Please see the Risk Data Library resources section for additioanl technical documentation and background information.