Google Earth Engine——Murray全球潮间带变化数据集在潮滩分类,用于开发陆地卫星协变量层的陆地卫星图像的数量

简介: Google Earth Engine——Murray全球潮间带变化数据集在潮滩分类,用于开发陆地卫星协变量层的陆地卫星图像的数量

The Murray Global Intertidal Change Dataset contains global maps of tidal flat ecosystems produced via a supervised classification of 707,528 Landsat Archive images. Each pixel was classified into tidal flat, permanent water or other with reference to a globally distributed set of training data.

The classification was implemented along the entire global coastline between 60° North and 60° South from 1 January 1984 to 31 December 2016. The image collection consists consists of a time-series of 11 global maps of tidal flats at 30m pixel resolution for set time-periods (1984−1986; 1987−1989; 1990−1992; 1993−1995; 1996−1998; 1999−2001; 2002−2004; 2005−2007; 2008−2010; 2011−2013; 2014−2016)

The number of Landsat images used to develop the Landsat covariate layers in each time step of the tidal flat classification. Each image in the image collection refers to a single time step.


Murray全球潮间带变化数据集包含了通过对707,528张Landsat Archive图像进行监督分类而产生的全球潮间带生态系统地图。参照全球分布的训练数据集,每个像素都被划分为潮滩、永久水域或其他。

1984年1月1日至2016年12月31日,分类工作沿着北纬60°和南纬60°之间的整个全球海岸线进行。图像收集包括11张全球潮汐滩涂地图的时间序列,分辨率为30米,时间段为1984-1986;1987-1989;1990-1992;1993-1995;1996-1998;1999-2001;2002-2004;2005-2007;2008-2010;2011-2013;2014-2016)

在潮滩分类的每个时间步骤中,用于开发陆地卫星协变量层的陆地卫星图像的数量。图像集合中的每张图像指的是一个时间步骤。

Dataset Availability

1984-01-01T00:00:00 - 2017-01-01T00:00:00

Dataset Provider

Murray/UQ/Google/USGS/NASA

Collection Snippet

ee.ImageCollection("UQ/murray/Intertidal/v1_1/qa_pixel_count")

Resolution

30 meters

Bands Table

Name Description Min Max Units
pixel_count Input image count. 0 400 count

 

引用:

Murray, N.J., Phinn, S.R., DeWitt, M., Ferrari, R., Johnston, R., Lyons, M.B., Clinton, N., Thau, D. & Fuller, R.A. (2019) The global distribution and trajectory of tidal flats. Nature, 565, 222-225.

代码:

var dataset = ee.ImageCollection('UQ/murray/Intertidal/v1_1/qa_pixel_count');
var visualization = {
  bands: ['pixel_count'],
  min: 0.0,
  max: 300.0,
  palette: ['000000', 'FFFFFF']
};
Map.setCenter(126.6339, 37.4394, 10);
Map.addLayer(dataset, visualization, 'QA Pixel Count');


相关文章
|
2月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
517 0
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
2月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
106 0
|
1月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
258 0
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
2月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
29 0
|
2月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
24 0
|
2月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
43 0
|
2月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
21 0
|
2月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
44 0
|
2月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
23 0
|
2月前
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“.
40 0

热门文章

最新文章