Exposure Library

This library handles exposure data in either SpatiaLite or PostGIS databases. It provides an abstraction layer for accessing and manipulating exposure data in the databases.

Releases

Version

Description

1.0.0

Code used for the 2023.01 exposure data release. First published version of the exposure-lib.

2.0.0

Scaled floor space area for each building is used.

How to install

First, the package registry needs to be added to the pip index urls, so the package (and its dependencies) can be found. Afterwards, exposure-lib can be installed with pip.

pip config set global.extra-index-url https://git.gfz-potsdam.de/api/v4/projects/2940/packages/pypi/simple
pip install exposurelib