Hello,
I have a street network with the average slope for each street segment in a column. Now I want to use this column to calculate the average slope per route. Thus I think would like calculate the average of the slope column in the field evaluator. Is that possible?
I tried already to put the value = Avg (???slopecolumn???) but it didn´t work.
Thank you in advance,
Lisa
I have a street network with the average slope for each street segment in a column. Now I want to use this column to calculate the average slope per route. Thus I think would like calculate the average of the slope column in the field evaluator. Is that possible?
I tried already to put the value = Avg (???slopecolumn???) but it didn´t work.
Thank you in advance,
Lisa
The route solver returns one line feature. What you need to do is select all the lines from your street feature class that were covered by the route and then open the attribute table, click on the slope column to make it active and then right-click to bring up the menu and choose Statistics. It will report back among other things, the mean of the slope. You can also look at the GP tool Summary Statistics.
Jay Sandhu