<?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 line by attribute field in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337378#M19195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the points are at the locations you want to split the line and you have ArcInfo/Advanced you might look at the split line at point tool n Data Management Tools - Features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an Arcscript to do this at &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14190"&gt;http://arcscripts.esri.com/details.asp?dbid=14190&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another Arcscript that uses attributes is at &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14127"&gt;http://arcscripts.esri.com/details.asp?dbid=14127&lt;/A&gt;&lt;SPAN&gt; and there is a more recent version in the Net resources although I don't have the link for it right now.&amp;nbsp; To use this you might use a join to get the point attributes into the line layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/20402/how-to-divide-a-single-polyline-feature-into-multiple-features-based-on-points-l"&gt;http://gis.stackexchange.com/questions/20402/how-to-divide-a-single-polyline-feature-into-multiple-features-based-on-points-l&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Also see the thread in this same forum: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/51332-Dividing-Splitting-Lines"&gt;http://forums.arcgis.com/threads/51332-Dividing-Splitting-Lines&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 13:09:00 GMT</pubDate>
    <dc:creator>JohnSobetzer</dc:creator>
    <dc:date>2012-09-12T13:09:00Z</dc:date>
    <item>
      <title>Split line by attribute field</title>
      <link>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337376#M19193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I currently have a single line that I want split at certain distances along it. The distances are all different and in a separate point shapefile. Any ideas ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shaun.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 00:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337376#M19193</guid>
      <dc:creator>ShaunLam</dc:creator>
      <dc:date>2012-09-12T00:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Split line by attribute field</title>
      <link>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337377#M19194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version and license level are you using?&amp;nbsp; If you have ArcInfo, you can use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003w000000"&gt;Split Line at Points&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 13:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337377#M19194</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-09-12T13:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Split line by attribute field</title>
      <link>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337378#M19195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the points are at the locations you want to split the line and you have ArcInfo/Advanced you might look at the split line at point tool n Data Management Tools - Features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an Arcscript to do this at &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14190"&gt;http://arcscripts.esri.com/details.asp?dbid=14190&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another Arcscript that uses attributes is at &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14127"&gt;http://arcscripts.esri.com/details.asp?dbid=14127&lt;/A&gt;&lt;SPAN&gt; and there is a more recent version in the Net resources although I don't have the link for it right now.&amp;nbsp; To use this you might use a join to get the point attributes into the line layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/20402/how-to-divide-a-single-polyline-feature-into-multiple-features-based-on-points-l"&gt;http://gis.stackexchange.com/questions/20402/how-to-divide-a-single-polyline-feature-into-multiple-features-based-on-points-l&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Also see the thread in this same forum: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/51332-Dividing-Splitting-Lines"&gt;http://forums.arcgis.com/threads/51332-Dividing-Splitting-Lines&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 13:09:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337378#M19195</guid>
      <dc:creator>JohnSobetzer</dc:creator>
      <dc:date>2012-09-12T13:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Split line by attribute field</title>
      <link>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337379#M19196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your replies, Sorry if I was unclear, the point shapefile that I had were not the locations that I wanted the line split at.&amp;nbsp; To do what I needed to do I treated the line like a route, created a route then used the distance locations in the point file to split it by the locations I needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/split-line-by-attribute-field/m-p/337379#M19196</guid>
      <dc:creator>ShaunLam</dc:creator>
      <dc:date>2012-09-18T20:19:13Z</dc:date>
    </item>
  </channel>
</rss>

