<?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: ‘generate gtfs shapes’ errors in Public Transit Questions</title>
    <link>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507335#M294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of ArcGIS are you using?&amp;nbsp; And is your GTFS dataset available somewhere where I can play with it and run some tests?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2019 21:17:10 GMT</pubDate>
    <dc:creator>MelindaMorang</dc:creator>
    <dc:date>2019-08-12T21:17:10Z</dc:date>
    <item>
      <title>‘generate gtfs shapes’ errors</title>
      <link>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507334#M293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm getting an error whenever I try to run any tool in the ‘generate gtfs shapes’ toolbox (from https://github.com/Esri/public-transit-tools/tree/master/generate-GTFS-shapes). The errors are:&amp;nbsp; "Error SQLizing the GTFS data.....sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 9, and there are 10 supplied." My objective here is to update my Google Transit Feed / GTFS. In particular I'm trying to find an easier way to update "shapes.txt".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 21:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507334#M293</guid>
      <dc:creator>JackDrost</dc:creator>
      <dc:date>2019-08-12T21:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: ‘generate gtfs shapes’ errors</title>
      <link>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507335#M294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of ArcGIS are you using?&amp;nbsp; And is your GTFS dataset available somewhere where I can play with it and run some tests?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 21:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507335#M294</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-08-12T21:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: ‘generate gtfs shapes’ errors</title>
      <link>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507336#M295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Pro version 2.3.2. And yes, enclosed is a zip file with the GTFS dataset. Thanks for your help with this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 12:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507336#M295</guid>
      <dc:creator>JackDrost</dc:creator>
      <dc:date>2019-08-13T12:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: ‘generate gtfs shapes’ errors</title>
      <link>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507337#M296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your stop_times.txt file, each row has an extra comma at the end.&amp;nbsp; You have 9 headers, but effectively 10 columns of data, even though the last column (after the final comma) has nothing in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure why my tool isn't handling that situation, but I will update it so it doesn't fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick and simple fix for you is to just add a dummy column name in your stop_times.txt file:&lt;/P&gt;&lt;P&gt;trip_id,arrival_time,departure_time,stop_id,stop_sequence,stop_headsign,pickup_type,drop_off_type,shape_dist_traveled&lt;STRONG&gt;,junk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The tool will succeed and will ignore the junk column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 17:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507337#M296</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-08-13T17:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: ‘generate gtfs shapes’ errors</title>
      <link>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507338#M297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This appears to have worked. I somehow accidentally created that last column in Excel, but it was easy to fix. I cannot thank you enough for your quick response on this!&lt;/P&gt;&lt;P&gt;-Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 18:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/generate-gtfs-shapes-errors/m-p/507338#M297</guid>
      <dc:creator>JackDrost</dc:creator>
      <dc:date>2019-08-13T18:53:49Z</dc:date>
    </item>
  </channel>
</rss>

