<?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 Example Script to calcuate nearest point distances in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/example-script-to-calcuate-nearest-point-distances/m-p/1021227#M59678</link>
    <description>&lt;P&gt;Hello....I am a newbie to ArcGIS API for Python.&amp;nbsp; I would like to write a script a that queries a feature layer to find the 8 closets points from a given location and output the results as a json object.&amp;nbsp; Does anyone have any references or sample scripts they could point my way to start me on my journey?&amp;nbsp; Your input is much appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 20:11:49 GMT</pubDate>
    <dc:creator>PaulMarano</dc:creator>
    <dc:date>2021-01-28T20:11:49Z</dc:date>
    <item>
      <title>Example Script to calcuate nearest point distances</title>
      <link>https://community.esri.com/t5/python-questions/example-script-to-calcuate-nearest-point-distances/m-p/1021227#M59678</link>
      <description>&lt;P&gt;Hello....I am a newbie to ArcGIS API for Python.&amp;nbsp; I would like to write a script a that queries a feature layer to find the 8 closets points from a given location and output the results as a json object.&amp;nbsp; Does anyone have any references or sample scripts they could point my way to start me on my journey?&amp;nbsp; Your input is much appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/example-script-to-calcuate-nearest-point-distances/m-p/1021227#M59678</guid>
      <dc:creator>PaulMarano</dc:creator>
      <dc:date>2021-01-28T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Example Script to calcuate nearest point distances</title>
      <link>https://community.esri.com/t5/python-questions/example-script-to-calcuate-nearest-point-distances/m-p/1021233#M59679</link>
      <description>&lt;P&gt;Check out &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-near-table.htm" target="_self"&gt;Generate Near Table&lt;/A&gt;. You can specify the&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;closest_count&lt;/FONT&gt; parameter to how many results you want; 8 in your case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/example-script-to-calcuate-nearest-point-distances/m-p/1021233#M59679</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-01-28T20:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Example Script to calcuate nearest point distances</title>
      <link>https://community.esri.com/t5/python-questions/example-script-to-calcuate-nearest-point-distances/m-p/1021245#M59680</link>
      <description>&lt;P&gt;For the second part of the process,&amp;nbsp; you can probably join that table back onto the features and then use Features To Json to create your Json object.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/features-to-json.htm" target="_self"&gt;FeaturesToJson&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/example-script-to-calcuate-nearest-point-distances/m-p/1021245#M59680</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-28T20:37:21Z</dc:date>
    </item>
  </channel>
</rss>

