当前位置:网站首页>Google Earth Engine - Calculates the effective width of rivers using publicly available river data
Google Earth Engine - Calculates the effective width of rivers using publicly available river data
2022-08-04 00:33:00 【This star is bright】
The code for this tutorial uses two publicly available datasets (GSW and HydroLakes_polygons) and an updated river network (Updated_river_network) uploaded as a shareable asset.The objective is to use the GSW dataset to estimate the effective river width for different water volumes (i.e. 1, 10, 20, 30, 40, 50%) along the model river network.
The code does this by creating a buffer around the line segment on the river network, estimating the area of the water pixel, and then dividing the water area by the line segment length to calculate the "effective width".
Currently, this code can only be applied to a single segment (defined by the unique segment ID at L95) at any time.The code runs successfully and the effective width of each water occurrence is written to the .csv file.
Code:
// GEE code to estimate effective river widths from Global Surface Water (GSW) occurrences.// v1.1 - July 2022//[email protected]// Uses code from Gennadii Donchyts - https://code.earthengine.google.com/2dbde97cb9d7326af7779f5cc4b91b93// Uses code from RivWidthCloud (Yang et al., 2019) - https://doi.org/10.1109/LGRS.2019.2920225// Builds on code from RODEO (Riggs et al., 2022) - https://doi.org/10.1016/j.envsoft.2021.105254///// Datasets//var GSW = ee.Image('JRC/GSW1_3/GlobalSurfaceWater');var GSW_o边栏推荐
- Eight things to pay attention to in spot silver
- What warehouse management problems can WMS warehouse management system solve in the electronics industry?
- typescript55-泛型约束
- R3LIVE论文学习(二):VIO子系统
- jmeter分布式压测
- 【杂项】如何将指定字体装入电脑然后能在Office软件里使用该字体?
- 第1章:初识数据库与MySQL----MySQL安装
- 小身材有大作用——光模块寿命分析(二)
- "Miscellaneous" barcode by Excel as a string
- Nanoprobes Alexa Fluor 488 FluoroNanogold 偶联物
猜你喜欢
随机推荐
伦敦银最新均线分析系统怎么操作?
R3LIVE论文学习(二):VIO子系统
教你如何定位不合理的SQL?并优化之
Mvc、Mvp和Mvvm
Salesforce's China business may see new changes, rumors may be closing
Jmeter cross-platform operation CSV files
C # WPF equipment monitoring software (classic) - the next
BioVendor人Clara细胞蛋白(CC16)Elisa试剂盒检测步骤
Linux安装mysql最简单教程(一次成功)
js函数防抖和函数节流及其使用场景
[Miscellaneous] How to install the specified font into the computer and then use the font in the Office software?
sqlnet.ora文件与连接认证方式的小测试
轻量级网络整理及其在Yolov5上的实现
米哈游--测试开发提前批
【链路聚合原理及配置】
分子个数 数论(欧拉函数 前缀和
outputBufferIndex = mDecode.dequeueOutputBuffer(bufferInfo, 0) 一直返回为-1
Using matlab to solve the linear optimization problem based on matlab dynamic model of learning notes _11 】 【
Tanabata festival coming, VR panoramic look god assists for you
分析:Nomad Bridge黑客攻击的独特之处









