June 2023
Hydrological analyses from DEMs (digital elevation models) for various classic GIS analyses always took plenty of time and resources. This tool is for everyone looking for quick and easy hydrological analysis.
Wild guessing river runoffs for my main hobby river surfing led to the development of this project. Web developments with integrated GIS solutions became my main interest and projects like this give me the opportunity to improve.
June 2023
Since 2019, I've invested time planing, developing my own algorithm for watershed delineation based on the HydroSheds dataset. However, for practical reasons, I’m currently using the API provided by MGHydro. Their tool delivers cleaner and more accurate results. Feel free to check out his nice project—it's definitely worth a look!
That said, I’m still actively working on improving my own solution and hope to return to using it soon. Development continues!
May 2025
HydroSHEDS (Hydrological data and maps based on SHuttle Elevation Derivatives at multiple Scales) provides consistent hydrographic information on a global scale. It contains various geodata sets including river networks, watershed boundaries, drainage directions, and flow accumulations.
The HydroBASINS product contains a global consistent coverage of nested sub-basins at different scales, which is supported with coding schemes that allow various analyses (Lehner and Grill, 2013).
June 2023
Is a nested coding system for horological river basins. It allows to identify upstream and downstream basins.
Basically, a basin is subdivided into 9 smaller basins and labeled from 1 to 9. Each sub-basin is divided again by 9 and labeled by appending the number to previous code numbers. Like this, the more levels of subdividing the more digits the code will have (Verdin and Verdin, 1999). The HydroBasins dataset comes with 12 levels.
In the context of this project, I wrote a short Python module for decoding, available at github.com/steinmnn/pfafhydrocode.
June 2023
June 2023
June 2023
June 2023