<?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 Update attributes based on nearest feature class in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/update-attributes-based-on-nearest-feature-class/m-p/1189506#M64924</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to using Arcpy and need assistance. I have two feature classes: Poles and Lights. I need to update the Lights attribute, year installed, based on the nearest (within a 30 feet radius) Poles year installed value. What is the easiest way to go about this? I was thinking about generating a Near Table and then using Object IDs, or maybe using the Buffer tool?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;/P&gt;&lt;P&gt;-JC from Boston&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2022 17:04:37 GMT</pubDate>
    <dc:creator>JohnConnor01</dc:creator>
    <dc:date>2022-07-05T17:04:37Z</dc:date>
    <item>
      <title>Update attributes based on nearest feature class</title>
      <link>https://community.esri.com/t5/python-questions/update-attributes-based-on-nearest-feature-class/m-p/1189506#M64924</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to using Arcpy and need assistance. I have two feature classes: Poles and Lights. I need to update the Lights attribute, year installed, based on the nearest (within a 30 feet radius) Poles year installed value. What is the easiest way to go about this? I was thinking about generating a Near Table and then using Object IDs, or maybe using the Buffer tool?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;/P&gt;&lt;P&gt;-JC from Boston&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 17:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-attributes-based-on-nearest-feature-class/m-p/1189506#M64924</guid>
      <dc:creator>JohnConnor01</dc:creator>
      <dc:date>2022-07-05T17:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update attributes based on nearest feature class</title>
      <link>https://community.esri.com/t5/python-questions/update-attributes-based-on-nearest-feature-class/m-p/1189519#M64925</link>
      <description>&lt;P&gt;Using the near table would be most effective, as the Buffer could potentially find multiple features.&lt;/P&gt;&lt;P&gt;After you use generate the Near table, create a join between Poles and Lights using the ID for the nearest feature identified by the table. This will also allow you to filter out outliers and duplicates.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 17:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-attributes-based-on-nearest-feature-class/m-p/1189519#M64925</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-07-05T17:24:54Z</dc:date>
    </item>
  </channel>
</rss>

