Google Earth Engine(GEE) ——全球GDP和HDI的网格化数据集(1990-2015)

简介: Google Earth Engine(GEE) ——全球GDP和HDI的网格化数据集(1990-2015)

全球GDP和HDI的网格化数据(1990-2015)

国内生产总值(GDP)和人类发展指数(HDI)是全球发展的两个关键指标。国内生产总值衡量的是最终产品和服务的货币价值,即在一定时期内[特定地区]生产的最终用户购买的产品和服务,而人类发展指数是 "人类发展主要方面的平均成就 "的一个综合指数。

国内生产总值(GDP)和人类发展指数(HDI)的网格化多年度数据集差距巨大。为了在时间和空间上提供一致的产品,次国家数据只被间接使用,对报告的国家价值进行缩放,从而保持官方统计数据的代表性。这导致了1990-2015年25年期间全世界人均GDP(PPP)、总GDP(PPP)和HDI的年度网格化数据集,分辨率为5弧分。此外,还提供了三个时间段(1990年、2000年、2015年)的国内生产总值(PPP)总量,分辨率为30弧秒。

免责声明:该数据集的全部或部分描述由作者或其作品提供。

 

数据集说明¶

国内生产总值的单位是美元

小数点GDP:编码如下。1-区域报告的;2-区域内推的;3-区域外推的;5-国家报告的;6-国家内推的;7-国家外推的

小数组人类发展指数:小数组指数编号,编码如下。1-区域报告;2-区域比例;4-国家报告;5-国家内推;6-国家外推;7-无数据,使用区域平均。

文章引用:

Kummu, M., Taka, M. & Guillaume, J. Gridded global datasets for Gross Domestic Product and Human Development Index over 1990–2015. Sci Data 5, 180004 (2018).
https://doi.org/10.1038/sdata.2018.4

数据引用:

Kummu, Matti; Taka, Maija; Guillaume, Joseph H. A. (2020), Data from: Gridded global datasets for Gross Domestic Product and Human Development Index over 1990-2015,
Dryad, Dataset, https://doi.org/10.5061/dryad.dk1j0

代码:

var gdp_ppp = ee.Image("projects/sat-io/open-datasets/GRIDDED_HDI_GDP/GDP_PPP_1990_2015_5arcmin_v2"),
    gdp_ppp_30arc = ee.Image("projects/sat-io/open-datasets/GRIDDED_HDI_GDP/GDP_PPP_30arcsec_v3"),
    gdp_per_capita = ee.Image("projects/sat-io/open-datasets/GRIDDED_HDI_GDP/GDP_per_capita_PPP_1990_2015_v2"),
    hdi = ee.Image("projects/sat-io/open-datasets/GRIDDED_HDI_GDP/HDI_1990_2015_v2"),
    admin_areas = ee.Image("projects/sat-io/open-datasets/GRIDDED_HDI_GDP/admin_areas_GDP_HDI"),
    pedigree_gdp = ee.Image("projects/sat-io/open-datasets/GRIDDED_HDI_GDP/pedigree_GDP_per_capita_PPP_1990_2015_v2"),
    pedigree_hdi = ee.Image("projects/sat-io/open-datasets/GRIDDED_HDI_GDP/pedigree_HDI_1990_2015_v2");
var palettes = require('users/samapriya/utils:palettes');
Map.addLayer(ee.Image(gdp_per_capita.select('b1')),{min:1600,max:50000,palette: palettes.extra.blkred},'GDP Per Capita 1990-2015')
Map.addLayer(ee.Image(gdp_ppp.select('b1')),{min:-347969610,max:411755463,palette: palettes.extra.orngblue},'GDP PPP 1990-2015')
Map.addLayer(ee.Image(hdi.select('b1')),{min:0.2,max:0.8,palette: palettes.extra.orngblue},'HDI')

 

License

This work is licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication license.

Produced by : Kummu, Matti; Taka, Maija; Guillaume, Joseph H. A.

Curated in GEE by : Samapriya Roy

Keywords: : Development indicator, global spatial data, gridded data, Gross Domestic Product (GDP), Human Development Index (HDI), Purchasing Power Parity (PPP)

Last updated on GEE: 2022-04-30

 

相关文章
|
7月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2691 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
7月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
251 0
|
7月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
662 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
7月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
124 0
|
7月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
101 0
|
7月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
165 0
|
7月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
88 0
|
7月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
291 0
|
7月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
148 0
|
7月前
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
136 0