当前位置:网站首页>Google Earth engine (GEE) - ghsl global population grid dataset 250 meter resolution
Google Earth engine (GEE) - ghsl global population grid dataset 250 meter resolution
2022-07-03 11:15:00 【This star is bright】
Recently, I found a giant cow's artificial intelligence learning website , Click to jump to the website :
Preface – A course of bed length artificial intelligence
There are a lot of introductions about basic manual work above , It is of great help to students who are getting started with AI .
Officially start data introduction :
GHSL It depends on the design and implementation of new spatial data mining technology , Allow automated processing and extraction of analysis and knowledge from large amounts of heterogeneous data , These data include : The global 、 Fine scale satellite image data stream 、 Census data and population sources or voluntary geographic information sources .
This data set describes the distribution and density of the population , Expressed in the number of people per cell , For reference periods :1975、1990、2000、2015.
The resident population is estimated by CIESIN GPW v4 Provide . These are decomposed from census or administrative units to grid cells , From each corresponding period in GHSL The distribution and density of buildings mapped in the global floor provide information .( See “250 m Development of a new open and free multi temporal global population grid at resolution .”)
The dataset is in World Mollweide Projection (EPSG:54009) Generated in the .
For more information , Please visit :https ://ghsl.jrc.ec.europa.eu/ghs_pop.php .
Global human settlements layer (GHSL) The project was approved by the European Commission 、 Support from the joint research centre and the regional and Urban Policy Directorate .GHSL Generate new global spatial information 、 Evidence based analysis and description of the knowledge of human existence on earth .
Dataset Availability
1975-01-01T00:00:00Z - 2015-12-31T00:00:00
Dataset Provider
Earth Engine Snippet
ee.ImageCollection("JRC/GHSL/P2016/POP_GPW_GLOBE_V1")
The resolution of the
250 rice
Band
| full name | Sensitive | maximum | describe |
|---|---|---|---|
population_count | 0* | 1.34419e+06* | Number of people per cell |
Code :
var dataset = ee.ImageCollection('JRC/GHSL/P2016/POP_GPW_GLOBE_V1')
.filter(ee.Filter.date('2015-01-01', '2015-12-31'));
var populationCount = dataset.select('population_count');
var populationCountVis = {
min: 0.0,
max: 200.0,
palette: ['060606', '337663', '337663', 'ffffff'],
};
Map.setCenter(78.22, 22.59, 3);
Map.addLayer(populationCount, populationCountVis, 'Population Count');Terms of use
GHSL from EC JRC As open and free data production . Authorize reuse , The premise is to confirm the source . For more information , Please read the conditions of use ( European Commission reuse and copyright notice ).
Citations:
European Commission, Joint Research Centre (JRC); Columbia University, Center for International Earth Science Information Network - CIESIN (2015): GHS population grid, derived from GPW4, multitemporal (1975, 1990, 2000, 2015). European Commission, Joint Research Centre (JRC) [Dataset] PID: Joint Research Centre Data Catalogue - GHS-POP R2015A - GHS population grid, derived from... - European Commission


边栏推荐
- Qt:qss custom qspinbox instance
- I, a tester from a large factory, went to a state-owned enterprise with a 50% pay cut. I regret it
- 如何成为一名高级数字 IC 设计工程师(1-3)Verilog 编码语法篇:Verilog 行为级、寄存器传输级、门级(抽象级别)
- Qt:qss custom qpprogressbar instance
- 高精度室内定位技术,在智慧工厂安全管理的应用
- Encapsulation attempt of network request framework of retro + kotlin + MVVM
- Empire CMS no thumbnail smart tag (e:loop) two ways to judge whether there is a titlepic
- Typescript learning summary
- 可以写进简历的软件测试电商项目,不进来get一下?
- Function details of CorelDRAW graphics suite 2022
猜你喜欢

2021 reading summary (continuously updating)

有赞CTO崔玉松:有赞Jarvis核心目标是使产品变得更加聪明和可靠

Résumé des questions d'entrevue (2) Modèle io, ensemble, principe NiO, pénétration du cache, avalanche de rupture

Summary of interview questions (2) IO model, set, NiO principle, cache penetration, breakdown avalanche

AIDL

Balance between picture performance of unity mobile game performance optimization spectrum and GPU pressure
The normal one inch is 25.4 cm, and the image field is 16 cm

What kind of living condition is a tester with a monthly salary of more than 10000?

Tencent micro app to get wechat user information

英特尔13代酷睿旗舰曝光,单核5.5GHz
随机推荐
2021 postgraduate entrance examination mathematics 2 linear algebra
如何:配置 ClickOnce 信任提示行为
What are the strengths of "testers"?
Reading notes: heart like Bodhi, Cao Dewang
In the middle of the year, I have prepared a small number of automated interview questions. Welcome to the self-test
[true question of the Blue Bridge Cup trials 44] scratch eliminate the skeleton Legion children programming explanation of the true question of the Blue Bridge Cup trials
IIS does not take effect after modifying the configuration information
Matlab memory variable management command
[proteus simulation] 16 channel water lamp composed of 74hc154 four wire to 12 wire decoder
Tablespace creation management and control file management
How did I grow up in the past eight years as a test engineer of meituan? I hope technicians can gain something after reading it
栈,单调栈,队列,单调队列
Project management essence reading notes (6)
QT: QSS custom qtreeview instance
表空间创建管理及控制文件管理
Probability theory: application of convolution in calculating moving average
【Proteus仿真】74HC154 四线转12线译码器组成的16路流水灯
How can UI automated testing get out of trouble? How to embody the value?
Analysis of JMM memory model
Static library vs shared library