Skip to content

Commit

Permalink
Update ethz_litpop.py (#50)
Browse files Browse the repository at this point in the history
Improve description of the LitPop dataset

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
  • Loading branch information
EglantineGiraud authored Apr 7, 2024
1 parent f7596cc commit cfa3988
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/hazard/onboard/ethz_litpop.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ def __init__(
File type: File type: CSV
DATA DESCRIPTION:
CSV files containing LitPop values for a set of
of latitudes and longitudes within the region.
CSV files containing the estimated physical asset values of 2014 at grid point in current USD of 224
countries. The dataset is generated from national total physical asset values downscaled proportionally
to the normalised product of nightlight intensity (Lit, based on NASA Earth at Night) and population count
(Pop, based on Gridded Population of the World, Version 4.1).
Args:
source_dir (str): directory containing source files. If fs is a S3FileSystem instance
Expand Down Expand Up @@ -139,7 +141,13 @@ def _resources(self) -> Dict[str, HazardResource]:
Asset exposure data being either unavailable or restricted to single countries or regions, ETH Zurich produced
a global high-resolution asset exposure dataset using “lit population” (LitPop), a globally consistent methodology
to disaggregate asset value data proportional to a combination of nightlight intensity (NASA) and geographical
population data (SEDAC).
population data (SEDAC). National total physical asset values are downscaled proportionally to the normalised
product of nightlight intensity (Lit, based on NASA Earth at Night) and population count (Pop, based on Gridded
Population of the World, Version 4.1) using the LitPop-module of the probabilistic natural catastrophe damage
model CLIMADA. National total physical asset values are produced capital of 2014 from The World Bank's "Wealth
Accounting" available for 140 countries. For 84 countries, non-financial wealth is estimated from the country's
GDP in 2014 and the GDP-to-wealth ratios as estimated in the Credit Suisse Research Institute's "Global Wealth
Report 2017".
""",
},
}
Expand Down Expand Up @@ -169,12 +177,12 @@ def _resources(self) -> Dict[str, HazardResource]:
name="heating",
min_value=0.0,
max_value=resource_map[key]["max_value"],
units="",
units="USD",
),
path="maps/" + path + "_map",
source="map_array_pyramid",
),
units="",
units="USD",
scenarios=[
Scenario(id="historical", years=[2016]),
],
Expand Down

0 comments on commit cfa3988

Please sign in to comment.