1

I want to conduct service area analysis with a roadway network to create travel time contour map. The roadway netwotk is a linear shapefile which stores travel direction (N/S/W/E) and travel time for each roadway segments. So for a two-way road, there will be two lines with opposite travel direction and different travel time. So different lines would be used in calculating travel time from and towards the facility.

However, I don't know how to setup travel direction when creating the network dataset by using the existing travel direction.

Maybe I can set the travel direction of all lines as one-way and let GIS to determine the travel direction? However, the digitized direction of the lines are not the same with the travel direction.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Sep 10, 2014 at 20:07

1 Answer 1

0

Cardinal directions aren't really considered when talking about travel direction on a network edge. See my answers here and here. The situation you're describing is more like traffic at a given time than one-way restrictions. It would be possible to model this by having a separate to-from and from-to cost for the same edge. This would be set up in the drive-time evaluator under the network properties attribute, as I described in my answer to your previous question. No one-way or creating two edges for the same road would be necessary, it can all be done with a single edge and having two attribute fields - one for travel time one way and one for the other direction.

I suggest taking a look at the Network Analyst Tutorial in the help files, particularly Exercises 1 and 12.

answered Sep 10, 2014 at 21:02
3
  • Thanks, Chris. The problem is that the speed data I get is stored in the roadway network with separate lines represents different travel direction. It is also for the mapping purpose (not travel time contour map, but map shows detail about speed in each direction). Am I right that if there is no any travel restriction, the results of from and towards facility generated by service area analysis would be the same? Commented Sep 11, 2014 at 21:59
  • @12B01 That would depend on the network geometry and difference in direction speed, but yes, in theory it'd be the same. The analysis is going to take the least impedance route and without a one-way restriction it could possibly switch between the two sides unless you're talking about stacked, identical lines. In that case, it will for sure use the lesser values regardless of start point without a restriction. And you'll have to get travel relative to dig direction as that's how the software functions. It sounds like there might be a lot of cleanup required to use that data. Commented Sep 12, 2014 at 0:32
  • Yes, I think the dataset I get is not ideal for service area analysis. There are lot of preparatory work to do. Thanks for your help Chris! Commented Sep 12, 2014 at 17:10

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.