<?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: split a street but height in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/split-a-street-but-height/m-p/229699#M748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Huntergropy-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if I understand what your question is.&amp;nbsp; Do you want to divide the streets by length (not height)?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nicole&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2013 12:52:58 GMT</pubDate>
    <dc:creator>NicoleHanson</dc:creator>
    <dc:date>2013-03-12T12:52:58Z</dc:date>
    <item>
      <title>split a street but height</title>
      <link>https://community.esri.com/t5/transportation-questions/split-a-street-but-height/m-p/229698#M747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a shape with many streets and I split up the streets (every 120 meters height difference) and in part that "divide" should know that is kilometers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps: sorry for my English, I do not write very well English and this is thanks to google translator&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 00:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/split-a-street-but-height/m-p/229698#M747</guid>
      <dc:creator>huntergropyhuntergropy</dc:creator>
      <dc:date>2013-03-08T00:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: split a street but height</title>
      <link>https://community.esri.com/t5/transportation-questions/split-a-street-but-height/m-p/229699#M748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Huntergropy-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if I understand what your question is.&amp;nbsp; Do you want to divide the streets by length (not height)?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nicole&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 12:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/split-a-street-but-height/m-p/229699#M748</guid>
      <dc:creator>NicoleHanson</dc:creator>
      <dc:date>2013-03-12T12:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: split a street but height</title>
      <link>https://community.esri.com/t5/transportation-questions/split-a-street-but-height/m-p/229700#M749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think there is a tool specifically for splitting a line by elevation, but if you have elevation contour lines then you can export the contour lines out to a new line layer at intervals of 120 meters and use the intersections between these contours and your streets layer to split your streets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If don't have contour lines but you have a TIN ("Trianglular Irregular Network") or DEM ("Digital Elevation Model")surface data set and a 3D Analyst license you can use the Contours tool (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000021000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000021000000&lt;/A&gt;&lt;SPAN&gt;) to create contours at 120 meter intervals.&amp;nbsp; Then where the contour lines intersect the street lines you could break/split the street lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two methods to do this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) You can use the "Splitting lines at intersections with Planarize Lines" (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t0000008t000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t0000008t000000.htm&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You could do this by creating points at the intersections then split the street line by those new points.&amp;nbsp; To create the points you would merge both the streets and elevation contours lies into one feature class using the Merge 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;SPAN&gt;).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With this new merged feature class you can create a Geometric Network (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002r00000001000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002r00000001000000&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (While you wouldn't need the network that this process creates, a byproduct of this process is that it automatically creates points at intersections).&amp;nbsp;&amp;nbsp; Then you can go back to your original streets feature class and use these new intersection points with the Split Line at Point tool: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesk...0000003w000000"&gt;http://help.arcgis.com/en/arcgisdesk...0000003w000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that this is helpful!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 14:51:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/split-a-street-but-height/m-p/229700#M749</guid>
      <dc:creator>JoshuaDamron</dc:creator>
      <dc:date>2013-03-25T14:51:53Z</dc:date>
    </item>
  </channel>
</rss>

