<?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: Find overlapping distance in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227264#M8061</link>
    <description>&lt;P&gt;Hello.&amp;nbsp; GTFS trips are not explicitly geographic.&amp;nbsp; A trip is an instance of a vehicle traveling along a specific sequence of stops at a designated time of day.&amp;nbsp; If your GTFS dataset has a shapes.txt file, then the trips will be associated with specific shapes, which are geographic and are intended to map the actual paths traveled by the vehicles between stops.&amp;nbsp; You can add your shapes.txt file to ArcGIS Pro using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/public-transit/gtfs-shapes-to-features.htm" target="_self"&gt;GTFS Shapes To Features tool&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you are truly asking for the linear overlapping distance&amp;nbsp;&lt;EM&gt;between trips&lt;/EM&gt;, then I'm not sure how to help you, since many trips may use the same shape, and you would have to do a bunch of joins or other accounting to count the number of trips using each shape and then the overlapping distance between shapes.&lt;/P&gt;&lt;P&gt;As far as the overlapping distance&amp;nbsp;&lt;EM&gt;between shapes&lt;/EM&gt;...&lt;/P&gt;&lt;P&gt;You might be able to use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/intersect.htm" target="_self"&gt;Intersect tool&lt;/A&gt; to get a line representing only the intersecting portions of multiple shapes.&amp;nbsp; Then you could get the length of that line.&amp;nbsp; The geometry of the features created from shapes.txt might not overlap exactly, though.&amp;nbsp; You might be able to use some of the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/editing/an-overview-of-the-conflation-toolset.htm" target="_self"&gt;Conflation Tools&lt;/A&gt; to modify the geometry to match better before doing the intersect.&lt;/P&gt;&lt;P&gt;Can you tell me more about what you're really trying to do?&amp;nbsp; I might have better suggestions if I understand that.&amp;nbsp; Is this, by any chance for the Directional Miles calculation for the FTA's National Transit Database annual reporting requirement?&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 21:22:58 GMT</pubDate>
    <dc:creator>MelindaMorang</dc:creator>
    <dc:date>2022-10-31T21:22:58Z</dc:date>
    <item>
      <title>Find overlapping distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1226957#M8060</link>
      <description>&lt;P&gt;I have the GTFS data with me in which some of the trips are overlapping. I want to find out the linear overlapping distance. Is it possible to do so in arcgis pro, and if yes, how to do it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 07:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1226957#M8060</guid>
      <dc:creator>MuninderKumar</dc:creator>
      <dc:date>2022-10-31T07:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find overlapping distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227264#M8061</link>
      <description>&lt;P&gt;Hello.&amp;nbsp; GTFS trips are not explicitly geographic.&amp;nbsp; A trip is an instance of a vehicle traveling along a specific sequence of stops at a designated time of day.&amp;nbsp; If your GTFS dataset has a shapes.txt file, then the trips will be associated with specific shapes, which are geographic and are intended to map the actual paths traveled by the vehicles between stops.&amp;nbsp; You can add your shapes.txt file to ArcGIS Pro using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/public-transit/gtfs-shapes-to-features.htm" target="_self"&gt;GTFS Shapes To Features tool&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you are truly asking for the linear overlapping distance&amp;nbsp;&lt;EM&gt;between trips&lt;/EM&gt;, then I'm not sure how to help you, since many trips may use the same shape, and you would have to do a bunch of joins or other accounting to count the number of trips using each shape and then the overlapping distance between shapes.&lt;/P&gt;&lt;P&gt;As far as the overlapping distance&amp;nbsp;&lt;EM&gt;between shapes&lt;/EM&gt;...&lt;/P&gt;&lt;P&gt;You might be able to use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/intersect.htm" target="_self"&gt;Intersect tool&lt;/A&gt; to get a line representing only the intersecting portions of multiple shapes.&amp;nbsp; Then you could get the length of that line.&amp;nbsp; The geometry of the features created from shapes.txt might not overlap exactly, though.&amp;nbsp; You might be able to use some of the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/editing/an-overview-of-the-conflation-toolset.htm" target="_self"&gt;Conflation Tools&lt;/A&gt; to modify the geometry to match better before doing the intersect.&lt;/P&gt;&lt;P&gt;Can you tell me more about what you're really trying to do?&amp;nbsp; I might have better suggestions if I understand that.&amp;nbsp; Is this, by any chance for the Directional Miles calculation for the FTA's National Transit Database annual reporting requirement?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 21:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227264#M8061</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2022-10-31T21:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find overlapping distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227365#M8064</link>
      <description>&lt;P&gt;I have the shapefile of the trips. Now I want to find the overlapping trips and their distance.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 05:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227365#M8064</guid>
      <dc:creator>MuninderKumar</dc:creator>
      <dc:date>2022-11-01T05:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Find overlapping distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227366#M8065</link>
      <description>&lt;P&gt;&lt;SPAN&gt;No it's my own project.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 05:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227366#M8065</guid>
      <dc:creator>MuninderKumar</dc:creator>
      <dc:date>2022-11-01T05:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Find overlapping distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227515#M8066</link>
      <description>&lt;P&gt;Okay, well hopefully my suggestions to use the Conflation tools and Intersect will still work for this.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 15:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1227515#M8066</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2022-11-01T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Find overlapping distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1235174#M8095</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have an exact overlap it is easier to solve. If you have no shape in GTFS, then they should overlap exactly (as straight lines) . Ofcourse I am assuming routes overlap on ground too. If they do not overlap, then try the previous suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 20:10:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-overlapping-distance/m-p/1235174#M8095</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2022-11-26T20:10:51Z</dc:date>
    </item>
  </channel>
</rss>

