Google Earth Engine ——数据全解析专辑(全球人类改变数据集(gHM)以1千米的分辨率数据集)

本文涉及的产品
云解析DNS,个人版 1个月
全局流量管理 GTM,标准版 1个月
公共DNS(含HTTPDNS解析),每月1000万次HTTP解析
简介: Google Earth Engine ——数据全解析专辑(全球人类改变数据集(gHM)以1千米的分辨率数据集)

The global Human Modification dataset (gHM) provides a cumulative measure of human modification of terrestrial lands globally at 1 square-kilometer resolution. The gHM values range from 0.0-1.0 and are calculated by estimating the proportion of a given location (pixel) that is modified, the estimated intensity of modification associated with a given type of human modification or "stressor". 5 major anthropogenic stressors circa 2016 were mapped using 13 individual datasets:

  • human settlement (population density, built-up areas)
  • agriculture (cropland, livestock)
  • transportation (major, minor, and two-track roads; railroads)
  • mining and energy production
  • electrical infrastructure (power lines, nighttime lights)

Please see the paper for additional methodological details. This asset was re-projected to WGS84 for use in Earth Engine.


代码:

全球人类改变数据集(gHM)以1平方公里的分辨率提供了全球人类改变陆地的累积测量。gHM值的范围是0.0-1.0,通过估计一个给定的位置(像素)被修改的比例,估计与给定类型的人类修改或 "压力源 "有关的修改强度来计算。使用13个单独的数据集绘制了2016年左右的5个主要人类活动压力源。

人类住区(人口密度、建筑区

农业(耕地、牲畜

运输(主要、次要和双轨公路;铁路

采矿和能源生产

电力基础设施(电线、夜间照明)。

更多方法细节请见本文。该资产被重新投影到WGS84,以便在地球引擎中使用。

Dataset Availability

2016-01-01T00:00:00 - 2016-12-31T00:00:00

Dataset Provider

Conservation Science Partners

Collection Snippet

ee.ImageCollection("CSP/HM/GlobalHumanModification")

Resolution

1000 meters

Bands Table

Name Description Min Max Units
gHM global Human Modification 0 1 km^2
var dataset = ee.ImageCollection('CSP/HM/GlobalHumanModification');
var visualization = {
  bands: ['gHM'],
  min: 0.0,
  max: 1.0,
  palette: ['0c0c0c', '071aff', 'ff0000', 'ffbd03', 'fbff05', 'fffdfd']
};
Map.centerObject(dataset);
Map.addLayer(dataset, visualization, 'Human modification');


数据引用:

Kennedy, C.M., J.R. Oakleaf, D.M. Theobald, S. Baurch-Murdo, and J. Kiesecker. 2019. Managing the middle: A shift in conservation priorities based on the global human modification gradient. Global Change Biology 00:1-16. https://doi.org/10.1111/gcb.14549


相关文章
|
1天前
|
监控 NoSQL MongoDB
MongoDB中的TTL索引:自动过期数据的深入解析与使用方式
MongoDB中的TTL索引:自动过期数据的深入解析与使用方式
8 1
|
1天前
|
JavaScript 前端开发 API
Vue核心指令解析:探索MVVM与数据操作之美
Vue核心指令解析:探索MVVM与数据操作之美
|
2天前
|
XML 数据格式 Python
Python使用xpath对解析内容进行数据提取
今天就介绍一个用于提取所需数据的方法之一xpath。在后续会讲解bs4(beautifulsoup),re正则表达式。
|
5天前
|
XML 数据采集 前端开发
五:爬虫-数据解析之xpath解析
本篇文章主要讲述了数据解析中的xpath解析,及相对路径的定位语法。最后以爬取豆瓣top250首页作为示例总结
21 5
五:爬虫-数据解析之xpath解析
|
6天前
|
XML Java 数据格式
Spring容器启动源码解析
Spring容器启动源码解析
|
6天前
|
机器学习/深度学习 缓存 算法
netty源码解解析(4.0)-25 ByteBuf内存池:PoolArena-PoolChunk
netty源码解解析(4.0)-25 ByteBuf内存池:PoolArena-PoolChunk
|
7天前
|
存储 NoSQL 算法
Redis(四):del/unlink 命令源码解析
Redis(四):del/unlink 命令源码解析
|
8天前
|
Java Spring
深入解析Spring源码,揭示JDK动态代理的工作原理。
深入解析Spring源码,揭示JDK动态代理的工作原理。
10 0
|
8天前
|
XML Java 数据格式
深度解析 Spring 源码:从 BeanDefinition 源码探索 Bean 的本质
深度解析 Spring 源码:从 BeanDefinition 源码探索 Bean 的本质
18 3
|
8天前
|
XML Java 数据格式
深度解析 Spring 源码:揭秘 BeanFactory 之谜
深度解析 Spring 源码:揭秘 BeanFactory 之谜
13 1

热门文章

最新文章

推荐镜像

更多