Skip to content

Global dataset of gridded population and GDP (1980-2010 estimations and 2020-2100 scenarios)

Notifications You must be signed in to change notification settings

Nowosad/popgrids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

popgrids

Build Status DOI

This dataset consists 0.5 × 0.5 degree grids of:

  1. Global population and GDP estimations for years 1980-2010 created by downscaling actual populations and GDPs by country, and
  2. Global population and GDP projections for years 2020-2100 created by downscaling projected populations and GDPs under three shared socioeconomic pathways (SSP): SSP1; SSP2; and SSP3.

The dataset is modified Global dataset of gridded population and GDP scenarios, version 3. While the original dataset is a shapefile of 0.5 × 0.5 degree grids masked by countries, the new one contains a regular grid in form of raster objects.

Code used to create this data is at https://github.com/Nowosad/global_population_and_gdp.

Installation

Get the development version from github:

# install.packages("devtools")
devtools::install_github("Nowosad/popgrids")

Examples

library(popgrids)
library(sp)
library(raster)

Population estimation for 2010

plot(pop_grid, "p_2010")

GDPs projections for 2100 (pathway SSP3)

plot(gdp_grid, "g3_2100")

References

About

Global dataset of gridded population and GDP (1980-2010 estimations and 2020-2100 scenarios)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages