<?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 Create Polygon Feature Class in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277543#M67853</link>
    <description>&lt;P&gt;I have an Excel file with X/Y (Lat/Lon) coordinates.&amp;nbsp; I need to recreate a polygon shapefile and/or feature class.&amp;nbsp; I've looked up some solutions centered around Python and XY Point to Polygon feature.&amp;nbsp; Does/could anyone point me in the right direction or do I have to physically draw 3,000+ polygons?&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 21:03:05 GMT</pubDate>
    <dc:creator>rhunley3</dc:creator>
    <dc:date>2023-04-11T21:03:05Z</dc:date>
    <item>
      <title>Create Polygon Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277543#M67853</link>
      <description>&lt;P&gt;I have an Excel file with X/Y (Lat/Lon) coordinates.&amp;nbsp; I need to recreate a polygon shapefile and/or feature class.&amp;nbsp; I've looked up some solutions centered around Python and XY Point to Polygon feature.&amp;nbsp; Does/could anyone point me in the right direction or do I have to physically draw 3,000+ polygons?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 21:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277543#M67853</guid>
      <dc:creator>rhunley3</dc:creator>
      <dc:date>2023-04-11T21:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Polygon Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277544#M67854</link>
      <description>&lt;P&gt;WHat does the geoprocessing tool Display XY coordinates do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 21:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277544#M67854</guid>
      <dc:creator>SLouq</dc:creator>
      <dc:date>2023-04-11T21:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Polygon Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277553#M67856</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/points-to-line.htm" target="_blank"&gt;Points To Line (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;will enable you to create polylines from points, if, the points are associated with a known polygon geometry.&amp;nbsp; If the polylines are closed-loop then they can be converted to polygons.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 21:30:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277553#M67856</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-04-11T21:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Polygon Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277573#M67859</link>
      <description>&lt;P&gt;You definitely should not "physically draw [tons of] polygons", but Python will probably be necessary.&amp;nbsp; You would need a table with the points for all polygons (x,y) as well as some way to identify the start and stop points for each polygon.&amp;nbsp; For example, if each polygon is a rectangle/square you would have 4 vertices per polygon.&amp;nbsp; So 3,000 polygons X 4 points/polygon = 12,000 points.&amp;nbsp; That's your starting point.&amp;nbsp; Note that every polygon does technically record the start and stop point twice, so you would have 3,000 X 5 points/ polygon = 15,000 points.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can post a portion of your spreadsheet that would be helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 22:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-polygon-feature-class/m-p/1277573#M67859</guid>
      <dc:creator>ZacharyUhlmann1</dc:creator>
      <dc:date>2023-04-11T22:01:29Z</dc:date>
    </item>
  </channel>
</rss>

