zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Google Earth Engine——Murray全球潮间带变化数据集包含了通过对707,528张Landsat Archive图像进行监督分类而产生的全球潮间带生态系统地图

Google数据 进行 通过 图像 分类 全球 地图
2023-09-11 14:15:12 时间

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)

Flag indicating the spatial limits of the implementation of the tidal flat classifier as defined by altitudinal (+100m) and bathymetric (-100m) limits.

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

表示实施潮滩分类器的空间限制的标志,由海拔(+100米)和水深(-100米)的限制来定义。

Dataset Availability

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

Dataset Provider

Murray/UQ/Google/USGS/NASA

Collection Snippet

ee.Image("UQ/murray/Intertidal/v1_1/data_mask")

Resolution

30 meters

Bands Table

NameDescriptionUnits
datamaskA flag to indicate data inclusion.occurrence
datamask Bitmask
  • Bit 0: Data mask
    • 0: No data
    • 1: Classified area

引用:

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.

The global distribution and trajectory of tidal flats | Nature

代码:

var dataset = ee.Image('UQ/murray/Intertidal/v1_1/data_mask');

var visualization = {
  bands: ['datamask'],
  min: 0.0,
  max: 1.0,
  palette: ['000000', 'FFFFFF']
};

Map.setCenter(126.6339, 37.4394, 10);

Map.addLayer(dataset, visualization, 'Data mask');

请大家帮我个忙,5星好评:2021年「博客之星」参赛博主:此星光明-CSDN社区