<?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: Distance between almost antipodes cities in Coordinate Reference Systems Questions</title>
    <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729697#M39</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My original data come from excel, basically I have a table with the lat lon of a series of locations (more than 1000). I would like to calculate the distances of these locations with a specific european capital (which I can identify with lat lon coordinates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need any special shapefile when using the Add Geometry Attributes toolbox? If yes, where can I find them? I would like to add that as I have to calculate Great circle distance  distances between this benchmark european capital and some locations in Antarctica. Your help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Sep 2017 17:30:29 GMT</pubDate>
    <dc:creator>GB</dc:creator>
    <dc:date>2017-09-16T17:30:29Z</dc:date>
    <item>
      <title>Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729695#M37</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I would like to calculate distances between different pairs of cities that are almost at their antipodes. I was wondering if ArcGIS takes into account that given that the globe is not flat, there is two ways to reach the antipodes and one option is shortest of the other. For example I can calculate the distance from Lisbon to Auckland with a line that crosses Asia, or via a line that crosses America. I believe that the distance calculated via Asia, in this case, is longer that the one I would have via America. Does ArcGIS take into account this issue? And how can I address this issue in my analysis? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 08:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729695#M37</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-09-16T08:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729696#M38</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great circle distance calculations can be done within ArcMap or Pro.&lt;/P&gt;&lt;P&gt;It you want to incorporate code into your analysis, then I have an example of implementing&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/01/24/vincenty"&gt;&lt;STRONG&gt; Vincenty's calculation&lt;/STRONG&gt; &lt;/A&gt;on GitHub, and discussed here.&amp;nbsp; If your data are in tabular form then you can use the 'geodesic' option for the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-geometry-attributes.htm"&gt;&lt;STRONG&gt;Add Geometry Attributes&lt;/STRONG&gt; &lt;/A&gt;tool in ArcToolbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 11:09:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729696#M38</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-16T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729697#M39</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My original data come from excel, basically I have a table with the lat lon of a series of locations (more than 1000). I would like to calculate the distances of these locations with a specific european capital (which I can identify with lat lon coordinates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need any special shapefile when using the Add Geometry Attributes toolbox? If yes, where can I find them? I would like to add that as I have to calculate Great circle distance  distances between this benchmark european capital and some locations in Antarctica. Your help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 17:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729697#M39</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-09-16T17:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729698#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make a featureclass by using the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/excel-to-table.htm"&gt;Excel to Table&lt;/A&gt; tool then use the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/xy-to-line.htm"&gt;X Y to Line &lt;/A&gt;tool to get geodesic distances&lt;/P&gt;&lt;P&gt;your excel table needs to be generically set up as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FromX&amp;nbsp; FromY&amp;nbsp; ToX ToY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is, the X, Y (longitude latitudes) of each pair needs to form a column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 18:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729698#M40</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-16T18:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729699#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed your advice but I have a problem: it is not calculating the lines between my reference point and the locations that are in its left (all the cities in the Americas are not considered). Why does it happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729699#M41</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-09-18T20:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729700#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With reference to my previous question - I solved. I don't know why it happened, but in order to obtain the distances for all the locations, I have to put in the FROM X and FROM Y column the coordinates of the reference european capital, and in the column TO X and TO Y the coordinates of the other cities I had in my database. I was doing the opposite.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729700#M42</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-09-18T20:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729701#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the suggestion worked, but you switched up the from to.&amp;nbsp; Shouldn't matter however,&amp;nbsp; 'not calculating' means it returned an error? a zero?&amp;nbsp; a negative distance?&amp;nbsp; Use the Vincenty suggestion then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729701#M43</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-18T20:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729702#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I add a new question? I would like to create straight lines between point, it is just a graphical issue, I am not interested in the accurateness of the distance now. Do you have any solutions? I think that xy to line doesn't allow me to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 18:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729702#M44</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-11-03T18:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729703#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did the previous solution work? you gave no indication&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 20:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729703#M45</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-03T20:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729704#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried all the&amp;nbsp; options that xy to line permits, they work but I cannot obtain straight (Euclidian) lines. The problem is expecially for the line from a place in France and Fiji, If I am not wrong, as I would like to have a line crossing Asia, while xy to line creates a line that crosses the Atlantic Ocean. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 21:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729704#M46</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-11-03T21:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729705#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shift the coordinates of both locations by a longitudinal amount to put Fiji on the negative side of the date line.&amp;nbsp; It doesn't matter as long as the latitudes remain the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 22:17:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729705#M47</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-03T22:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729706#M48</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I cannot understand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an extract of my excel file:&lt;/P&gt;&lt;P&gt;Location&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;toy&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fromx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fromy&lt;/P&gt;&lt;P&gt;(point in nz)&amp;nbsp; &amp;nbsp;174,7633315&amp;nbsp; -36,8484597&amp;nbsp;&lt;SPAN style="color: #333333; background-color: #f1f1f1; font-size: 14px;"&gt;-1.051945&amp;nbsp;&lt;SPAN&gt;43,708608&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #f1f1f1; font-size: 14px;"&gt;&lt;SPAN&gt;How should I modify it?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #f1f1f1; font-size: 14px;"&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 09:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729706#M48</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-11-06T09:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729707#M49</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;move&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;174 longitude by 7 degrees to the east, it becomes -179 degrees longitude since it crossed that imaginary 180/-180 line.&amp;nbsp; Move your other longitude by the same amount (the amount isn't relevant) and their 'relative' positions will remain the same.&amp;nbsp; Do the calculation&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 09:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729707#M49</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-06T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729708#M50</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I tried, but it doesn't work for two reasons: 1) it goes already on the east side; 2)I'll obtain a line that does not depart from the point I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729708#M50</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-11-06T11:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729709#M51</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good luck then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 15:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729709#M51</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-06T15:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729710#M52</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I cannot understand your answer. Does it mean that there aren't alternatives?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729710#M52</guid>
      <dc:creator>GB</dc:creator>
      <dc:date>2017-11-07T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between almost antipodes cities</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729711#M53</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to explain alternatives, but I will give someone else in the queue a chance to jump in with suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/distance-between-almost-antipodes-cities/m-p/729711#M53</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-07T14:28:06Z</dc:date>
    </item>
  </channel>
</rss>

