<?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: Polygons from text file in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/polygons-from-text-file/m-p/663199#M51546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Aspira','Helvetica','Arial',Sans-serif; font-size: 14px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 18.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I've started a script, but I can't quite get it to work.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Instead of just attaching an entire script, often it is better to post questions regarding specific issues you are having. For example, "I can't quite get it to work."&amp;nbsp; What are you getting for results?&amp;nbsp; Errors?&amp;nbsp; If so, post the error along with traceback.&amp;nbsp; If you are getting unexpected results, what is unexpected about them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can post code and highlight it directly in GeoNet:&amp;nbsp; &lt;A href="https://community.esri.com/docs/DOC-8691"&gt;Posting code with Syntax Highlighting on GeoNet&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/people/curtvprice/blog/2014/09/25/posting-code-blocks-in-the-new-geonet?sr=search&amp;amp;searchId=0fe254b2-1ee9-43ee-bb19-a3d7ba7dbec1&amp;amp;searchIndex=0"&gt;https://community.esri.com/people/curtvprice/blog/2014/09/25/posting-code-blocks-in-the-new-geonet?sr=search&amp;amp;searchId=0fe254b2-1ee9-43ee-bb19-a3d7ba7dbec1&amp;amp;searchIndex=0&lt;/A&gt;‌.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2019 21:37:00 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2019-11-15T21:37:00Z</dc:date>
    <item>
      <title>Polygons from text file</title>
      <link>https://community.esri.com/t5/python-questions/polygons-from-text-file/m-p/663197#M51544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Aspira','Helvetica','Arial',Sans-serif; font-size: 14px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 18.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;So I'm trying to write a script that answers this prompt:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Aspira','Helvetica','Arial',Sans-serif; font-size: 14px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 18.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;The property owned by the company has been surveyed and the data is housed in text files on the company server. Impress your superiors by writing a Python script that creates polygons from these files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Aspira','Helvetica','Arial',Sans-serif; font-size: 14px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 18.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I'm very much new to using python and I am unsure of how to go about this. I've started a script, but I can't quite get it to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 19:25:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/polygons-from-text-file/m-p/663197#M51544</guid>
      <dc:creator>MaryFlores</dc:creator>
      <dc:date>2019-11-15T19:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Polygons from text file</title>
      <link>https://community.esri.com/t5/python-questions/polygons-from-text-file/m-p/663198#M51545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately myself and some others will not open a python script or zip file that someone has attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, don't use python.&amp;nbsp; string together sets of geoprocessing tools and you can draw the polygons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if your only talking a few polygons (less than 2 or 300) just draw them on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 20:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/polygons-from-text-file/m-p/663198#M51545</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-11-15T20:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Polygons from text file</title>
      <link>https://community.esri.com/t5/python-questions/polygons-from-text-file/m-p/663199#M51546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Aspira','Helvetica','Arial',Sans-serif; font-size: 14px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 18.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I've started a script, but I can't quite get it to work.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Instead of just attaching an entire script, often it is better to post questions regarding specific issues you are having. For example, "I can't quite get it to work."&amp;nbsp; What are you getting for results?&amp;nbsp; Errors?&amp;nbsp; If so, post the error along with traceback.&amp;nbsp; If you are getting unexpected results, what is unexpected about them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can post code and highlight it directly in GeoNet:&amp;nbsp; &lt;A href="https://community.esri.com/docs/DOC-8691"&gt;Posting code with Syntax Highlighting on GeoNet&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/people/curtvprice/blog/2014/09/25/posting-code-blocks-in-the-new-geonet?sr=search&amp;amp;searchId=0fe254b2-1ee9-43ee-bb19-a3d7ba7dbec1&amp;amp;searchIndex=0"&gt;https://community.esri.com/people/curtvprice/blog/2014/09/25/posting-code-blocks-in-the-new-geonet?sr=search&amp;amp;searchId=0fe254b2-1ee9-43ee-bb19-a3d7ba7dbec1&amp;amp;searchIndex=0&lt;/A&gt;‌.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 21:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/polygons-from-text-file/m-p/663199#M51546</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-11-15T21:37:00Z</dc:date>
    </item>
  </channel>
</rss>

