<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add GTFS to a Network Dataset only generates a walking service area in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/add-gtfs-to-a-network-dataset-only-generates-a/m-p/305045#M2923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are a few things to check:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you select "Use Time" and choose a time of day for your analysis?&amp;nbsp; The transit part of the network won't be used if you don't select a time of day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- If you're using specific dates, does your date fall within the date range of the GTFS data?&amp;nbsp; Open the calendar.txt file to see the date ranges covered by your GTFS data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you remember to run Step 4 of the tool (Get EIDs)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you rebuild the network after you ran Step 4?&amp;nbsp; If so, you will need to run Step 4 again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you set up your evaluators correctly (see the user's manual)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- When you made your network, did you use Override for the connectivity policy on the Stops_Snapped2Streets?&amp;nbsp; These stops will connect to vertices in the streets.&amp;nbsp; If your streets have End Point for connectivity and you don't select Override for Stops_Snapped2Streets, they don't actually be connected in the network.&amp;nbsp; Note: If you change this, you will have to rebuild your network and run Step 4 again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's how I usually debug transit problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Zoom in to a single transit line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create a new route layer and add stops on the street near each end of that transit line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Use Network Identify to get the SourceOID or EID of that transit line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Open TransitScheduleTable and search for that SourceOID or EID.&amp;nbsp; You'll find a start time when this edge should be traversable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Set your route layer's start time to a time just before the time when the edge should be traversed and solve the route layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Check to see if it uses the transit line instead of the street.&amp;nbsp; You might have to adjust the start time.&amp;nbsp; Check all the minutes surrounding your expected start time. If it never uses the transit lines, something is probably wrong with your network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you've checked all the things I mentioned above, if it's still not working, you can post your data, and I'd be happy to take a look at it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 13:47:58 GMT</pubDate>
    <dc:creator>MelindaMorang</dc:creator>
    <dc:date>2013-12-20T13:47:58Z</dc:date>
    <item>
      <title>Add GTFS to a Network Dataset only generates a walking service area</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/add-gtfs-to-a-network-dataset-only-generates-a/m-p/305044#M2922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the Add GTFS to a Network Dataset toolpak to do some transit-based accessibility analysis. Basically, I'm trying to generate service area polygons from a set of "home" census blocks to determine precisely which other census blocks can be reached in 45 minutes of pedestrian+transit travel. Everything seems to be going fine until I solve my service area analysis layer: it solves, but generates a set of polygons that only appear to cover the distance one could walk in 45 minutes. It appears not to include the transit system at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideas? Is there a way to check if this is actually what's happening?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 18:35:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/add-gtfs-to-a-network-dataset-only-generates-a/m-p/305044#M2922</guid>
      <dc:creator>AndrewGuthrie</dc:creator>
      <dc:date>2013-12-19T18:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add GTFS to a Network Dataset only generates a walking service area</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/add-gtfs-to-a-network-dataset-only-generates-a/m-p/305045#M2923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are a few things to check:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you select "Use Time" and choose a time of day for your analysis?&amp;nbsp; The transit part of the network won't be used if you don't select a time of day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- If you're using specific dates, does your date fall within the date range of the GTFS data?&amp;nbsp; Open the calendar.txt file to see the date ranges covered by your GTFS data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you remember to run Step 4 of the tool (Get EIDs)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you rebuild the network after you ran Step 4?&amp;nbsp; If so, you will need to run Step 4 again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Did you set up your evaluators correctly (see the user's manual)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- When you made your network, did you use Override for the connectivity policy on the Stops_Snapped2Streets?&amp;nbsp; These stops will connect to vertices in the streets.&amp;nbsp; If your streets have End Point for connectivity and you don't select Override for Stops_Snapped2Streets, they don't actually be connected in the network.&amp;nbsp; Note: If you change this, you will have to rebuild your network and run Step 4 again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's how I usually debug transit problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Zoom in to a single transit line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create a new route layer and add stops on the street near each end of that transit line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Use Network Identify to get the SourceOID or EID of that transit line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Open TransitScheduleTable and search for that SourceOID or EID.&amp;nbsp; You'll find a start time when this edge should be traversable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Set your route layer's start time to a time just before the time when the edge should be traversed and solve the route layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Check to see if it uses the transit line instead of the street.&amp;nbsp; You might have to adjust the start time.&amp;nbsp; Check all the minutes surrounding your expected start time. If it never uses the transit lines, something is probably wrong with your network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you've checked all the things I mentioned above, if it's still not working, you can post your data, and I'd be happy to take a look at it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 13:47:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/add-gtfs-to-a-network-dataset-only-generates-a/m-p/305045#M2923</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2013-12-20T13:47:58Z</dc:date>
    </item>
  </channel>
</rss>

