2
votes
2answers
95 views

Calculating Runoff / Streams using DEM in ArcGIS

I am just curious about the workflow that many of you use for runoff/stream analysis using a DEM and create a "water network" from the results in ArcGIS 10.1? I know the average rainfall for different ...
1
vote
2answers
60 views

viewshed analysis for observers wearing visors?

I'm starting with a DEM, and looking to identify every point that can be directly "seen" from any point in a particular polygon on an overlaid layer defining an area on that DEM - like any other ...
1
vote
3answers
383 views

How To find the Catchment Area for a Dam?

I have a DEM of my study area, and polyline shapefile of the Dams in that area. I have run the standard Hydrology tools on it( Fill, Flow Direction & Flow Accumulation). I know that you can ...
2
votes
1answer
313 views

How to know if flow accumulation map reflects true catchment areas?

I have calculated flow accumulation (img file) using this DEM (img file), which is 0.5 degree resolution, using arcmap. I am wondering if the cell accumulation value can directly be translated into ...
1
vote
0answers
22 views

Can I burn stream network into DEM using DEM layer only? [duplicate]

Possible Duplicate: How to ‘burn’ a stream network into a DEM layer in ArcGIS 10? I am doing hydrology modelling and I want to calculate the run-off. In order to do that,the model which I ...
3
votes
1answer
209 views

Looking for Fortran code calculating drainage basin area

I am working in a project of glacier mass balance. For my project I want to integrate the area of the drainage basin in a glaciological system model (GSM). As the drainage area changes with time due ...
5
votes
1answer
207 views

How do I get the upstream distance to all points in a DEM from a single downstream point?

I want to get the upstream distance to all points in a DEM from a single downstream point. The goal is to create a "downstream distance to a point grid". This then would allow me to create "distance" ...