<?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 do I join lines end-to-end in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225411#M7770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using a projected file, but changed it t to NAD_1983_NSRS2007_StatePlane_Georgia_East_FIPS_1001_Ft_US just to make sure (the data are in the north Atlanta area). Set the distance to 300 feet which is twice the size of the gap and it still doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 22:00:15 GMT</pubDate>
    <dc:creator>JohnWarden</dc:creator>
    <dc:date>2015-06-26T22:00:15Z</dc:date>
    <item>
      <title>How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225404#M7763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using lat/lon coordinates to map points, then using the "Points to Line" tool to connect the points into a line, such as a road. The lat/lon coordinates are being generated separately for each county in the U.S.. Where the resulting lines are supposed to meet at the county boundary there is a small gap. The attached map illustrates the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same small gap where lines are supposed to join together within a county, which is also illustrated in the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bearing in mind I will have thousands of instances where line pairs need to be joined, is there a way to do this with a few commands, or perhaps with a custom tool built in Modelbuilder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps, the line ends that need to be joined will always be very close together to begin with, they just won't be touching, so any procedure that involves performing an action based on proximity would probably work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225404#M7763</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-06-26T17:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225405#M7764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For ArcMap 10.2 or 10.3 and with a Standard or Advanced license...your problem may be solved by using&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/editing-toolbox/extend-line.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/editing-toolbox/extend-line.htm"&gt;Extend Line—Help | ArcGIS for Desktop&lt;/A&gt; but I am sure you have probably searched this in the help and are looking for a 3rd party solution like &lt;A href="http://www.ian-ko.com/"&gt;ET Geotools&lt;/A&gt; which may have limits on free tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225405#M7764</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-26T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225406#M7765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted some Python code in this thread: &lt;A href="https://community.esri.com/thread/120736"&gt;Connecting Discontinuous Line Segments&lt;/A&gt; . Not sure if that would work for your case. Use with a copy of your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225406#M7765</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-06-26T18:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225407#M7766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The extend line tool may help you, but you could also try the Snap tool from the editing toolset (&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Snap/001v00000007000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Snap/001v00000007000000/"&gt;ArcGIS Help 10.1&lt;/A&gt; ). The extra utility of this tool is the ability to snap to line endpoints, which you might find more useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225407#M7766</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T18:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225408#M7767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's just a small gap(s) you might try setting up a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//006200000003000000"&gt;topology&lt;/A&gt; and use a tolerance big enough to handle your gap(s) i' be careful what ever you use. You wouldn't want to inadvertently snap anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225408#M7767</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-06-26T18:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225409#M7768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extend Line looks like the solution, but nothing happens when I run it with a specified distance. I put in 300 feet as the distance limit (the lines I want to connect are no more than 150 feet apart) and run the tool, but the map does not change. If I run with no distance limit the tool works, but the resulting map is a mess and not what I need. It's connecting lines all over the place, not just where I need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Python code is way beyond my skill set, but thanks for the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts as to&amp;nbsp; why Extend Line isn't producing the desired result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 20:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225409#M7768</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-06-26T20:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225410#M7769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is assuming of course that you are using a physically projected file in a coordinate system suitable for your area...such as State Plane, UTM etc which are measured in feet...and not one in decimal degreed (which would be worse).&amp;nbsp; If the units are in meters and you specified 50 feet, you will come up short since 3ish feet is 1 meter-ish.&amp;nbsp; Sooo try extending your distance AND check your coordinate system and its units...and this has nothing to do with..."I set the data frame tooo...." if just makes the data look like you want it, and not what it is.&amp;nbsp; Keep us posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 21:30:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225410#M7769</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-26T21:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225411#M7770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using a projected file, but changed it t to NAD_1983_NSRS2007_StatePlane_Georgia_East_FIPS_1001_Ft_US just to make sure (the data are in the north Atlanta area). Set the distance to 300 feet which is twice the size of the gap and it still doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 22:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225411#M7770</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-06-26T22:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225412#M7771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmmmm looking at the image, you might want to give the snap point tool a try with the warning that it will densify the input line in order not to affect the overall geometry of the lines.&amp;nbsp; Have a good read for both the files.&amp;nbsp; Surely someone must have come up with a tool for stitching boundary files together?.&amp;nbsp; I can see it if there was a change in the central meridian as you go from zone to zone, but that difference is a bit much...unless the datum of one counties data is different than the others...ie the old NAD27 versus Nad83 issue, but you have gaps at both ends of that sample middle line.&amp;nbsp; I will keep looking but examine the snap tool in detail&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 22:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225412#M7771</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-26T22:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225413#M7772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. I as understand it, the snap tool is used on a small number of lines at one time. I’ll have thousands to work on, so if that is the case, it is not a good solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 22:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225413#M7772</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-06-26T22:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225414#M7773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​Ok... lets backtrack&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;data are collected using gps in long/lat coordinates.... are then projected using the Project tool in arctoolbox to get them out of decimal degrees?&lt;/LI&gt;&lt;LI&gt;you mention they are done by county...no humor me...the county files are merged together into one file PRIOR to doing any attempt at snapping them? if not, you can't snap between files using the listed tools&lt;/LI&gt;&lt;LI&gt;can you select just those 3 lines in your image...export to a shapefile, zip the shapefile and post it as an attachment so 'we' can get our hands on it for testing?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Have a look at the first 2 bullets...do the third if you can...i hate nagging problems over the weekend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 23:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225414#M7773</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-26T23:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225415#M7774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John, I believe the snap tool is run on the entire set of features just like extend line. Check out the link I posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 23:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225415#M7774</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T23:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225416#M7775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I read it, the Snap tool doesn't densify the line, but does change the geometry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 23:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225416#M7775</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T23:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225417#M7776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's my understanding that he wants to snap the line endpoint to each other, rather then the counties, per se. Can you clarify that John? It's an important difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 23:23:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225417#M7776</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T23:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225418#M7777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm inputting lat/lon coordinates into an excel spreadsheet, drawing them as XY events, then exporting these points to a shapefile. Because I'm limited by the source data, I can only collect lat/lon for one county at a time. So I have to create the lines for County A and County B separately. Hence the reason the lines do not connect at the county line. The fact the lines are in different counties is of no importance to me, and the fact the breaks occur at the county line is immaterial. I just need to connect the lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating the lines I am projecting them using the Project tool. At no point in this process are any files merged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A zip file with the three lines is attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 23:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225418#M7777</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-06-26T23:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225419#M7778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weird...I couldn't do it with the shapefile that you sent, so I right-clicked on the file, data export data, made a new shapefile, used the extend tool with 1000 ft (way too much) and it worked.&amp;nbsp; Seph's idea requires a value table to specify the relationship, I didn't check it out.&lt;/P&gt;&lt;P&gt;As another suggestion, it may be quicker and easier to edit the locations within the spreadsheet or the output file to ensure that the traversing lines have a common point, but that will depend upon your data structure.&amp;nbsp; Give it a try John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 00:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225419#M7778</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-27T00:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225420#M7779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 00:12:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225420#M7779</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-27T00:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225421#M7780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also.... give Xander's code a whirl...it does work, just a filename and such to change&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;specifically this code in his link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-py" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin-bottom: 1px !important; margin-left: 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14353650469358534 jive_text_macro" data-renderedposition="114.78125_8_912_53" jivemacro_uid="_14353650469358534"&gt;&lt;OL class="dp-py" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin-bottom: 1px !important; margin-left: 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;fc_in = r&lt;SPAN class="string" style="font-style: inherit; color: blue; background-color: inherit; font-size: 9pt !important;"&gt;"D:\Xander\GeoNet\Nueva carpeta\test.gdb\lines"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fc_out = r&lt;SPAN class="string" style="font-style: inherit; color: blue; background-color: inherit; font-size: 9pt !important;"&gt;"D:\Xander\GeoNet\Nueva carpeta\test.gdb\lines_out"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tolerance = &lt;SPAN class="number" style="font-style: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;150&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; &lt;/SPAN&gt;&lt;SPAN class="comment" style="font-style: inherit; color: #008200; background-color: inherit; font-size: 9pt !important;"&gt;# max distance to snap to a node&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="comment" style="font-style: inherit; color: #008200; background-color: inherit; font-size: 9pt !important;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit;"&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;&amp;nbsp; leap in any time you are available &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 00:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225421#M7780</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-27T00:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225422#M7781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is why you want to densify it or at a minimum add extra vertices towards the end of the line since long lines will change direction and have a signi​ficant offset otherwise.&amp;nbsp; This becomes important if there is curvature you are trying to match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #ededed;"&gt;One use case for this tool is to rectify the differences in shared or common boundaries between two datasets by snapping the vertices in one boundary to the vertices, edges, or end points of the other. If the input features do not have enough vertices to match the exact curvature of the other boundary, vertices can be added to the input features using the &lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;A class="xref" href="http://desktop.arcgis.com/en/desktop/latest/tools/editing-toolbox/densify.htm" style="color: #00b9f2;"&gt;Densify&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #ededed;"&gt; tool to allow for an added level of detail.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 00:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225422#M7781</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-27T00:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I join lines end-to-end</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225423#M7782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 01:26:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-join-lines-end-to-end/m-p/225423#M7782</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-27T01:26:59Z</dc:date>
    </item>
  </channel>
</rss>

