<?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: Computing distances in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385202#M17018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow!&amp;nbsp; As an aside I'm amazed at the distortion you can get on distances in projections that are not meticulously crafted for the job.&amp;nbsp; This is on the ellipsoid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jan 2017 19:19:53 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2017-01-03T19:19:53Z</dc:date>
    <item>
      <title>Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385194#M17010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several thousand real estate transactions for which I have both the buyer's and seller's zip code of origin. &amp;nbsp;I am trying to get ArcGIS to compute the distance between these zip codes for each observation. &amp;nbsp;I am not an expert in GIS by any means, and need some help figuring out how to do this. &amp;nbsp;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 20:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385194#M17010</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2017-01-02T20:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385195#M17011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need a file of the zip code centroid geometry or you will have to geocode your own data&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geocoding/commonly-used-address-locator-styles.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geocoding/commonly-used-address-locator-styles.htm"&gt;Commonly used address locator styles—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you will have to decide if the straight-line distance will suffice or you need a more detailed road distance which would require more time effort and expenditure.&lt;/P&gt;&lt;P&gt;How is your data arranged currently? &amp;nbsp;is the owner - buyer information already paired in a data set?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 22:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385195#M17011</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-02T22:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385196#M17012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.  Yes, the data is paired.  So what I have done&lt;/P&gt;&lt;P&gt;is gotten the centroid of both the zip codes in terms of decimal degrees&lt;/P&gt;&lt;P&gt;latitude and longitude.  Then used an Excel function to convert the&lt;/P&gt;&lt;P&gt;difference between these two locations.  Not the most elegant of solutions,&lt;/P&gt;&lt;P&gt;but it seemed to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew Narwold&lt;/P&gt;&lt;P&gt;Professor of Economics&lt;/P&gt;&lt;P&gt;School of Business, University of San Diego&lt;/P&gt;&lt;P&gt;5998 Alcala Park&lt;/P&gt;&lt;P&gt;San Diego, CA 92110&lt;/P&gt;&lt;P&gt;619-260-4875&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 22:44:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385196#M17012</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2017-01-02T22:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385197#M17013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a great circle calculator then you should be fine. &amp;nbsp;You could compare closely paired values with calculated using measure tools in Google Earth. &amp;nbsp;Alternately, you could add your excel file to arcmap, using the longitude/latitude coordinates from the seller data as one file, &amp;nbsp;then the same data for the buyer as another file. &amp;nbsp;You would then have a visual to check either manually. &amp;nbsp;You could then set an appropriate projection for your area(s) to calculate planar distances. &amp;nbsp;But in short... I suspect your approach is the quickest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 23:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385197#M17013</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-02T23:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385198#M17014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, take on the challenge of implementing Vincenty inverse distance calculation in Excel, it's 2017!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:06:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385198#M17014</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-01-03T15:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385199#M17015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;grief &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/confused.png" /&gt;... got that stuff somewhere in python... now I will have to look for it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385199#M17015</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-03T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385200#M17016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.arcgis.com/home/item.html?id=da9efbe1232f426ead182213f53c8cd8" title="http://www.arcgis.com/home/item.html?id=da9efbe1232f426ead182213f53c8cd8"&gt;http://www.arcgis.com/home/item.html?id=da9efbe1232f426ead182213f53c8cd8&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 16:15:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385200#M17016</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-01-03T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385201#M17017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welll I found it... then I had to clean it up...&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Dan-Patterson/numpy_samples/blob/master/geometry/vincenty.py" title="https://github.com/Dan-Patterson/numpy_samples/blob/master/geometry/vincenty.py"&gt;numpy_samples/vincenty.py at master · Dan-Patterson/numpy_samples · GitHub&lt;/A&gt;&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385201#M17017</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-03T19:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Computing distances</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385202#M17018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow!&amp;nbsp; As an aside I'm amazed at the distortion you can get on distances in projections that are not meticulously crafted for the job.&amp;nbsp; This is on the ellipsoid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:19:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/computing-distances/m-p/385202#M17018</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-01-03T19:19:53Z</dc:date>
    </item>
  </channel>
</rss>

