Google Earth Engine ——世界200000冰川面积、几何形状、表面速度和雪线高程数据集

Global Land Ice Measurements from Space (GLIMS) is an international initiative with the goal of repeatedly surveying the world's estimated 200,000 glaciers.

The project seeks to create a globally comprehensive inventory of land ice, including measurements of glacier area, geometry, surface velocity, and snow line elevation. To perform these analyses, the GLIMS project uses satellite data, primarily from the Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER) and the Landsat Enhanced Thematic Mapper Plus (ETM+), as well as historical information derived from maps and aerial photographs.

Each feature in this dataset is a polygonal boundary of a glacier at the time of analysis. A few glacier IDs have hundreds of distinct rows over time.

This dataset is a snapshot of the inventory of glacier boundaries as of June 15, 2016, providing over 307,000 rows.

从太空进行全球陆地冰测量 (GLIMS) 是一项国际倡议,其目标是反复测量世界上估计有 200,000 座冰川。

该项目旨在创建一个全球综合的陆地冰清单,包括对冰川面积、几何形状、表面速度和雪线高程的测量。为了进行这些分析,GLIMS 项目使用了卫星数据,主要来自高级星载热辐射和反射辐射计 (ASTER) 和 Landsat Enhanced Thematic Mapper Plus (ETM+),以及从地图和航空照片中获得的历史信息。

此数据集中的每个要素都是分析时冰川的多边形边界。随着时间的推移,一些冰川 ID 具有数百个不同的行。

该数据集是截至 2016 年 6 月 15 日冰川边界清单的快照,提供超过 307,000 景。

Dataset Availability

2015-06-15T00:00:00 - 2015-06-16T00:00:00

Dataset Provider

National Snow and Ice Data Center (NSDIC)

Collection Snippet

ee.FeatureCollection("GLIMS/2016")

NameTypeDescription
analystsStringName(s) of data contributor(s)
anlys_idDoubleID of a glacier at a particular time
anlys_timeStringWhen the analysis was done
areaDoubleArea of the glacier in the plane of the map projection in square kilometers
chief_afflStringAffiliation of the chief of the regional center
db_areaDoubleSame as 'area', but recomputed by the GLIMS project
geog_areaStringName of geographic region covered by the regional center
glac_idStringThe GLIMS glacier ID
glac_nameStringThe glacier name. ~80% of the rows equal 'None'
glac_statStringGlacier status, either 'exists' or 'None'

影像

使用说明:

For the creation of any reports, publications, new data sets, derived products, or services resulting from the data set, users should cite: GLIMS and NSIDC (2005, updated 2013): Global Land Ice Measurements from Space glacier database. Compiled and made available by the international GLIMS community and the National Snow and Ice Data Center, Boulder CO, U.S.A., doi:10.7265/N5V98602https://doi.org/10.7265/N5V98602

代码:

var dataset = ee.FeatureCollection('GLIMS/2016');
var visParams = {
  palette: ['gray', 'cyan', 'blue'],
  min: 0.0,
  max: 10.0,
  opacity: 0.8,
};
var image = ee.Image().float().paint(dataset, 'area');
Map.setCenter(-26.763, 73.214, 6);
Map.addLayer(image, visParams, 'GLIMS/2016');
Map.addLayer(dataset, null, 'for Inspector', false);

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值