hi, I need to know if there are simple commands for this 5 points: 1. the upslope contributing area, As [m2]; 2. the surface curvature,∇^2H [-], defined as the Laplacian of the elevation; 3. the local slope, S [-], estimated as the maximum slope among the eight possible flow directions that connect the cell under exam to the adjacent cells; 4. the distance from the nearest stream, D
yes 1,2,3 are acceptable, but be aware of the curvature calculation Curvature—Help | ArcGIS for Desktop , there are several.
for 4, you could look at Flow Length—Help | ArcGIS for Desktop an as for the last, I think it is just raster intersections but I am not sure
I think that for the point 4, the right tool is "path Distance" because i have a dem and a stream network and i want for each point of the dem the hydrological distance between every point and the stream network. The hydrological distance isn't straight but depends about the surface. For this reason i used "path distance" Path Distance—Help | ArcGIS for Desktop . I put in source data, the stream network; in cost raster, slope surface ( maybe flowdirection, but the result is not good ); in surface raster, i put the dem. What do you think about it ?
For the number 5 i have a lots of problems, because i think it's really hard. I try to explain better this point: every cell of the stream network has a elevation value. I want the elevation value difference between each cell of the dem and the corresponding point, hydraulically closest, of the stream network.
I hope i was clear.