<?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 in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242661#M8278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to use the generate near table to get distances from a point to all surrounding polygons, but have a couple questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input Feature and Near Features (Coord system) - GCS_WGS_1984&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. How do I get the output NEAR_DIST to display meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If 1 is not possible without re-projecting data how do I convert NEAR_DIST to meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. What is the unit of measure for the output?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the output coordinate system does not change the values of NEAR_DIST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NEAR_DIST 0.071014 (? units)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2011 15:43:50 GMT</pubDate>
    <dc:creator>ScottBlankenbeckler</dc:creator>
    <dc:date>2011-10-27T15:43:50Z</dc:date>
    <item>
      <title>Generate Near Table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242661#M8278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to use the generate near table to get distances from a point to all surrounding polygons, but have a couple questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input Feature and Near Features (Coord system) - GCS_WGS_1984&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. How do I get the output NEAR_DIST to display meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If 1 is not possible without re-projecting data how do I convert NEAR_DIST to meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. What is the unit of measure for the output?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the output coordinate system does not change the values of NEAR_DIST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NEAR_DIST 0.071014 (? units)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 15:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242661#M8278</guid>
      <dc:creator>ScottBlankenbeckler</dc:creator>
      <dc:date>2011-10-27T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Near Table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242662#M8279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The proper way to do spatial analysis, especially with measurements involved, is to project your data FIRST. A distance in decimal degrees (NEAR_DIST 0.071014 as you mentioned) doesn't make sense because the ground distance it covers varies with locations on earth.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to use the Project tool to project your data; then run the Near tool again - the NEAR_DIST values will then be in the projected feature units.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 17:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242662#M8279</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2011-10-27T17:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Near Table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242663#M8280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is thus...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to get the X/Y of the initial point but it needs to be in DD. This value is passed back to a map service. But I also need to calculate the distance from the above point to surrounding polygons but need to give that data in meters or feet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since all of this will be done for a web application time is critical.&amp;nbsp; The fewer geoprocesses I need to employ the better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 17:31:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242663#M8280</guid>
      <dc:creator>ScottBlankenbeckler</dc:creator>
      <dc:date>2011-10-27T17:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Near Table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242664#M8281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Figured it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just needed to set the output coord system for the geocode to a projected coord system and it still gave me x/y in lat/long but allowed to do near table in meters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 17:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-near-table/m-p/242664#M8281</guid>
      <dc:creator>ScottBlankenbeckler</dc:creator>
      <dc:date>2011-10-27T17:44:13Z</dc:date>
    </item>
  </channel>
</rss>

