<?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: How to create a polygon from a list of X,Y values in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-create-a-polygon-from-a-list-of-x-y-values/m-p/658265#M51232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simple way would be to use the create features from text file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=F25C5576-1422-2418-A060-04188EBD33A9"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=F25C5576-1422-2418-A060-04188EBD33A9&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise you can recreate that functionality using array polygon constructions. The code sample at the bottom should get you going in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Polygon/000v000000n1000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Polygon/000v000000n1000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 15:11:45 GMT</pubDate>
    <dc:creator>MathewCoyle</dc:creator>
    <dc:date>2012-05-29T15:11:45Z</dc:date>
    <item>
      <title>How to create a polygon from a list of X,Y values</title>
      <link>https://community.esri.com/t5/python-questions/how-to-create-a-polygon-from-a-list-of-x-y-values/m-p/658264#M51231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a table that has X.Y coordinates that represent project areas on the field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The structure is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Project Number, X,Y&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1, X1,Y1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1, X2,Y2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1, X3,Y3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1, X4,Y4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2, X11,Y11&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - How can I create a polygon in Python from that list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - how can I loop, to read all the points that belong to the same project &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - how can I loop to read all the projects&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 14:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-create-a-polygon-from-a-list-of-x-y-values/m-p/658264#M51231</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2012-05-29T14:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a polygon from a list of X,Y values</title>
      <link>https://community.esri.com/t5/python-questions/how-to-create-a-polygon-from-a-list-of-x-y-values/m-p/658265#M51232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simple way would be to use the create features from text file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=F25C5576-1422-2418-A060-04188EBD33A9"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=F25C5576-1422-2418-A060-04188EBD33A9&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise you can recreate that functionality using array polygon constructions. The code sample at the bottom should get you going in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Polygon/000v000000n1000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Polygon/000v000000n1000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 15:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-create-a-polygon-from-a-list-of-x-y-values/m-p/658265#M51232</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-05-29T15:11:45Z</dc:date>
    </item>
  </channel>
</rss>

