A Watershed Delineation Algorithm for 2D Flow Direction Grids
Scott Haag, Ali Shokoufandeh

TL;DR
This paper introduces the Haag Shokoufandehs' March algorithm, which efficiently delineates watershed boundaries on 2D flow direction grids with complexity proportional to boundary length, significantly reducing computational effort.
Contribution
The paper presents a novel watershed delineation algorithm based on a modified nested set model that improves speed and reduces storage needs compared to existing methods.
Findings
Reduces computational complexity by up to 99% in tested watersheds.
Significantly decreases read operations from billions to thousands in large basins.
Demonstrates efficiency gains on real-world and large-scale hydrological datasets.
Abstract
In this paper we propose an algorithm and associated data model for creating a watershed boundary using a 2D Flow Direction Grid. Flow Direction Grids (FDGs) are common abstractions for hydrodynamic models and are utilized for delineating physical systems (e.g. watersheds, fluvial, and non-fluvial flow paths). The proposed algorithm and associated data model provides geometric speed increases in watershed boundary retrieval while keeping storage constraints linear in comparison to existing techniques. The algorithm called Haag Shokoufandehs' March (HSM) relies on an existing data structure, the modified nested set model, originally described by Celko and applied to hydrodynamic models by Haag and Shokoufandeh in 2017. The proposed algorithm creates watershed boundaries by marching around the edges of its' corresponding region, never entering the internal area. In contrast to existing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHydrology and Watershed Management Studies · Flood Risk Assessment and Management · Hydrology and Sediment Transport Processes
