<?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 distance between consecutive points using ArcGIS Desktop using Python in Field Calculator? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232096#M13167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the interpoint distance equation from the link you sent on a shapefile and it worked--the second time I tried it. &amp;nbsp;No idea what I did differently. On Monday I will try it on the shapefile I actually need the distances for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2016 18:47:46 GMT</pubDate>
    <dc:creator>bobcostanza</dc:creator>
    <dc:date>2016-09-16T18:47:46Z</dc:date>
    <item>
      <title>Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232093#M13164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't get the following to work for me. It's exactly what I need!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/118649/finding-distance-between-consecutive-points-using-arcgis-desktop" title="http://gis.stackexchange.com/questions/118649/finding-distance-between-consecutive-points-using-arcgis-desktop"&gt;Finding distance between consecutive points using ArcGIS Desktop? - Geographic Information Systems Stack Exchange&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have access to &amp;nbsp;desktop 10 and 10.4, I have tried it on a couple different shapefiles and get vague error messages. &amp;nbsp;Does the coordinates system matter? &amp;nbsp;does the name of the field matter? &amp;nbsp;My understanding is if I paste the code in the right places and choose python as the parser I should get the distances between the points in my shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data points are the location of eagles&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 17:56:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232093#M13164</guid>
      <dc:creator>bobcostanza</dc:creator>
      <dc:date>2016-09-16T17:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232094#M13165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inter-point distances... plus others are here&amp;nbsp;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/09/01/distance-calculations-using-the-field-calculator"&gt;/blogs/dan_patterson/2016/09/01/distance-calculations-using-the-field-calculator&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 18:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232094#M13165</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-16T18:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232095#M13166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply Dan. &amp;nbsp;I recognize your name from spending time on the forum in years past.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking the coordinate systems is the problem. &amp;nbsp;I believe it's in WGS 84, a geographic coordinate system vs. a projected system. &amp;nbsp;Do you agree that would be a problem? &amp;nbsp;Would I have to project it, do the calculation, and project it back again? &amp;nbsp;I am working with data in the midwest US up into Canada. &amp;nbsp;Coordinate systems give me a headache trying to wrap my brain around them and wondering what the repercussions are for data being in one or another. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have the shapefile here but I'll try it on another one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 18:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232095#M13166</guid>
      <dc:creator>bobcostanza</dc:creator>
      <dc:date>2016-09-16T18:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232096#M13167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the interpoint distance equation from the link you sent on a shapefile and it worked--the second time I tried it. &amp;nbsp;No idea what I did differently. On Monday I will try it on the shapefile I actually need the distances for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 18:47:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232096#M13167</guid>
      <dc:creator>bobcostanza</dc:creator>
      <dc:date>2016-09-16T18:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232097#M13168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make any sense of the distances, use projected data, that is an implicit assumption of distance measures since 'X' degrees is a pretty useless measure of distance without knowing location on a spherical body (eg think of the 1 degree 'distance' at the pole vs the equator. the results are indeed equal, but do not translate to euclidean space without transformation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;If you are working with large interpoint spacing and you feel a geodesic calculation might yield a better result, then the function could be repurposed to do so. &amp;nbsp;However, if it is relative distances within a group that is important then an appropriate projection would probably suffice. &amp;nbsp;If memory serves Albers is often used to handle continental scale projections, particularly those with a large EW extent... Lambert conformal conic in canada. &amp;nbsp;If the extent is largely NS and the points fall with the same UTM zone, then that would probably suffice (EW extent about 6 degrees give or take about 1.5 degrees on either side). &amp;nbsp;Others could weigh in if they have comparative data to help you make a decision.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232097#M13168</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-16T20:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232098#M13169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using the measuring tool to get distances between points,&lt;/P&gt;&lt;P&gt;distances are from under a mile to over a hundred.  Why is it that I need a&lt;/P&gt;&lt;P&gt;projection now--other than for the Python script to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 10:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232098#M13169</guid>
      <dc:creator>bobcostanza</dc:creator>
      <dc:date>2016-09-20T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232099#M13170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I projected the layer both your Inter-point distance and the angle&lt;/P&gt;&lt;P&gt;between successive points scripts worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My next question is how I get bearings N, NE, NW,etc?  Can the azimuths be&lt;/P&gt;&lt;P&gt;converted?  Are they inter-point azimuths like the distances?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:33:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232099#M13170</guid>
      <dc:creator>bobcostanza</dc:creator>
      <dc:date>2016-09-20T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating distance between consecutive points using ArcGIS Desktop using Python in Field Calculator?</title>
      <link>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232100#M13171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the question still unanswered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2016 02:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculating-distance-between-consecutive-points/m-p/232100#M13171</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-24T02:26:30Z</dc:date>
    </item>
  </channel>
</rss>

