<?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 Assign data points to polygonal area in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/assign-data-points-to-polygonal-area/m-p/1137584#M50600</link>
    <description>&lt;P&gt;I've got a bunch of data points from a wifi speedtest 123 survey. I've placed those points into a map and want to organize their location. Each data points contains a question that asks what room number the test has taken place, so I want to assign/move those points to their respective rooms without manually placing all 200+ points.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2022 20:00:25 GMT</pubDate>
    <dc:creator>DavidKartsen</dc:creator>
    <dc:date>2022-01-26T20:00:25Z</dc:date>
    <item>
      <title>Assign data points to polygonal area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/assign-data-points-to-polygonal-area/m-p/1137584#M50600</link>
      <description>&lt;P&gt;I've got a bunch of data points from a wifi speedtest 123 survey. I've placed those points into a map and want to organize their location. Each data points contains a question that asks what room number the test has taken place, so I want to assign/move those points to their respective rooms without manually placing all 200+ points.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 20:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/assign-data-points-to-polygonal-area/m-p/1137584#M50600</guid>
      <dc:creator>DavidKartsen</dc:creator>
      <dc:date>2022-01-26T20:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Assign data points to polygonal area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/assign-data-points-to-polygonal-area/m-p/1137610#M50603</link>
      <description>&lt;P&gt;It sounds like a Join would work here. If your polygons have a room number and if your data points have the same exact number, those should join up will.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/tables/joins-and-relates.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/tables/joins-and-relates.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-join.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-join.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though, the join is just tabular, however, you could make new data points from the centroid of each polygon after the join is completed.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 20:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/assign-data-points-to-polygonal-area/m-p/1137610#M50603</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2022-01-26T20:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Assign data points to polygonal area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/assign-data-points-to-polygonal-area/m-p/1137668#M50608</link>
      <description>&lt;P&gt;Sounds like a job for Arcade and Batch Calculation Rules to me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote this in a text editor so its not code ready to run, but it should look something like this I think:&lt;/P&gt;&lt;P&gt;var intRoomNum = $feature.RoomNumber&lt;BR /&gt;var pntGeom = Geometry($feature)&lt;BR /&gt;var fcRooms = FeatureSetByName($datastore, 'PolygonFloorPlanCall', ["globalId", "RoomNumber"],true)&lt;BR /&gt;var ftJustOneRoom = filter(fcRooms, "RoomNumber = @intRoomNum")&lt;BR /&gt;if (ftJustOneRoom == null){&lt;BR /&gt;return pntGeom&lt;BR /&gt;} else {&lt;BR /&gt;return Centroid(ftJustOneRoom)&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Here is a great link to something very similar:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=HFHJFCn2E1M" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=HFHJFCn2E1M&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 00:59:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/assign-data-points-to-polygonal-area/m-p/1137668#M50608</guid>
      <dc:creator>KimberlyGarbade</dc:creator>
      <dc:date>2022-01-27T00:59:53Z</dc:date>
    </item>
  </channel>
</rss>

