<?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: Matching GPS tracks to road networks in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851605#M569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After doing some literature review, I found that the best method is one developed by Dalumpines &amp;amp; Scott (2011). Citation below. Basically, make a buffer around the GPS track and create a route in Network Analyst between origin and destination within the buffer.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, sans-serif; font-size: 13px;"&gt;Dalumpines, R., &amp;amp; Scott, D. M. (2011). GIS-based map-matching: Development and demonstration of a postprocessing map-matching algorithm for transportation research. In &lt;/SPAN&gt;&lt;EM style="color: #222222; font-family: Arial, sans-serif; font-size: 13px;"&gt;Advancing geoinformation science for a changing world&lt;/EM&gt;&lt;SPAN style="color: #222222; font-family: Arial, sans-serif; font-size: 13px;"&gt; (pp. 101-120). Springer Berlin Heidelberg.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 20:08:12 GMT</pubDate>
    <dc:creator>JonWergin</dc:creator>
    <dc:date>2016-02-04T20:08:12Z</dc:date>
    <item>
      <title>Matching GPS tracks to road networks</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851602#M566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing an analysis of bicycle route choice and have GPS tracks for about 3600 trips in csv format. I can add them to ArcMap and create lines no problem, but they of course do not follow the actual road. I've searched many forums and cannot find a solution that works or that I can understand. What's the simplest way to take my csv files and snap them to an existing road centerline? My knowledge of programming is severely limited so if that is necessary, please be as descriptive as possible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851602#M566</guid>
      <dc:creator>JonWergin</dc:creator>
      <dc:date>2016-02-01T19:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Matching GPS tracks to road networks</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851603#M567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Snap/001v00000007000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Snap/001v00000007000000/"&gt;ArcGIS Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 20:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851603#M567</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-02-01T20:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Matching GPS tracks to road networks</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851604#M568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The need to have the actual routes ... all of them... snap or align to an existing road can be addressed simply by selecting the road(s) from an existing network and saving it.&amp;nbsp; The result would be correct and remove any coding issues.&amp;nbsp; If on the other hand, you just want to identify which roads a particular cycle route traversed, then you could use the route points spatially join them to a segmented road network.&amp;nbsp; In this way you would know road segments were closest to which cycle route.&amp;nbsp; doing this for thousands of routes would suggest that the tact to take would be to aggregate the cycle routes if possible, to simplify the overall problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 21:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851604#M568</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-01T21:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Matching GPS tracks to road networks</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851605#M569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After doing some literature review, I found that the best method is one developed by Dalumpines &amp;amp; Scott (2011). Citation below. Basically, make a buffer around the GPS track and create a route in Network Analyst between origin and destination within the buffer.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, sans-serif; font-size: 13px;"&gt;Dalumpines, R., &amp;amp; Scott, D. M. (2011). GIS-based map-matching: Development and demonstration of a postprocessing map-matching algorithm for transportation research. In &lt;/SPAN&gt;&lt;EM style="color: #222222; font-family: Arial, sans-serif; font-size: 13px;"&gt;Advancing geoinformation science for a changing world&lt;/EM&gt;&lt;SPAN style="color: #222222; font-family: Arial, sans-serif; font-size: 13px;"&gt; (pp. 101-120). Springer Berlin Heidelberg.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 20:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851605#M569</guid>
      <dc:creator>JonWergin</dc:creator>
      <dc:date>2016-02-04T20:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Matching GPS tracks to road networks</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851606#M570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a &lt;A href="https://en.wikipedia.org/wiki/Map_matching"&gt;map matching problem&lt;/A&gt;. You can see&amp;nbsp;&lt;A href="https://github.com/simonscheider/mapmatching"&gt;https://github.com/simonscheider/mapmatching&lt;/A&gt; (it uses&amp;nbsp; Hidden Markov model )&lt;/P&gt;&lt;P&gt;Microsoft has a new service rest for map matching :&amp;nbsp;&lt;A href="https://www.microsoft.com/en-us/maps/snap-to-road"&gt;https://www.microsoft.com/en-us/maps/snap-to-road&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 11:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/matching-gps-tracks-to-road-networks/m-p/851606#M570</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2017-11-10T11:48:36Z</dc:date>
    </item>
  </channel>
</rss>

