当前位置:网站首页>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边栏推荐
猜你喜欢
随机推荐
动态内存二
利用matlab求解线性优化问题【基于matlab的动力学模型学习笔记_11】
扩展卡尔曼滤波EKF
typescript56-泛型接口
FastDFS 一文读懂
分子个数 数论(欧拉函数 前缀和
微服务的简单介绍
【链路聚合原理及配置】
GeoAO:一种快速的环境光遮蔽方案
typescript57-数组泛型接口
电子组装行业对MES管理系统的需求分析
20年将投资美国约2000亿美元,三星电子财大气粗的样子真好看
浅谈我国产业园区未来的发展方向
VR全景拍摄线上展馆,3D全景带你沉浸体验
jmeter分布式压测
Spinnaker调用Jenkins API 返回403错误
智能管理PoE交换机
全面讲解 Handler机制原理解析 (小白必看)
Justin Sun: Web3.0 and the Metaverse will assist mankind to enter the online world more comprehensively
XSLT – 编辑 XML概述









