Network Analyst - Speed due to Slope

2408
3
04-16-2014 01:59 AM
IonutAlixandroae
Occasional Contributor
Hello, I have a question regarding slope used in network analyst. If I have the elevation, maximum speed, length and the slope of the network, how can i find the time spent using these parameters? Also, I need to put a condition on slope, that the speed will modify due to slope differences, and with the speed the time spent.
I think I need a python script, but i`m not sure.
Can you help me please?

Thank you,
Ionut Alixandroae
Tags (2)
0 Kudos
3 Replies
RamB
by
Occasional Contributor III
You can use the simple formula of kinematics, you can search for "velocity along a inclined plane"

Just not to repeat myself, you can look here

r
egards
0 Kudos
IonutAlixandroae
Occasional Contributor
OK, so if I have segments of my road, and each one of them have attributes of Min_Z, Max_Z, Mean_Z, Speed, Segment length, Min_Slope, Max_Slope and Average_Slope, how should I write in Field Calculator?
Thank you !
0 Kudos
RamB
by
Occasional Contributor III
Hi,

It depends on where (s) you want your velocity (Vf) depending on your slope (theta).

if you have the details at s , then you can calculate the speed. For example if you want to calculate at the middle of your segment, you can take s = half of length of that segment, theta you can interpolate between your two slope values and speed you can take of the previous segment (Vi) and then find Vf

you need to be careful about your direction of travel because then the theta will be positive or negative based on your conventions.

regards,
0 Kudos