<?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: Add Point to a Polygon Feature in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382958#M78866</link>
    <description>&lt;P&gt;Another workflow to consider is:&lt;/P&gt;&lt;P&gt;1. Export the CSV to a geodatabase table using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/table-to-geodatabase.htm" target="_self"&gt;Table to Geodatabase&lt;/A&gt; GP tool.&lt;BR /&gt;2. Create a 1-M &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-relationship-class.htm" target="_self"&gt;relationship class&lt;/A&gt; of your parcels (polygon) to your meters (non-spatial table).&lt;BR /&gt;3. This workflow does not create a point for your meters in the polygon but does establish a relationship between your parcels and 1 (or more) meters.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 18:00:46 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2024-02-15T18:00:46Z</dc:date>
    <item>
      <title>Add Point to a Polygon Feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382918#M78860</link>
      <description>&lt;P&gt;I have a CSV with my city's Meters listed.&amp;nbsp; The address data is not good, but each meter does have a Parcel Id on it.&amp;nbsp; Can I create a point inside my Tax Parcels for each Meter joining them by that Parcel Id?&amp;nbsp; Sometimes there are multiple meters per parcel.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382918#M78860</guid>
      <dc:creator>DerekBernard</dc:creator>
      <dc:date>2024-02-15T17:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add Point to a Polygon Feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382922#M78861</link>
      <description>&lt;P&gt;Yes, you can first bring in the CSV as a table to the project's geodatabase and do a `one to many` relate to the parcels and then export that relate result as a new dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382922#M78861</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-02-15T17:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add Point to a Polygon Feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382936#M78863</link>
      <description>&lt;P&gt;How do you "Export that relate result as a new dataset"?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382936#M78863</guid>
      <dc:creator>DerekBernard</dc:creator>
      <dc:date>2024-02-15T17:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add Point to a Polygon Feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382948#M78864</link>
      <description>&lt;P&gt;Oh wait since you have both the datasets in the same GDB you can simply do a one to many table join. For more reference please see&amp;nbsp;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="4"&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/td-p/589401" target="_self"&gt;ArcGIS Pro Join One to Many Join by Attribute&lt;/A&gt;&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ed__0-1708018856438.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94915i9DE3A3A94FB5453E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ed__0-1708018856438.png" alt="Ed__0-1708018856438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382948#M78864</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-02-15T17:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add Point to a Polygon Feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382958#M78866</link>
      <description>&lt;P&gt;Another workflow to consider is:&lt;/P&gt;&lt;P&gt;1. Export the CSV to a geodatabase table using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/table-to-geodatabase.htm" target="_self"&gt;Table to Geodatabase&lt;/A&gt; GP tool.&lt;BR /&gt;2. Create a 1-M &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-relationship-class.htm" target="_self"&gt;relationship class&lt;/A&gt; of your parcels (polygon) to your meters (non-spatial table).&lt;BR /&gt;3. This workflow does not create a point for your meters in the polygon but does establish a relationship between your parcels and 1 (or more) meters.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 18:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382958#M78866</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-02-15T18:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add Point to a Polygon Feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382959#M78867</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2538"&gt;@Robert_LeClair&lt;/a&gt;&amp;nbsp;nice, can you then export the relationship class a feature class?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 18:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382959#M78867</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-02-15T18:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add Point to a Polygon Feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382962#M78868</link>
      <description>&lt;P&gt;So the non-spatial table establishes a "connection" to the parcels polygon feature class.&amp;nbsp; It will not export out to a point feature class.&amp;nbsp; If your CSV has location data, like Latitude/Longitude, then you can run the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm" target="_self"&gt;XY Table to Point&lt;/A&gt; GP tool to create a point feature class.&amp;nbsp; Even with this new feature class, you can still build a relationship class as well.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 18:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-point-to-a-polygon-feature/m-p/1382962#M78868</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-02-15T18:08:12Z</dc:date>
    </item>
  </channel>
</rss>

