Hello all,
I've encountered an issue with my Network Dataset in which it will not use the transit options whenever I run it. I've followed the tutorial (https://www.youtube.com/watch?v=GRe0xVeerMI) step-by-step, including using the template XML file provided to create my set.
I updated the group connectivity settings in my network so that streets had a policy of "any vertex" because of the line structure of the streets in my dataset and everything looks fine on the walking buffers I created.
I should mention that I tried to troubleshoot with what I saw on a similar post a couple of years ago but still, this solution did not work for me. Specifically, I have specified a day of the week and time of day, yet the model will still not use public transit.
I should also mention that when I built the network, it labeled my map extent as "dirty"--I think this is referring to my street data. I am unsure what that means for the data, but could that have any hindrance here? Since the street connectivity was working for my walking buffers, I didn't assume that the "dirty" area made a difference.
I am currently assuming this is some connectivity issue. I am not experienced enough with the tool to make that judgment and I wouldn't know what to tinker with in the tool to fix it, so any suggestions are appreciated!
Solved! Go to Solution.
First off, if your network still shows dirty areas in the map (usually a purple box covering all or part of the network), you need to run the Build Network tool. This tool incorporates edits to the network dataset properties and feature geometry into the internal logical network. If you don't do this step and you try to solve network analysis when you still have dirty areas, any changes you made to the network might not get used. So, if you did something with your transit lines and didn't build the network, this might be the reason they are never used.
If that isn't the issue, then here are the typical reasons that the transit lines are not used:
I noticed in your screenshot showing the table from Explore Network that the transit line is showing Prohibited in both directions. That makes it seem like a problem with your cost attribute, restrictions, or travel mode. Note that you can flip over to the Settings tab in the Explore Network pane and choose which travel mode to use with the tool, so I can't tell if you're just using the wrong travel mode in the tool or if this is actually a symptom of the problem you're trying to diagnose.
In case you haven't found it, here is the text version of the tutorial that the video you watched walks through: https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/create-and-use-a-network-dataset-wit... The text version has a bunch of links to other help pages that might be useful.
If you still can't get your network working, I recommend you contact Esri Support. They can examine your network in detail and help you find what went wrong.
First off, if your network still shows dirty areas in the map (usually a purple box covering all or part of the network), you need to run the Build Network tool. This tool incorporates edits to the network dataset properties and feature geometry into the internal logical network. If you don't do this step and you try to solve network analysis when you still have dirty areas, any changes you made to the network might not get used. So, if you did something with your transit lines and didn't build the network, this might be the reason they are never used.
If that isn't the issue, then here are the typical reasons that the transit lines are not used:
I noticed in your screenshot showing the table from Explore Network that the transit line is showing Prohibited in both directions. That makes it seem like a problem with your cost attribute, restrictions, or travel mode. Note that you can flip over to the Settings tab in the Explore Network pane and choose which travel mode to use with the tool, so I can't tell if you're just using the wrong travel mode in the tool or if this is actually a symptom of the problem you're trying to diagnose.
In case you haven't found it, here is the text version of the tutorial that the video you watched walks through: https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/create-and-use-a-network-dataset-wit... The text version has a bunch of links to other help pages that might be useful.
If you still can't get your network working, I recommend you contact Esri Support. They can examine your network in detail and help you find what went wrong.
Thank you so much! It was the first solution you suggested--I was using a generic day of the week and didn't even think to assign a specific date, silly me.