<?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 Connecting lines in Standards and Interoperability Questions</title>
    <link>https://community.esri.com/t5/standards-and-interoperability-questions/connecting-lines/m-p/465996#M234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I have a lat long points and I need some script or some kind of function to connect this point from start to finish....??&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;61 12 44.4N 109 58 34.9W &lt;BR /&gt;62 18 02.1N 108 58 58.5W &lt;BR /&gt;63 10 48.9N 108 09 10.8W &lt;BR /&gt;64 13 07.0N 107 01 47.5W &lt;BR /&gt;64 37 51.2N 106 23 07.2W &lt;BR /&gt;64 46 07.3N 106 10 24.7W &lt;BR /&gt;64 00 17.5N 105 47 54.9W &lt;BR /&gt;64 05 05.0N 105 40 14.9W &lt;BR /&gt;65 17 50.5N 105 22 36.3W &lt;BR /&gt;65 35 10.7N 104 58 21.5W &lt;BR /&gt;65 44 58.9N 104 44 30.4W &lt;BR /&gt;65 57 28.9N 104 23 58.0W &lt;BR /&gt;65 19 09.4N 103 47 48.5W &lt;BR /&gt;65 27 02.8N 103 34 50.2W &lt;BR /&gt;65 38 48.0N 103 18 50.9W &lt;BR /&gt;65 06 27.6N 102 41 18.8W &lt;BR /&gt;66 13 55.7N 102 11 37.1W &lt;BR /&gt;66 31 26.8N 100 59 22.3W &lt;BR /&gt;66 39 52.2N 100 33 28.5W&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 15:19:21 GMT</pubDate>
    <dc:creator>AlexWoldemichael</dc:creator>
    <dc:date>2017-04-24T15:19:21Z</dc:date>
    <item>
      <title>Connecting lines</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/connecting-lines/m-p/465996#M234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I have a lat long points and I need some script or some kind of function to connect this point from start to finish....??&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;61 12 44.4N 109 58 34.9W &lt;BR /&gt;62 18 02.1N 108 58 58.5W &lt;BR /&gt;63 10 48.9N 108 09 10.8W &lt;BR /&gt;64 13 07.0N 107 01 47.5W &lt;BR /&gt;64 37 51.2N 106 23 07.2W &lt;BR /&gt;64 46 07.3N 106 10 24.7W &lt;BR /&gt;64 00 17.5N 105 47 54.9W &lt;BR /&gt;64 05 05.0N 105 40 14.9W &lt;BR /&gt;65 17 50.5N 105 22 36.3W &lt;BR /&gt;65 35 10.7N 104 58 21.5W &lt;BR /&gt;65 44 58.9N 104 44 30.4W &lt;BR /&gt;65 57 28.9N 104 23 58.0W &lt;BR /&gt;65 19 09.4N 103 47 48.5W &lt;BR /&gt;65 27 02.8N 103 34 50.2W &lt;BR /&gt;65 38 48.0N 103 18 50.9W &lt;BR /&gt;65 06 27.6N 102 41 18.8W &lt;BR /&gt;66 13 55.7N 102 11 37.1W &lt;BR /&gt;66 31 26.8N 100 59 22.3W &lt;BR /&gt;66 39 52.2N 100 33 28.5W&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/connecting-lines/m-p/465996#M234</guid>
      <dc:creator>AlexWoldemichael</dc:creator>
      <dc:date>2017-04-24T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting lines</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/connecting-lines/m-p/465997#M235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways to do this.&amp;nbsp; Here's one workflow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Put the Lat Longs into an &lt;EM&gt;Excel&lt;/EM&gt; spreadsheet.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Convert the Lat Longs to decimal degrees.&amp;nbsp; Decimal Degrees = Degrees + (Minutes/60) + (Seconds/3600).&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Add a new field and then number the Lat Long coordinate pairs in the sequence they need to be connected.&amp;nbsp; For example, fieldname "SortOrder", then number each 1, 2, 3, etc in the order that they should be connected.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Follow this process (&lt;EM&gt;Add XY Data&lt;/EM&gt;) to add the data to ArcGIS.&amp;nbsp; This will create a point for each coordinate pair.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm"&gt;Adding x,y coordinate data as a layer—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; The added data will be in what is called an &lt;EM&gt;Event layer&lt;/EM&gt; in ArcGIS.&amp;nbsp; Note that this is a temporary layer.&amp;nbsp; Right-click and Data, Export Data to save off a permanent copy of the points.&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; Run the &lt;EM&gt;Points To Line&lt;/EM&gt; geoprocessing tool on the point features, being sure to specify for the &lt;EM&gt;Sort Field&lt;/EM&gt; &lt;EM&gt;(optional)&lt;/EM&gt; the field name that has the order of the points so the lines are drawn in the correct order (which was created in step 3 above).&amp;nbsp; For example, I called the field "SortOrder".&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/points-to-line.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/points-to-line.htm"&gt;Points To Line—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - places where things go awry commonly happen at step 4, as formatting in Excel can be a culprit.&amp;nbsp; If that happens, post here what went awry and we can troubleshoot it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also - an overview article of the same process:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gisgeography.com/adding-excel-lat-long-coordinates-arcgis/" title="http://gisgeography.com/adding-excel-lat-long-coordinates-arcgis/"&gt;Adding Excel Lat Long Coordinates into ArcGIS - GIS Geography&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 16:05:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/connecting-lines/m-p/465997#M235</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-04-24T16:05:50Z</dc:date>
    </item>
  </channel>
</rss>

