<?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: Points inside Polygons by Time in Public Transit Questions</title>
    <link>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12513#M226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2019 21:27:59 GMT</pubDate>
    <dc:creator>JesseIsaacson</dc:creator>
    <dc:date>2019-09-09T21:27:59Z</dc:date>
    <item>
      <title>Points inside Polygons by Time</title>
      <link>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12510#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly new to ArcMap and the newest version my company has full licensing of is ArcMap 10.1.&amp;nbsp; (We also have some of the extra tools licensed)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a set of points on the map (pickups and dropoffs), each corresponding to a time field.&amp;nbsp; I also have a set of polygons (bus routes), which all have start and end times.&amp;nbsp; Is it possible for me to find which points fall inside the polygons both geometrically AND by time?&amp;nbsp; I know I could do a spatial join for just geometric, but the time is getting me.&amp;nbsp; Is there any way to do this?&amp;nbsp; Basically I'm trying to find out if these trips are ADA compliant (within 3/4 mile of active bus route).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 23:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12510#M223</guid>
      <dc:creator>JesseIsaacson</dc:creator>
      <dc:date>2019-09-05T23:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Points inside Polygons by Time</title>
      <link>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12511#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jesse.&amp;nbsp; This is not&amp;nbsp;the first question I've seen where someone was trying to determine whether paratransit pick-ups and drop-offs fall within the service hours of a bus line.&amp;nbsp; Is this something that people commonly need to do as part of ADA requirements?&amp;nbsp; I know that the federal mandate places &lt;A href="https://www.transit.dot.gov/regulations-and-guidance/civil-rights-ada/part-37-transportation-services-individuals-disabilities#sec.37.131"&gt;the paratransit service area within 3/4 of a mile of fixed-route bus lines&lt;/A&gt;, and I'm considering making a tool that will calculate this automatically, but I was unaware of a time of day requirement.&amp;nbsp;&amp;nbsp;Can you point me toward some official documentation explaining that requirement, or otherwise further explain why you need to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your question: ArcGIS 10.1 isn't supported by Esri anymore, as the product has been retired in favor of newer versions.&amp;nbsp; Here is some documentation about how to use the time slider to filter time-enabled data:&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/map/time/using-the-time-slider.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/time/using-the-time-slider.htm"&gt;Using the Time Slider window—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;I don't know whether that was available as far back as 10.1, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is similar information for ArcGIS Pro:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/time/set-the-time-properties-on-data.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/time/set-the-time-properties-on-data.htm"&gt;Set the time properties on data—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 17:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12511#M224</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-09-06T17:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Points inside Polygons by Time</title>
      <link>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12512#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Melinda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply! You are correct about the 3/4 mile.&amp;nbsp; A few paragraphs below where your link sent me it says "&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;(e) Hours and days of service. The complementary paratransit service shall be available throughout the same hours and days as the entity's fixed route service."&amp;nbsp; This means that the service area is only within 3/4 of a mile of an ACTIVE bus line.&amp;nbsp; So if that bus route goes from 6am to 9pm, you only have to compliment it by law in a 3/4 mile boundary from 6am to 9pm.&amp;nbsp; That's part of my problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;I have the time slider and everything set up in 10.1, and all the data is time-enabled.&amp;nbsp; I just need to figure out how to build a data set of all the points that fall in the polygons both geographically and when the polygon is active.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 18:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12512#M225</guid>
      <dc:creator>JesseIsaacson</dc:creator>
      <dc:date>2019-09-06T18:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Points inside Polygons by Time</title>
      <link>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12513#M226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 21:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12513#M226</guid>
      <dc:creator>JesseIsaacson</dc:creator>
      <dc:date>2019-09-09T21:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Points inside Polygons by Time</title>
      <link>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12514#M227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a suggestion from a colleague:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do it in two passes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pass 1: Spatial Validation – spatial join from “Pickup” points to the “Bus Route” polygons&lt;/P&gt;&lt;UL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;Each pickup point (in JoinLayer) now knows which bus route it is within&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;A point not within any active bus route area (ie: null joined-field values) is non-compliant&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pass 2: Temporal Validation – select by attributes to check if the date range is OK&lt;/P&gt;&lt;UL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;Find the good ones (it’s easier SQL to write)&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;Select from JoinLayer where&lt;UL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;[PICKUP_TIME] &amp;gt;= [ROUTE_START_TIME]&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;AND [PICKUP_TIME] &amp;lt;= [ROUTE_END_TIME]&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;Invert the selection -&amp;gt; the pickup point is outside its joined bus-route time&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ONE BIG LIMITATION though:&lt;/P&gt;&lt;UL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;Not guaranteed to work with points inside multiple (overlapping) bus route polygons&lt;UL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;The joined bus route time-frame may not comply, but another one might&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;Spatial join only gives you one result…&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;Suggestion:&lt;UL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;Run the above&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;For the ‘failures’, identify pickup points that are in multiple bus routes&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;Mark these as “maybe’s”&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;Handle them some other way (if only a few, maybe manually?)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2019 15:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-transit-questions/points-inside-polygons-by-time/m-p/12514#M227</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-09-10T15:18:09Z</dc:date>
    </item>
  </channel>
</rss>

