<?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: Euclidean Dstance in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580656#M19233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dear All,&lt;BR /&gt;Can you help me to calculate the euclidean distance.&lt;BR /&gt;Whats the file we use as input.&lt;BR /&gt;thanks in advance&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There was this guy... Pythagoras... He was always drawing lines and triangles and messing around with mathematical formulas on a piece of slate with charcoal.&amp;nbsp; I don't think he has a YouTube channel, but he may have a FaceBook page...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Oct 2013 18:25:28 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2013-10-01T18:25:28Z</dc:date>
    <item>
      <title>Euclidean Dstance</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580653#M19230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me to calculate the euclidean distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whats the file we use as input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 13:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580653#M19230</guid>
      <dc:creator>Juliados_Santos</dc:creator>
      <dc:date>2013-10-01T13:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Dstance</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580654#M19231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need a line feature class in a geographic (unprojected) coordinate system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add a Double field to this feature class.&amp;nbsp; Name it something like GeoDistance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Calculate_Field/00170000004m000000/"&gt;Calculate Field&lt;/A&gt;&lt;SPAN&gt; tool with the following settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Input table&lt;/STRONG&gt;&lt;SPAN&gt;:&amp;nbsp; the line feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;&lt;SPAN&gt;: GeoDistance (or whatever you named the field you added)&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;!Shape.length@meters!&lt;/PRE&gt;&lt;SPAN&gt; (you can use other units besides meters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Expression Type&lt;/STRONG&gt;&lt;SPAN&gt;: PYTHON_9.3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 13:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580654#M19231</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2013-10-01T13:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Dstance</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580655#M19232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My mistake -- I misread your original post.&amp;nbsp; I thought you wanted to calculate Geodesic distance, not euclidean distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, back to your original question about calculating Euclidean distance.&amp;nbsp; You say you want to "calculate the euclidean distance" -- calculate the euclidean distance between what?&amp;nbsp; A collection of points?&amp;nbsp; The distance between two sets of features?&amp;nbsp; The length of a line feature?&amp;nbsp; The perimeter length of a polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your data is in a geodatabase (as opposed to a shapefile), lines and polygons have their length/perimeter calculated and stored in the attribute table.&amp;nbsp; If you have shapefiles, copy them into a geodatabase, such as a file geodatabase, and length/perimeter will automatically be calculated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to calculate distance between features, have a look at the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Near/00080000001q000000/"&gt;Near &lt;/A&gt;&lt;SPAN&gt;tool&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 14:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580655#M19232</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2013-10-01T14:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Dstance</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580656#M19233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dear All,&lt;BR /&gt;Can you help me to calculate the euclidean distance.&lt;BR /&gt;Whats the file we use as input.&lt;BR /&gt;thanks in advance&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There was this guy... Pythagoras... He was always drawing lines and triangles and messing around with mathematical formulas on a piece of slate with charcoal.&amp;nbsp; I don't think he has a YouTube channel, but he may have a FaceBook page...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 18:25:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-dstance/m-p/580656#M19233</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-10-01T18:25:28Z</dc:date>
    </item>
  </channel>
</rss>

