Tagged Questions
1
vote
1answer
81 views
Difficulties in dissolving stream orders
I've been trying to dissolve streams, using orders programatically and I came across this VB script. The reason is that if I use ArcGIS dissolve, it merges the confluence of the same orders. I would ...
1
vote
0answers
103 views
Morphometric and hydrological analysis with Python and ArcGIS
How can I write a program using python, that calculates some morphometric and drainage indexes using numeric attributes in the attribute table with ArcGIS?
The data I have in my table are area and ...
5
votes
1answer
53 views
Global Basin Delineation Across Dateline
I'm trying to delineate all river basins on a global 1/16 degree grid. The algorithm that the Basin tool in the Spatial Analyst Toolbox works well (fast) except it doesn't know how to handle the ...
0
votes
1answer
409 views
How to find Q in m3/sec from a raster having Q in mm for hydro power calculation
I am having a raster file with runoff depth Q in mm which was obtained from SCS method.
I want to calculate hydro power potential at any location on my DEM.
In the formula Q is in m3/s but we are ...