<?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 Generate near table-unexpected distance unit in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/generate-near-table-unexpected-distance-unit/m-p/1113503#M47431</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using ArcGIS Pro 2.8.3. I want to find all the points that are within one mile radius of a polygon, and I would like to know what the distances is, so I use "generate near table" option. The parameter I used is in the attached screenshot. I thought that since I use 1 mile as the search radius, the NEAR_DIST in the output table would be in the unit of mile too. But this is not the case. When I use geodesic distance,&amp;nbsp;NEAR_DIST ranges from 0 to 1602.7, so I guess the unit is meter. When I use planar distance, NEAR_DIST ranges from 0 to 0.0144, and I'm not sure what unit it is.&lt;/P&gt;&lt;P&gt;My question is, how can I make NEAR_DIST take mile as the unit at the very beginning? Also, can I add a new field, and let it equal to&amp;nbsp;NEAR_DIST, but in the unit of mile?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 06:07:12 GMT</pubDate>
    <dc:creator>zhongying_gan</dc:creator>
    <dc:date>2021-11-03T06:07:12Z</dc:date>
    <item>
      <title>Generate near table-unexpected distance unit</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/generate-near-table-unexpected-distance-unit/m-p/1113503#M47431</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using ArcGIS Pro 2.8.3. I want to find all the points that are within one mile radius of a polygon, and I would like to know what the distances is, so I use "generate near table" option. The parameter I used is in the attached screenshot. I thought that since I use 1 mile as the search radius, the NEAR_DIST in the output table would be in the unit of mile too. But this is not the case. When I use geodesic distance,&amp;nbsp;NEAR_DIST ranges from 0 to 1602.7, so I guess the unit is meter. When I use planar distance, NEAR_DIST ranges from 0 to 0.0144, and I'm not sure what unit it is.&lt;/P&gt;&lt;P&gt;My question is, how can I make NEAR_DIST take mile as the unit at the very beginning? Also, can I add a new field, and let it equal to&amp;nbsp;NEAR_DIST, but in the unit of mile?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 06:07:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/generate-near-table-unexpected-distance-unit/m-p/1113503#M47431</guid>
      <dc:creator>zhongying_gan</dc:creator>
      <dc:date>2021-11-03T06:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generate near table-unexpected distance unit</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/generate-near-table-unexpected-distance-unit/m-p/1113511#M47434</link>
      <description>&lt;P&gt;&lt;STRONG&gt;NEAR_DIST&lt;/STRONG&gt;—The distance from the input feature to the near feature. The value of this field is in &lt;STRONG&gt;the linear unit of the input feature's coordinate system&lt;/STRONG&gt;, or &lt;STRONG&gt;Meters when the&amp;nbsp;Method&amp;nbsp;parameter is set to GEODESIC&lt;/STRONG&gt; and the input is in a geographic coordinate system.&lt;/P&gt;&lt;P&gt;Clearly, you are using a Geographic Coordinate System. You could calculate the Geodesic Distance (in Meters). Then add a new field "DIST_MILES" (Double). Using Calculate Field,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!NEAR_DIST!/1609.34&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1635923591815.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26662i411B3059209D2F87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1635923591815.png" alt="JayantaPoddar_0-1635923591815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 07:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/generate-near-table-unexpected-distance-unit/m-p/1113511#M47434</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-11-03T07:14:28Z</dc:date>
    </item>
  </channel>
</rss>

