<?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: How to find deviation of vehicle trajectory points from median? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283093#M9731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a .xlsx file along with my question. Kindly see if it helps.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 15:35:00 GMT</pubDate>
    <dc:creator>AliceBoruah</dc:creator>
    <dc:date>2018-05-29T15:35:00Z</dc:date>
    <item>
      <title>How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283089#M9727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #666666; background-color: #fbfbfb; font-size: 16px;"&gt;Hello,&lt;/P&gt;&lt;P style="color: #666666; background-color: #fbfbfb; font-size: 16px;"&gt;I am working on a project where I need to find the deviation of the vehicle trajectory path from centre line of median of the road. I have a large number of coordinates collected using GPS for both the trajectory path and the centre line of median. Is there any&amp;nbsp;tool or some other way to have the deviation values in meters in the form of&amp;nbsp; a table?&lt;/P&gt;&lt;P style="color: #666666; background-color: #fbfbfb; font-size: 16px;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2018 07:33:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283089#M9727</guid>
      <dc:creator>AliceBoruah</dc:creator>
      <dc:date>2018-05-20T07:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283090#M9728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want a mean deviation in planar units, you will have to project all the coordinates to a suitable projection (eg. UTM).&amp;nbsp; Once you have that in tabular form, you calculate the distance in another field using Pythagorean theorem.&amp;nbsp; Those fields can then be use to obtain simple statistics using builtin tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why you have ArcGIS Online as the chosen place.&amp;nbsp; Perhaps you meant to post in &lt;A href="https://community.esri.com/space/2087"&gt;Geoprocessing&lt;/A&gt;‌ or &lt;A href="https://community.esri.com/space/2151"&gt;ArcGIS Pro&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you were using ArcGIS PRO and not ArcGIS Online, then you could use&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=90d9ca933e8c4b96bf341a20ae1f2514"&gt;&lt;STRONG&gt;Table Tools&lt;/STRONG&gt;&lt;/A&gt;.... or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=7155956bfbcb4410b42419b4c5d079f5"&gt;&lt;STRONG&gt;Statistics ... Descriptive Statistics for multiple fields&lt;/STRONG&gt; &lt;/A&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2018 10:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283090#M9728</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-20T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283091#M9729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou so much. I wasn't sure which place would be apt to put up the query. I am using ArcMap and quite new to this. Can the median be converted to a smooth curve and shortest distance from each point of the vehicle trajectory be calculated from the curve? I have tried using the near tool for this but it takes only point values.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 07:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283091#M9729</guid>
      <dc:creator>AliceBoruah</dc:creator>
      <dc:date>2018-05-29T07:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283092#M9730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The last time I worked on this&amp;nbsp; stuff we converted the centerline to points to facilitate the equivalent of today's Near tool. &amp;nbsp;&lt;/P&gt;&lt;P&gt;If the centerline is fairly detailed representing the true shape (particular in the area of circular curves) then you won't have much problem.&lt;/P&gt;&lt;P&gt;Once the gps are associated with a near position, fine-tuning can begin.&lt;/P&gt;&lt;P&gt;Perhaps if you have a sample of the road segment and its gps denoted vehicle trajectory data, it would help.&amp;nbsp; A picture for now and/or a small sample in a geodatabase&lt;/P&gt;&lt;P&gt;would be interesting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 07:24:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283092#M9730</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-29T07:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283093#M9731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a .xlsx file along with my question. Kindly see if it helps.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 15:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283093#M9731</guid>
      <dc:creator>AliceBoruah</dc:creator>
      <dc:date>2018-05-29T15:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283094#M9732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice... working on it.&amp;nbsp; What projected coordinate system do you use for your area? &amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume current values represent GCS WGS84 and longitudes and latitudes are both positive as shown.&lt;/P&gt;&lt;P&gt;There is also incomplete overlap between the two sets which I presume is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 01:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283094#M9732</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-30T01:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283095#M9733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Projected coordinate system is WGS84 46N. Yup, lat and long values are positive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 03:19:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283095#M9733</guid>
      <dc:creator>AliceBoruah</dc:creator>
      <dc:date>2018-05-30T03:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283096#M9734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your X and Y's are switched&amp;nbsp; ie Y_rd_median isn't the Y values which should be longitude.&amp;nbsp; Longitude is X&lt;/P&gt;&lt;P&gt;That slowed me.&amp;nbsp; I have stuff projected now and will try to dissect the overlapping area.&lt;/P&gt;&lt;P&gt;I suggest you do the same so you have the common extent of both since they don't overlap directly in the north/south direction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 03:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283096#M9734</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-31T03:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283097#M9735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice.... long story... have a look at the data and I can explain in detail but&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;fixed the data to get long/lat in the right order&lt;/LI&gt;&lt;LI&gt;trimmed to the common extent&lt;/LI&gt;&lt;LI&gt;projected to utm 46N wgs84&lt;/LI&gt;&lt;LI&gt;got the x, y values in both tables&lt;/LI&gt;&lt;LI&gt;converted the median points to a median polyline representing 1 'Feature'&lt;/LI&gt;&lt;LI&gt;used near on the vehicle data to get the near location distance and direction to the line&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This is the southern end&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="471" src="https://community.esri.com/legacyfs/online/410291_vehicle.png" width="399" /&gt;&lt;/P&gt;&lt;P&gt;The data are attached in an xls for your perusal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 04:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283097#M9735</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-31T04:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283098#M9736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS&amp;nbsp; could you move this to &lt;A href="https://community.esri.com/space/2087"&gt;Geoprocessing&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;it has nothing to do with ArcGIS Online&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 04:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283098#M9736</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-31T04:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to find deviation of vehicle trajectory points from median?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283099#M9737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the help! Exactly what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 07:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-find-deviation-of-vehicle-trajectory-points/m-p/283099#M9737</guid>
      <dc:creator>AliceBoruah</dc:creator>
      <dc:date>2018-05-31T07:04:06Z</dc:date>
    </item>
  </channel>
</rss>

