Google Earth Engine ——全球JRC/GSW1_1/MonthlyHistory数据集的观测数据

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

This dataset contains maps of the location and temporal distribution of surface water from 1984 to 2018 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 3,865,618 scenes from Landsat 5, 7, and 8 acquired between 16 March 1984 and 31 December 2018. 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-2018) for change detection.

This mapping layers product consists of 1 image containing 7 bands. It maps different facets of the spatial and temporal distribution of surface water over the last 35 years. Areas where water has never been detected are masked.


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

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

该测绘层产品由1张包含7个波段的图像组成。它绘制了过去35年中地表水的空间和时间分布的不同方面。从未检测到水的区域被掩盖了。

Dataset Availability

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

Dataset Provider

EC JRC / Google

Collection Snippet

ee.ImageCollection("JRC/GSW1_1/MonthlyHistory")

Resolution

30 meters

Bands Table

Name Description
water Water detection for the month.
water Bitmask
  • Bits 0-1: Water detection
    • 0: No data
    • 1: Not water
    • 2: Water

影像属性:

Name Type Description
month Double Month
year Double Year


数据使用:

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_1/MonthlyHistory');
var visualization = {
  bands: ['water'],
  min: 0.0,
  max: 2.0,
  palette: ['ffffff', 'fffcb8', '0905ff']
};
Map.setCenter(-121.234, 38.109, 7);
Map.addLayer(dataset, visualization, 'Water');


相关文章
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
203 0
|
人工智能 定位技术
Google Earth Engine(GEE)——美国干旱监测数据集
Google Earth Engine(GEE)——美国干旱监测数据集
152 0
|
人工智能 算法
Google Earth Engine(GEE) ——2000-2021年地球非洲海岸线数据集
Google Earth Engine(GEE) ——2000-2021年地球非洲海岸线数据集
151 0
|
定位技术 TensorFlow API
Google Earth Engine (GEE)——张量流水灾模型数据集(Sentinel-1)
Google Earth Engine (GEE)——张量流水灾模型数据集(Sentinel-1)
328 0
|
编解码 人工智能
Google Earth Engine(GEE)——全球距离最近的30米/90米集水区数据集
Google Earth Engine(GEE)——全球距离最近的30米/90米集水区数据集
171 0
|
canal 编解码 人工智能
Google Earth Engine(GEE)——OSM水图层 OpenStreetMap中的全球地表水数据集(90m分辨率)
Google Earth Engine(GEE)——OSM水图层 OpenStreetMap中的全球地表水数据集(90m分辨率)
222 0
|
1月前
|
机器学习/深度学习 人工智能 算法
Google DeepMind新产物: 行星级卫星嵌入数据集(10m)光学+雷达+DEM+climate...
Google 推出 Earth Engine 卫星嵌入数据集,利用 AI 将一年的多源卫星数据压缩至每个 10 米像素,实现高效地理空间分析。基于 AlphaEarth Foundations 模型,该数据集提供 64 维嵌入向量,支持相似性搜索、变化检测、自动聚类和精准分类,助力环境研究与应用。
178 0
|
数据采集
Google Earth Engine(GEE)——swissSURFACE3D光栅(DSM)数据集
Google Earth Engine(GEE)——swissSURFACE3D光栅(DSM)数据集
124 1
|
人工智能
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
287 0
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
|
人工智能
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
173 0

热门文章

最新文章