<?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: Label a point with the polygon it is inside of in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194918#M57620</link>
    <description>&lt;P&gt;So in the attribute table of the polygon, I can see how many invasive species points lie in it. However, I dont see anything in the attribute table of the invasive species point saying which management unit polygon it falls into. Do I have to call this attribute somehow?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2022 13:48:03 GMT</pubDate>
    <dc:creator>NateFuller</dc:creator>
    <dc:date>2022-07-22T13:48:03Z</dc:date>
    <item>
      <title>Label a point with the polygon it is inside of</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194526#M57566</link>
      <description>&lt;P&gt;Hello, I am editing an invasive species map in ArcGIS Pro and was trying to essentially have each invasive plant sighting (represented by a point) labeled with which management unit it falls into (represented by a polygon). There are already hundreds of invasives added to the map so assigning the units manually is not feasible so I was hoping for there to be a way that ArcGIS Pro could do this automatically. The spatial join tool tells me how many of the invasives are in a given unit so I imagine the system must have the capability to tell me which unit an individual plant is in. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 17:28:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194526#M57566</guid>
      <dc:creator>NateFuller</dc:creator>
      <dc:date>2022-07-21T17:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Label a point with the polygon it is inside of</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194566#M57569</link>
      <description>&lt;P&gt;Hi Nate, I would imagine that if your invasive species point sits on top of a management unit polygon, then Spatial Join should bring across that attribute of which polygon unit it is in. Is that not happening? Then you should be able to label from that management unit polygon attribute.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 18:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194566#M57569</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2022-07-21T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Label a point with the polygon it is inside of</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194640#M57579</link>
      <description>&lt;P&gt;You could create a "Management Area" field in the point file and use Arcade to calculate it. It would look something like this&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var fs = FeatureSetByName($map, 'The polygon layer name');
var features = Intersects(fs, $feature);
var feat = First(features);
iif (feat != null, feat.NAME, ''); //use appropriate field name&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Jul 2022 20:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194640#M57579</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-07-21T20:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Label a point with the polygon it is inside of</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194918#M57620</link>
      <description>&lt;P&gt;So in the attribute table of the polygon, I can see how many invasive species points lie in it. However, I dont see anything in the attribute table of the invasive species point saying which management unit polygon it falls into. Do I have to call this attribute somehow?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 13:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194918#M57620</guid>
      <dc:creator>NateFuller</dc:creator>
      <dc:date>2022-07-22T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Label a point with the polygon it is inside of</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194930#M57621</link>
      <description>&lt;P&gt;When you spatial join two layers together, you get added attributes to your new table. At the front of the table you will see a join count and other joining variables. At the end of the table (scroll all the way past the original attributes), you should see your new attributes of the new fields that just got joined.&lt;/P&gt;&lt;P&gt;As of ArcGIS Pro 3.0, these spatial joins now behave like regular joins where they are not permanent until you export them. Do you see all the rest of your join fields at the end of your table?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 14:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1194930#M57621</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2022-07-22T14:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Label a point with the polygon it is inside of</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1196314#M57840</link>
      <description>&lt;P&gt;Okay so I might be doing something dumb here, but I only see the attributes for the first of the new points that got joined with the polygon (I'll attach the screenshot). Would exporting the tables or the spatial join itself make a difference? Thank you for the help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 13:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1196314#M57840</guid>
      <dc:creator>NateFuller</dc:creator>
      <dc:date>2022-07-27T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Label a point with the polygon it is inside of</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1196323#M57842</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Nevermind, I figured out the problem. I accidentally had set the spatial join as one to one instead of one to many.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 13:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-a-point-with-the-polygon-it-is-inside-of/m-p/1196323#M57842</guid>
      <dc:creator>NateFuller</dc:creator>
      <dc:date>2022-07-27T13:56:54Z</dc:date>
    </item>
  </channel>
</rss>

