<?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: Create Route Layer in Roads and Highways Questions</title>
    <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348621#M406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="LRS-4.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/128340_LRS-4.png" style="width: 620px; height: 489px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LRS-5.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/128341_LRS-5.png" style="width: 620px; height: 399px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 14:59:19 GMT</pubDate>
    <dc:creator>TedKowal</dc:creator>
    <dc:date>2015-09-25T14:59:19Z</dc:date>
    <item>
      <title>Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348616#M401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try and explain what I have and what I'm trying to accomplish.&amp;nbsp; It seems like it should be simple but I'm struggling.&amp;nbsp; I have a Measured layer that has segments for each mile along a route.&amp;nbsp; In the table I have the Route_Id which looks like this.&amp;nbsp; C000001E_12 for example.&amp;nbsp; The C stands for Corridor.&amp;nbsp; The 000001 is the route name.&amp;nbsp; the E is the roadbed identifier and the 12 would be the mile post.&amp;nbsp; So for C000001E there are several mile posts or C000001E_0, C000001E_1, C000001E_2 and so on until the end of the route.&amp;nbsp; Each one of these segments has a length field which denotes the length of that mile.&amp;nbsp; some are long and some are short miles.&amp;nbsp; I'm wanting to create a route segment based on the mile posts.&amp;nbsp; I was thinking I could create a line layer that has the specific C000001E with individual mile post records and their lengths.&amp;nbsp; Has anyone done anything similar or can you help point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348616#M401</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-09-24T13:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348617#M402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am only guessing on what your after but maybe this will help: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do this periodically on our measured routes which are created from multiple segment centerlines (multiple segments that have varied lengths).&amp;nbsp; Under the Selection tab, Select by Attributes.&amp;nbsp; For the where clause I use something this (insert your own field names)&amp;nbsp; left([Route],10) = '836042520W'.&amp;nbsp; This will select all the segments that have a Route name with that portion of the route name&amp;nbsp; your case something like left([Route_ID],8)= '&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;C000001E'&lt;/SPAN&gt;).&amp;nbsp; From the selection I then create a single route with that ID.&amp;nbsp; You would not add the individual mile post records but use them as an event table against the single route you just created since the from to measures are already known or can be calculated from your naming scheme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One import thing to mention is that your segment that will be composing your route all run in the same direction (beg and ends) increasing in the same direction, if not you will have to "flip" those segments not drawn in the proper directions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this does not cause more confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 16:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348617#M402</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2015-09-24T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348618#M403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would the Dissolve tool accomplish what you are trying to do?&amp;nbsp; Assuming there is a field in the table identifying the Corridor and Roadbed (C000001E), then you should be able to dissolve all features based on this field.&amp;nbsp; So all features that have the same Corridor and Roadbed, would be merged into one feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 17:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348618#M403</guid>
      <dc:creator>SharonZastre</dc:creator>
      <dc:date>2015-09-24T17:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348619#M404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This makes sense to me but not sure where the  selection tab is..  Which linear referencing tool do I use?  This does sound just like what I want to perform.  My goal is to create the process and then create a model and then create a geoprocessing service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348619#M404</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-09-25T12:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348620#M405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are lots of ways to create and edit a Linear Reference.&amp;nbsp; I would suggest you look through the esri help and tutorial to get a feel for it.&amp;nbsp; However I can show you one way (may not be the best way for you) but it basically creates a LRS with all your corridor segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LRS-1.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/128336_LRS-1.png" style="width: 620px; height: 428px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LRS-2.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/128337_LRS-2.png" style="width: 620px; height: 428px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LRS-3.png" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/128338_LRS-3.png" style="width: 620px; height: 394px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348620#M405</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2015-09-25T14:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348621#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="LRS-4.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/128340_LRS-4.png" style="width: 620px; height: 489px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LRS-5.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/128341_LRS-5.png" style="width: 620px; height: 399px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348621#M406</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2015-09-25T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348622#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can dissolve the segments to one line and then create a route -- lots of ways to the solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348622#M407</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2015-09-25T15:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348623#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ted,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done anything with Web App builder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 19:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348623#M408</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-09-30T19:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348624#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking dissolve might work to create one measure per corridor.&amp;nbsp; Then the measure could be broken up into each mile and its respective length.&amp;nbsp; So when I create a GP service I can locate create a route segment based on the newly created corridor measure. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 20:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348624#M409</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-09-30T20:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Layer</title>
      <link>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348625#M410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not done anything with the ESRI Web components.&amp;nbsp; I use my own home grown set up here since the company does not yet want to purchase the software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can dissolve and but the process of creating a linear reference already dissolves the individual segments into one... In the pictured example I sent each corridor is composed of many segments and the creation a route dissolves that into one single line composed of measures?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-questions/create-route-layer/m-p/348625#M410</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2015-10-01T16:40:22Z</dc:date>
    </item>
  </channel>
</rss>

