<?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: Calculating cumulative distance between points in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/calculating-cumulative-distance-between-points/m-p/336912#M1110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You didn't say how the points are ordered in your dataset...is it safe to assume since collectively they define a 'trajectory', they are ordered from beginning to end?...as in a gps track?&amp;nbsp; Your description of the problem implies you really want to work with a line or lines.&amp;nbsp; Based on that assumption you can do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- execute Points To Line, see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- use linear referencing to locate your 10 meter intervals on a route...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way is to locate your interval points on the route fc you create out of your line fc output (from the 1st step above) by creating a table of cumulative 10 meter measures and use this table result in a route event....so, in summary, after creating your route (Create Routes tool), create your route event layer using your 10 meter measures table as the in_table (with POINT event type).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Route_Event_Layer/003m00000008000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Route_Event_Layer/003m00000008000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a lot of info about linear referencing toolbox, but in your case you only need 2 tools from this toolbox - Create Routes and Make Route Event Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 23:48:53 GMT</pubDate>
    <dc:creator>T__WayneWhitley</dc:creator>
    <dc:date>2012-11-16T23:48:53Z</dc:date>
    <item>
      <title>Calculating cumulative distance between points</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/calculating-cumulative-distance-between-points/m-p/336910#M1108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to calculate a cumulative distance between each points of a trajectory* (point feature class with over 50,000 points). This cumulative distance would be calculated in a field of my table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ultimately, my objective is to select points at a 10m interval all along the trajectory from the beginning to the end. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone can help me with this. I am totally lost in the Python language and spent a lot of time trying to find a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PLEASE HELP!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tourbe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 13:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/calculating-cumulative-distance-between-points/m-p/336910#M1108</guid>
      <dc:creator>LouisTremblay1</dc:creator>
      <dc:date>2012-11-09T13:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating cumulative distance between points</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/calculating-cumulative-distance-between-points/m-p/336911#M1109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, my problem seems complicated as I don't get any answer!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 18:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/calculating-cumulative-distance-between-points/m-p/336911#M1109</guid>
      <dc:creator>LouisTremblay1</dc:creator>
      <dc:date>2012-11-16T18:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating cumulative distance between points</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/calculating-cumulative-distance-between-points/m-p/336912#M1110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You didn't say how the points are ordered in your dataset...is it safe to assume since collectively they define a 'trajectory', they are ordered from beginning to end?...as in a gps track?&amp;nbsp; Your description of the problem implies you really want to work with a line or lines.&amp;nbsp; Based on that assumption you can do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- execute Points To Line, see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- use linear referencing to locate your 10 meter intervals on a route...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way is to locate your interval points on the route fc you create out of your line fc output (from the 1st step above) by creating a table of cumulative 10 meter measures and use this table result in a route event....so, in summary, after creating your route (Create Routes tool), create your route event layer using your 10 meter measures table as the in_table (with POINT event type).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Route_Event_Layer/003m00000008000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Route_Event_Layer/003m00000008000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a lot of info about linear referencing toolbox, but in your case you only need 2 tools from this toolbox - Create Routes and Make Route Event Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 23:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/calculating-cumulative-distance-between-points/m-p/336912#M1110</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2012-11-16T23:48:53Z</dc:date>
    </item>
  </channel>
</rss>

