Google Earth Engine(GEE)——来自陆地卫星的全球河流宽度(GRWL)

来自陆地卫星的全球河流宽度(GRWL)
来自陆地卫星的全球河宽(GRWL)图层是GRWL论文的主要输出,在加入所有子部分后,它非常大,有超过6400万个特征,这是作者提供的子部分文件的组合。你可以在这里阅读该论文

前言 – 床长人工智能教程 

该资源库由5个文件组成,每个文件都有子部分

1) 简化的GRWL向量产品:grwl_SummaryStats_v01_01

该shapefile包含以下属性:

IndexAttributeDescription
1width_minthe minimum of river width measurements along the segment at mean discharge (meters)
2width_medthe median of river width measurements along the segment at mean discharge (meters)
3width_meanthe mean of river width measurements along the segment at mean discharge (meters)
4width_maxthe maximum of river width measurements along the segment at mean discharge (meters)
5width_sdthe standard deviation of river width measurements along the segment at mean discharge (meters)
6lakeflaginteger specifying if segment is located on a river (lakeflag=0), lake/reservoir (lakeflag=1), tidal river (lakeflag=2), or canal (lakeflag=3)
8nSegPxnumber of pixels within the segment (N pixels)
9Shape_Lenglength of the segment (kilometers)

2) GRWL Mask (raster): water_mask_v01_01

该shapefile包含以下属性:

DN ValueClassification
DN = 256No Data
DN = 255River
DN = 180Lake/reservoir
DN = 126Tidal rivers/delta
DN = 86Canal

3) GRWL Vector Product: water_vector_v01_01

该shapefile包含以下属性:

IndexAttributeDescription
1utm_eastUTM Easting (UTM Zone is given in tile file name; meters)
2utm_northUTM Northing (UTM Zone is given in tile file name; meters)
3width_mwetted width of river (meters) [note: width_m == 1 indicates NA (no width data along the centerline) ]
4nchannelsbraiding index (-)
5segmentIDunique ID of river segment in each tile
6segmentIndIndex of each observation in each segment. Not sorted by upstream or downstream
7lakeflaginteger specifying if observation is located on a river (lakeflag=0), lake/reservoir (lakeflag=1), tidal river (lakeflag=2), or canal (lakeflag=3).
8lonLongitude (decimal degrees)
9latLatitude (decimal degrees)
10elevElevation (meters) – sampled from the Hydro1k DEM

4) 各个GRWL瓦片的位置图:grwl_tiles

5)按流域划分的河流和溪流表面积总数(Allen & Pavelsky, 2018中的图4):rssa_basins

GRWL矢量产品有一个特征数:64,572,998个特征。

代码

var grwl_summary = ee.FeatureCollection("projects/sat-io/open-datasets/GRWL/grwl_SummaryStats_v01_01");
var water_mask = ee.ImageCollection("projects/sat-io/open-datasets/GRWL/water_mask_v01_01");
var grwl_water_vector = ee.FeatureCollection("projects/sat-io/open-datasets/GRWL/water_vector_v01_01");
var grwl_tiles = ee.FeatureCollection("projects/sat-io/open-datasets/GRWL/grwl_tiles");
var grwl_rssa_basins = ee.FeatureCollection("projects/sat-io/open-datasets/GRWL/rssa_basins");


//Import palette
var palettes = require('users/gena/packages:palettes');

Map.setCenter(-78.2758, 1.663,10)
Map.addLayer(water_mask,{'min':11,'max':125,palette: palettes.colorbrewer.Blues[5]},'GRWL Water Mask')
Map.addLayer(grwl_water_vector.style({fillColor: '00000000',color: 'FF5500'}),{},'GRWL Vector')
Map.addLayer(grwl_summary.style({fillColor: '00000000',color: '0000FF'}),{},'GRWL Vector Simplified')

代码链接:https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:hydrology/GLOBAL-RIVER-WIDTH-LANDSAT

Resolution: approx 30m

数据引用Cite the dataset using

Allen, George H., & Pavelsky, Tamlin M. (2018). Global River Widths from Landsat (GRWL) Database (Version V01.01) [Data set]. Zenodo. http://doi.org/10.5281/zenodo.1297434

文献引用:

Allen, George H., and Tamlin M. Pavelsky. "Global extent of rivers and streams."
Science 361, no. 6402 (2018): 585-588.

License

Shared License: This work is licensed under a Creative Commons Attribution 4.0 International License. You are free to copy and redistribute the material in any medium or format, and to transform and build upon the material for any purpose, even commercially. You must give appropriate credit, provide a link to the license, and indicate if changes were made.

Curated by: Samapriya Roy

Keywords: :"GRWL, Fluvial Geomorphology, Hydrology, Rivers, River Width, Landsat, MNDWI"

Last updated: 2021-04-17

  • 1
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值