Database schema and prototype code for GED4ALL, a project to construct a Global Exposure Database for Multi-Hazard Risk Analysis
Please note that the Python code requires an installation of the OpenQuake Engine and makes use of the underlying baselib and hazardlib libraries
Ubuntu
$ sudo apt install python-virtualenv python-dev
CentOS/FEdora
$ sudo yum install python-virtualenv python-devel
$ virtualenv gedenv
$ source gedenv/bin/activate
$ pip -U install pip
$ pip install -r requirements.txt
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 D1 - Exposure Database Schema and Complementary Tools 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.