thanks Patrick, that is good to know!
I am trying to model a walkable area from a person's house. I want to add time costs for stopping at road intersections and also for terrain.
The network data I have doesn't have elevation but I do have a DEM that covers the area. I was hoping to change walking speed/or add time impediments to roads depending on their slope. I attributed the road lines with a slope value (i got this from creating slope from the DEM and using zonal statistics as a table with the road lines as the boundary and then joining back to the road lines based on an ID). So I was then hoping to be able to say for example, if the slope is 10% add 2 seconds to the journey, but since the lines multiply the added cost I don't think will work. Do you have any suggestions?
I did consider adding elevation into the network but since the data didn't come with it, I thought that this might bring in connectivity issues, i.e., different elevations might occur and mean the road lines will no longer connect?? Also I need to be able to add a cost for the terrain. At the moment I am thinking I could add the cost at the start of the line segment as a point, the problem with this is that the whole line may not be traversed but the cost for the whole line being traversed is being added.
The points are the intersections, and as this cost is added, it should work, say if 1 sec is added each time a point is passed.
thanks for your help! 🙂
sharyn