Issues running the Generate GTFS Shapes with Network Analyst Tool

1441
7
Jump to solution
09-14-2018 06:29 AM
Labels (1)
LeahVisakowitz1
New Contributor

I have never been able to successfully run the "Generate GTFS shapes with Network Analyst" tool. Currently testing the tool out on a small transit agency, and using their GTFS located here:

https://transitfeeds.com/p/annapolis-transit/567

I created a network based on the county's centerlines to run this with.

When run in ArcDesktop, I either get straight lines between stops generated with the error "Unable to create the on-street routes because the solve failed" or it generates the full route (instead of shapes between stops) without error.

When run in ArcPro, I got a partial completion with the error:

On-street route shapes for the following shape_ids could not be generated.  Straight-line route shapes will be generated for these shape_ids instead:

['1', '13', '16', '2']

If you are unhappy with this result, try re-running your analysis with a different u-turn policy and/or network restrictions, and check your network dataset for connectivity problems.

With this error, there are more than just the listed straight line segments generated.

Any help on getting this to run properly is appreciated!

I looked into U-turn policies and network connections and haven't been able to pin point issues with those.

0 Kudos
1 Solution

Accepted Solutions
MelindaMorang
Esri Regular Contributor

Oh, I see.  Unfortunately, no, there's not a way to do that right now.  I have it on my long-term to-do list, though.  If you use GitHub, feel free to up-vote the issue.

The challenge in implementing something like this is that GTFS's route shapes are not directly correlated with the location of the stops.  I could do something like what I do in Generate GTFS Shapes for the case where the GTFS data does not already have any shapes, but this would not satisfy the majority of users who already have a GTFS shapes.txt file.

View solution in original post

7 Replies
MelindaMorang
Esri Regular Contributor

It sounds like a problem with your network dataset.  Have you tested the network dataset in the map just for normal routing?  Try doing that before you plug it into the Generate GTFS Shapes tool.

This tutorial can help you if you're unfamiliar with Network Analyst: Exercise 3: Finding the best route using a network dataset—Help | ArcGIS Desktop 

There are many factors that can cause network datasets to misbehave, but the most common are:

- Bad network connectivity because the streets are physically disconnected (small gaps and dangles)

- Bad connectivity because the connectivity policy isn't set up correctly for the characteristics of the data (the streets have vertices at intersections, but the connectivity policy is set to End Point; the connectivity policy is set to Any Vertex, but the streets don't even have vertices at intersections)

- The impedance attribute isn't calculating travel time or distance correctly.

0 Kudos
LeahVisakowitz1
New Contributor

Thank you for your response Melinda, 

I didn't have any issues calculating routes with the network, and the connectivity policy is set to any vertex to which there are vertices at intersections.

Alternatively, we attempted to run the tool using ArcOnline and ended up with each route, instead of stop-to-stop segments (similar to the generate GTFS shapes tool). 

0 Kudos
MelindaMorang
Esri Regular Contributor

So did the ArcGIS Online version solve your problem, or do you still need help?

0 Kudos
LeahVisakowitz1
New Contributor

Unfortunately it did not, agol is generating the full route as oppose to node to node pairs.

0 Kudos
MelindaMorang
Esri Regular Contributor

This tool generates full routes representing the path driven by buses throughout the entire route, from the first stop to the last stop.  It does not generate individual lines connecting each stop.

What is your desired output, or what is your goal?  Maybe I can help you find another way to create this.

0 Kudos
LeahVisakowitz1
New Contributor

My goal is to produce an output similar to what is produced from the Better Bus Buffers toolbox "Count Trips on Lines" tool (like the screenshot below). Where stop pairs are attributed to line segments, only the line segments follow the roads network as opposed to straight lines. Is this possible?

Thank you for your help!

0 Kudos
MelindaMorang
Esri Regular Contributor

Oh, I see.  Unfortunately, no, there's not a way to do that right now.  I have it on my long-term to-do list, though.  If you use GitHub, feel free to up-vote the issue.

The challenge in implementing something like this is that GTFS's route shapes are not directly correlated with the location of the stops.  I could do something like what I do in Generate GTFS Shapes for the case where the GTFS data does not already have any shapes, but this would not satisfy the majority of users who already have a GTFS shapes.txt file.