Is there a way to calculate the gradient of only the streams? The D8 style of slope accounts for too much bank, I am interested in the slope of only the stream.
You could create a raster using the stream polyline. Then use the Con() function to create a raster from the DEM that only includes that DEM grid cells that are "under" the stream grids. Then run the slope function.
You could create a raster using the stream polyline. Then use the Con() function to create a raster from the DEM that only includes that DEM grid cells that are "under" the stream grids. Then run the slope function.
You could create a raster using the stream polyline. Then use the Con() function to create a raster from the DEM that only includes that DEM grid cells that are "under" the stream grids. Then run the slope function.
Hello MBoucher I would like to have a go at this myself but I'm not sure how to set up the Con function. Do I need to use the Con tool or the Con function in Raster calculator? If so how do I get it to select DEM grid cells that are under the stream grids? Thanks for any help
I tend to migrate to the Raster Calculator in Spatial Analyst. If you double click on functions, operators, and layers and it make sure there are spaces in the right places in the syntax. I do this seldom enough that it is always a bit of trial and error for me. I have modified the SA tool bar to have the Raster Calculator icon on it for easy access instead of finding it in the toolbox, though I think it works the same either way.