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

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

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 October 27, 2017, providing over 690,000 rows.

该数据集是截至 2017 年 10 月 27 日冰川边界清单的快照,提供超过 690,000 景。

Dataset Availability

1992-06-01T00:00:00 - 2017-08-01T00:00:00

Dataset Provider

National Snow and Ice Data Center (NSDIC)

Collection Snippet

ee.FeatureCollection("GLIMS/20171027")

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'
length Double Length of the glacier perimeter in meters
line_type String Glacier record type, e.g. 'glac_bound' for glaciers, or other values for internal rocks, snowlines, water features, etc.
local_id String ID assigned by the contributing institution or regional center
max_elev Double Highest part of the glacier, in meters above sea level
mean_elev Double Mean elevation of the glacier, in meters above sea level
min_elev Double Lowest part of the glacier, in meters above sea level
parent_id String ID of the glacier that is the parent of this glacier
primeclass Double WGMS glacier classification number
proc_desc String Description of processing done on this record
rc_id Double ID used by the regional center
rec_status String Record status
release_dt String Date data was released, in YYYY-MM-ddTHH:mm:ss format
src_date String Date of source imagery used to create the outline
subm_id Double The submission ID assigned by GLIMS
submitters String Name(s) of data submitter(s)
wgms_id String World Glacier Monitoring Service ID
width Double Width of the glacier in meters

数据引用:

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/20171027');
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(-35.618, 66.743, 7);
Map.addLayer(image, visParams, 'GLIMS/20171027');
Map.addLayer(dataset, null, 'for Inspector', false);


相关文章
|
8月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2793 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
8月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
261 0
|
8月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
716 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
8月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
111 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
|
8月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
153 0
|
8月前
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“.
146 0
|
8月前
|
编解码 定位技术
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
250 0

热门文章

最新文章