<?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: Creating a polygon from numerous xy point columns in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-polygon-from-numerous-xy-point-columns/m-p/1633397#M97250</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/921739"&gt;@NatalieToben&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you'll need a multi-step approach, starting with reformatting your excel table using macros or copilot if you have that available. Ultimately you'll want to wind up with a table like below, where you list out one row per vertex, which becomes your sort order 1, 2, 3, etc.:&lt;/P&gt;&lt;TABLE border="0" width="256" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon ID&lt;/TD&gt;&lt;TD width="66.625px"&gt;Sort Order (Vertex)&lt;/TD&gt;&lt;TD width="53.8875px"&gt;x&lt;/TD&gt;&lt;TD width="55.2125px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;1&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;2&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;3&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;4&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;5&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;1&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;2&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;3&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;4&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the table is formatted you can convert it to a point feature class using the XY Table To Point tool. Then run Points To Line tool where Polygon ID is the Line ID field, using your sort order field, and tick the box to "close the line" which creates the missing segment to create a closed polyline feature. Finally run the Feature To Polygon tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The hardest part of this will be formatting the excel sheet. I'm happy to have a stab if you post your data here.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 06:02:47 GMT</pubDate>
    <dc:creator>LizAbbey</dc:creator>
    <dc:date>2025-07-16T06:02:47Z</dc:date>
    <item>
      <title>Creating a polygon from numerous xy point columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-polygon-from-numerous-xy-point-columns/m-p/1632046#M97147</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am currently using ArcGIS Pro 2.9 and trying to create polygons from numerous xy coords. However, there are numerous problems with the layout of the data in the attribute table that I need help addressing. The data was originally exported from an outside source as an excel file. Below is a table I made that gives an idea of what my data looks like. Each row represents a polygon. Each column is a xy coordinate representing a vertex.&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;TABLE border="1" width="100.00000000000001%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;Polygon 1&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 2&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 3&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 4&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;Polygon 2&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 2&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 3&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 4&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;Polygon 3&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 2&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 3&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 4&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="24px"&gt;vertex xy 5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) the first issue is that the x and y coords are in the same column. I know how to separate them on Excel, however, each polygon has a different number of vertices, and it goes up to 85. If I separated the x,y coords into separate columns, I would be working with 170 columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) The second and main issue is that there are numerous xy coords in numerous columns. Many of the tools I looked at had one spot for an x field, and one for a y field. I don't even know where to start when I have 85/170 columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked through many forums for potential solutions for turning points into polygons. There are about 12,000 rows, representing 12,000 polygons. It would take me a lot of time and effort to manually group the vertices together. And many of the point to polygon tools I saw looked like they only went up to 4 vertices per polygon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions at all would be greatly appreciated! Thank you!&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Jul 2025 15:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-polygon-from-numerous-xy-point-columns/m-p/1632046#M97147</guid>
      <dc:creator>NatalieToben</dc:creator>
      <dc:date>2025-07-10T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a polygon from numerous xy point columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-polygon-from-numerous-xy-point-columns/m-p/1632065#M97150</link>
      <description>&lt;P&gt;Perhaps this might help.&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-4-2-what-is-the-best-tool-to-map/m-p/1599373" target="_self"&gt;https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-4-2-what-is-the-best-tool-to-map/m-p/1599373&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 16:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-polygon-from-numerous-xy-point-columns/m-p/1632065#M97150</guid>
      <dc:creator>ThomasHoman</dc:creator>
      <dc:date>2025-07-10T16:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a polygon from numerous xy point columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-polygon-from-numerous-xy-point-columns/m-p/1633397#M97250</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/921739"&gt;@NatalieToben&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you'll need a multi-step approach, starting with reformatting your excel table using macros or copilot if you have that available. Ultimately you'll want to wind up with a table like below, where you list out one row per vertex, which becomes your sort order 1, 2, 3, etc.:&lt;/P&gt;&lt;TABLE border="0" width="256" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon ID&lt;/TD&gt;&lt;TD width="66.625px"&gt;Sort Order (Vertex)&lt;/TD&gt;&lt;TD width="53.8875px"&gt;x&lt;/TD&gt;&lt;TD width="55.2125px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;1&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;2&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;3&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;4&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon1&lt;/TD&gt;&lt;TD width="66.625px"&gt;5&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;1&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;2&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;3&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="79.475px" height="19"&gt;Polygon2&lt;/TD&gt;&lt;TD width="66.625px"&gt;4&lt;/TD&gt;&lt;TD width="53.8875px"&gt;X coord&lt;/TD&gt;&lt;TD width="55.2125px"&gt;Y coord&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the table is formatted you can convert it to a point feature class using the XY Table To Point tool. Then run Points To Line tool where Polygon ID is the Line ID field, using your sort order field, and tick the box to "close the line" which creates the missing segment to create a closed polyline feature. Finally run the Feature To Polygon tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The hardest part of this will be formatting the excel sheet. I'm happy to have a stab if you post your data here.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 06:02:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-polygon-from-numerous-xy-point-columns/m-p/1633397#M97250</guid>
      <dc:creator>LizAbbey</dc:creator>
      <dc:date>2025-07-16T06:02:47Z</dc:date>
    </item>
  </channel>
</rss>

