<?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: Joining lines (Create one line from multiple lines) in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752580#M2495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if you have found a solution. You can try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use Dissolve tool to unsplit lines; if there is a street name field you can use that as the Dissolve Field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If the resulting lines are crossing at intersections (not ending at intersections), you can use Feature To Line tool to break them at intersections.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 15:20:02 GMT</pubDate>
    <dc:creator>DanLee</dc:creator>
    <dc:date>2013-12-10T15:20:02Z</dc:date>
    <item>
      <title>Joining lines (Create one line from multiple lines)</title>
      <link>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752578#M2493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polyline shapefile with hundreds of line segments. It�??s actually a city street network. But as the shape file was created from CAD file, not all the lines are continues where they should be. For example, if you look at the attached Exhibit-1, between node 1 and node 2, there are 4 different line segments (I colored the lines so that it�??s easy to understand). But I want to make those lines a single continuous line. That is, there should be only one connecting line segment between any two nodes/ intersections. Is there any way to do that? Your help would be highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shafayat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 21:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752578#M2493</guid>
      <dc:creator>Mohammad_ShafayatHossain</dc:creator>
      <dc:date>2013-03-21T21:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Joining lines (Create one line from multiple lines)</title>
      <link>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752579#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, there is a relitively easy method to join/merge the segments - The Merge Tool!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The merge tool comes in a few differetn shapes and sizes.&amp;nbsp; the ones I know about are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; If the features are all in the same feature class/shape file you can use this tool found in the Editor pull down menu: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t0000007q000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t0000007q000000.htm&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; (I fequently use this tool so I've added it as a button on my toolbars using Customize: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002400000005000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002400000005000000.htm&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your data is in different feature classes then you can use the Merge geoprocessing tool: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000055000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000055000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's also a "Merge Divided Roads" tool, but I don't think it's what you are looking for: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00700000000w000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00700000000w000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have any other questions just post back!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 13:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752579#M2494</guid>
      <dc:creator>JoshuaDamron</dc:creator>
      <dc:date>2013-03-25T13:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Joining lines (Create one line from multiple lines)</title>
      <link>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752580#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if you have found a solution. You can try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use Dissolve tool to unsplit lines; if there is a street name field you can use that as the Dissolve Field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If the resulting lines are crossing at intersections (not ending at intersections), you can use Feature To Line tool to break them at intersections.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 15:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752580#M2495</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-12-10T15:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Joining lines (Create one line from multiple lines)</title>
      <link>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752581#M2496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Not sure if you have found a solution. You can try:&lt;BR /&gt;1. Use Dissolve tool to unsplit lines; if there is a street name field you can use that as the Dissolve Field.&lt;BR /&gt;2. If the resulting lines are crossing at intersections (not ending at intersections), you can use Feature To Line tool to break them at intersections.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree you need a Street name attribute to make this work correctly.&amp;nbsp; Knuckle streets are not an uncommon type of intersection in a street network between two different roads, but most tools will only create an intersection if the point of connection will create 3 or more separate lines.&amp;nbsp; Street Name attributes prevent knuckle streets from joining together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would consider using Create Routes rather than Dissolve if you have a street name field, since you can control more aspects of how the line in constructed and evaluate the result more fully with measure hatches.&amp;nbsp; Measures that include gaps also can tell you if gap occur where you don't expect them, which can cause odd line chaining.&amp;nbsp; Full loops will mess up every tool you could use, so beware of those.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have an Advanced license, the Planarize tool can divide lines at normal intersections as an alternative.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 23:22:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/joining-lines-create-one-line-from-multiple-lines/m-p/752581#M2496</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-12-10T23:22:43Z</dc:date>
    </item>
  </channel>
</rss>

