<?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: Coordinate string conversion to point, polyline and ploygon features in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110739#M6296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to attach a file, you can't respond to your question from within your 'mail'.&amp;nbsp; Simply click on the title of the thread, 'Reply' to someone's post and there should be an 'Attach' in the bottom right of the thread you are creating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 00:45:21 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-03-23T00:45:21Z</dc:date>
    <item>
      <title>Coordinate string conversion to point, polyline and ploygon features</title>
      <link>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110736#M6293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, I'd appreciate your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about importing a string of coordinate pairs stored in a single cell of an Excel table into ArcMap? These may be a single coordinate pair (point), string of coordinate pairs where the first and last pair are the same (polygon) or different (polyline). See screenshot below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="192708" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/192708_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 11:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110736#M6293</guid>
      <dc:creator>NevinWilson1</dc:creator>
      <dc:date>2016-03-22T11:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate string conversion to point, polyline and ploygon features</title>
      <link>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110737#M6294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the only way to do this would be to write some python / arcpy code.&lt;/P&gt;&lt;P&gt;Probably read it in as text (csv) is easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic something like this :&lt;/P&gt;&lt;P&gt;read in the file.&lt;/P&gt;&lt;P&gt;For each line, split into a list object.&lt;/P&gt;&lt;P&gt;Check that the number of elements is even (len(list) % 2) == 0. Just in case we have some funny lines with a missing X or Y.&lt;/P&gt;&lt;P&gt;Then if len(list) == 2 -&amp;gt; create a point geometry.&lt;/P&gt;&lt;P&gt;If len(list) &amp;gt; 2, check if the beginning and end pairs are the same -&amp;gt; create a polygon geometry.&lt;/P&gt;&lt;P&gt;else create a polyline geometry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can upload some of your data here, I am sure someone will give you some code to try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 11:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110737#M6294</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-03-22T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate string conversion to point, polyline and ploygon features</title>
      <link>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110738#M6295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this stage, there would be a bit of a learning curve in order to code something!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I upload data to Geonet? I can't seem to see where I can attached a file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 21:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110738#M6295</guid>
      <dc:creator>NevinWilson1</dc:creator>
      <dc:date>2016-03-22T21:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate string conversion to point, polyline and ploygon features</title>
      <link>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110739#M6296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to attach a file, you can't respond to your question from within your 'mail'.&amp;nbsp; Simply click on the title of the thread, 'Reply' to someone's post and there should be an 'Attach' in the bottom right of the thread you are creating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 00:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/coordinate-string-conversion-to-point-polyline-and/m-p/110739#M6296</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T00:45:21Z</dc:date>
    </item>
  </channel>
</rss>

