<?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: Count trips at stops. Unexpected results in Public Transit Questions</title>
    <link>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249658#M451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;I guess the problem is understanding the data &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Seems like specific dates gives the most accurate result in this case, due to how calendar and calendar_dates is being used (?).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2019 11:34:16 GMT</pubDate>
    <dc:creator>Torbjørn_EidsheimBøe</dc:creator>
    <dc:date>2019-01-17T11:34:16Z</dc:date>
    <item>
      <title>Count trips at stops. Unexpected results</title>
      <link>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249654#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. When I run count trips at stops the results seems to give unexpected low number of trips if a generic weekday is used, and unexpected high number of trips if a spesific weekday is used. This offcourse allso gives a big difference in number of trips per hour. Its hard to know if this is correct results or due to some error. I have tried to use the python package gtfstk to check for errors, and feed.check_routes() gives an error for many routes, with the comment 'Invalid route type; maybe has extra space characters'. Don’t really know if this could be an issue affecting the result. My data has both calendar.txt and calendar_dates.txt. I have not registered any complaints about non-overlapping calendar dates. Any suggestion to the cause (maybe it is to be expected?) or further search for errors is much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 14:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249654#M447</guid>
      <dc:creator>Torbjørn_EidsheimBøe</dc:creator>
      <dc:date>2019-01-16T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count trips at stops. Unexpected results</title>
      <link>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249655#M448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your calendar_dates.txt file explicitly turns on service for many dates (exception type 1), then I would expect Count Trips at Stops to have much higher counts for an explicit date instead of a generic weekday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post a link to the GTFS dataset so I can take a look?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 16:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249655#M448</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-01-16T16:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count trips at stops. Unexpected results</title>
      <link>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249656#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying. Indeed it seems to be the case that many has exception type 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; df['exception_type'][df['exception_type']==1].count()&lt;BR /&gt;6185&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; df['exception_type'][df['exception_type']==2].count()&lt;BR /&gt;89&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; df['exception_type'].count()&lt;BR /&gt;6274&lt;/P&gt;&lt;P&gt;A total of 76 service_id's in calendar.txt and 319 uniqe service_id's in calendar_dates.txt.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_sky-aggregated-gtfs.zip"&gt;Link to the dataset&lt;/A&gt;&amp;nbsp;(links to zipfile).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 20:34:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249656#M449</guid>
      <dc:creator>Torbjørn_EidsheimBøe</dc:creator>
      <dc:date>2019-01-16T20:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count trips at stops. Unexpected results</title>
      <link>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249657#M450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, so is there still a problem?&amp;nbsp; It just sounds like the tool is finding all the service that has been "turned on" for the specific date and&amp;nbsp;including that service in the counts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 21:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249657#M450</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-01-16T21:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count trips at stops. Unexpected results</title>
      <link>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249658#M451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;I guess the problem is understanding the data &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Seems like specific dates gives the most accurate result in this case, due to how calendar and calendar_dates is being used (?).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 11:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249658#M451</guid>
      <dc:creator>Torbjørn_EidsheimBøe</dc:creator>
      <dc:date>2019-01-17T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count trips at stops. Unexpected results</title>
      <link>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249659#M452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I think so.&amp;nbsp; The use of calendar.txt and calendar_dates.txt is kind of flexible.&amp;nbsp; Some agencies use calendar_dates.txt only for exceptions, such as holidays or planned maintenance, but others use it to explicitly turn on service every day.&amp;nbsp; Some, I suppose, do a mixture of these two.&amp;nbsp; The GTFS specification allows any of these situations, and you have to understand how your data is constructed so that you can choose the correct analysis settings.&amp;nbsp; This is understandably a common area of confusion for many users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 16:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/count-trips-at-stops-unexpected-results/m-p/249659#M452</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-01-17T16:20:32Z</dc:date>
    </item>
  </channel>
</rss>

