gem / ged4all

Database schema and prototype code for GED4ALL, a project to construct a Global Exposure Database for Multi-Hazard Risk Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ged4all

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

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 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.

About

Database schema and prototype code for GED4ALL, a project to construct a Global Exposure Database for Multi-Hazard Risk Analysis

License:GNU Affero General Public License v3.0


Languages

Language:Python 93.7%Language:Shell 3.3%Language:PLpgSQL 3.0%