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

简介: 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")

Name Type Description
analysts String Name(s) of data contributor(s)
anlys_id Double ID of a glacier at a particular time
anlys_time String When the analysis was done
area Double Area of the glacier in the plane of the map projection in square kilometers
chief_affl String Affiliation of the chief of the regional center
db_area Double Same as 'area', but recomputed by the GLIMS project
geog_area String Name of geographic region covered by the regional center
glac_id String The GLIMS glacier ID
glac_name String The glacier name. ~80% of the rows equal 'None'
glac_stat String Glacier 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.,

代码:

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);


相关文章
|
8月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2789 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
8月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
110 0
|
8月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
261 0
|
8月前
GEE——Google dynamic world中在影像导出过程中无法完全导出较大面积影像的解决方案(投影的转换)EPSG:32630和EPSG:4326的区别
GEE——Google dynamic world中在影像导出过程中无法完全导出较大面积影像的解决方案(投影的转换)EPSG:32630和EPSG:4326的区别
151 0
|
8月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
127 0
|
8月前
|
数据采集 编解码 人工智能
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
267 0
|
8月前
|
人工智能
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
83 0
|
8月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
173 0
|
8月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
92 0
|
8月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
319 0

热门文章

最新文章