Google Earth Engine ——全球JRC/GSW1_3/MonthlyRecurrence数据集的观测数据

简介: Google Earth Engine ——全球JRC/GSW1_3/MonthlyRecurrence数据集的观测数据


This dataset contains maps of the location and temporal distribution of surface water from 1984 to 2020 and provides statistics on the extent and change of those water surfaces. For more information see the associated journal article: High-resolution mapping of global surface water and its long-term changes (Nature, 2016) and the online Data Users Guide.

These data were generated using 4,453,989 scenes from Landsat 5, 7, and 8 acquired between 16 March 1984 and 31 December 2020. Each pixel was individually classified into water / non-water using an expert system and the results were collated into a monthly history for the entire time period and two epochs (1984-1999, 2000-2020) for change detection.

The Monthly Recurrence collection contains 12 images: monthly measures of the seasonality of water based on the occurrence values detected in that month over all years.


数据集包含1984年至2020年地表水的位置和时间分布图,并提供这些水面的范围和变化的统计数据。更多信息见相关期刊文章。全球地表水及其长期变化的高分辨率地图(自然,2016)和在线数据用户指南。

这些数据是使用1984年3月16日至2020年12月31日期间获取的Landsat 5、7和8的4453,989个场景生成的。每个像素都使用专家系统单独分类为水/非水,并将结果整理为整个时间段的月度历史和两个纪元(1984-1999年,2000-2020年),用于变化检测。

月度重现率集合包含12张图片:根据所有年份中在该月检测到的发生值,每月衡量水的季节性。

Dataset Availability

1984-03-16T00:00:00 - 2021-01-01T00:00:00

Dataset Provider

EC JRC / Google

Collection Snippet

ee.ImageCollection("JRC/GSW1_3/MonthlyRecurrence")

Resolution

30 meters

Bands Table

Name Description Min Max Units
monthly_recurrence The recurrence value expressed as a percentage for this month. 0 100 %
has_observations A flag to indicate if the month has observations.
has_observations Bitmask
  • Bit 0: Observations for the month.
    • 0: No valid observations
    • 1: At least 1 valid observation was available

影响属性:

Name Type Description
month Double Month

数据使用:

All data here is produced under the Copernicus Programme and is provided free of charge, without restriction of use. For the full license information see the Copernicus Regulation.

Publications, models, and data products that make use of these datasets must include proper acknowledgement, including citing datasets and the journal article as in the following citation.

If you are using the data as a layer in a published map, please include the following attribution text: 'Source: EC JRC/Google'

引用:

Jean-Francois Pekel, Andrew Cottam, Noel Gorelick, Alan S. Belward, High-resolution mapping of global surface water and its long-term changes. Nature 540, 418-422 (2016). (doi:10.1038/nature20584)

代码:

var dataset = ee.ImageCollection('JRC/GSW1_3/MonthlyRecurrence');
var visualization = {
  bands: ['monthly_recurrence'],
  min: 0.0,
  max: 100.0,
  palette: ['ffffff', 'ffbbbb', '0000ff']
};
Map.setCenter(-51.482, -0.835, 6);
Map.addLayer(dataset, visualization, 'Monthly Recurrence');


相关文章
|
6月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2341 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
6月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
84 0
|
6月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
126 0
|
6月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
217 0
|
6月前
|
人工智能
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
124 0
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
|
6月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
107 0
|
6月前
|
数据采集 编解码 人工智能
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
205 0
|
6月前
|
人工智能
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
62 0
|
6月前
Google Earth Engine(GEE)——当你无法进行两个图像相减的时候发生错误lst2020.subtract is not a function
Google Earth Engine(GEE)——当你无法进行两个图像相减的时候发生错误lst2020.subtract is not a function
70 0
|
6月前
|
编解码 人工智能 计算机视觉
Google Earth Engine(GEE)——Umbra卫星翁布拉合成孔径雷达公开数据
Google Earth Engine(GEE)——Umbra卫星翁布拉合成孔径雷达公开数据
90 0