<?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 polyline by perpendicular line from nearest feature in ArcGIS Mapping and Charting Questions</title>
    <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493742#M1722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access to an Advanced ArcGIS License, one possibility is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/split-line-at-point.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/split-line-at-point.htm"&gt;Split Line at Point—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 16:18:16 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2016-07-22T16:18:16Z</dc:date>
    <item>
      <title>Split polyline by perpendicular line from nearest feature</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493741#M1721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm searching for a tool that allows for a polyline to be split by creating a perpendicular line from the nearest point.&amp;nbsp; This would be used to break up a river polyline to determine the reach and river mile at each diversion point.&amp;nbsp; While I could manually split the river polyline with the editor, this would become a very tedious task if there were hundreds of diversion points within a section of a river.&amp;nbsp; I have attempted to use the near tool, but not having any success.&amp;nbsp; Any thoughts on this?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493741#M1721</guid>
      <dc:creator>TysonWilliams1</dc:creator>
      <dc:date>2016-07-22T16:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Split polyline by perpendicular line from nearest feature</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493742#M1722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access to an Advanced ArcGIS License, one possibility is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/split-line-at-point.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/split-line-at-point.htm"&gt;Split Line at Point—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493742#M1722</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-07-22T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Split polyline by perpendicular line from nearest feature</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493743#M1723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is a single tool that will do this out of the box, but you can think of it as a two part problem:&lt;/P&gt;&lt;P&gt;1.) Create a point at the nearest location on the line&lt;/P&gt;&lt;P&gt;2.) Split by point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1 is the tricky part, and the way you do it will depend on your licensing and version. &lt;SPAN style="text-decoration: line-through;"&gt;With advanced license, you can use &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm"&gt;Generate Near Table&lt;/A&gt; to get XY coordinates.&lt;/SPAN&gt; With 10.2+, you can use arcpy Polyline &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-classes/polyline.htm"&gt;queryPointAndDistance&lt;/A&gt; method (all licenses).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I didn't realize you could set a search radius with the advanced tool, Split Line by Point. That's a better advanced license solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493743#M1723</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-07-22T16:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Split polyline by perpendicular line from nearest feature</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493744#M1724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! That worked pretty well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/split-polyline-by-perpendicular-line-from-nearest/m-p/493744#M1724</guid>
      <dc:creator>TysonWilliams1</dc:creator>
      <dc:date>2016-07-22T16:38:44Z</dc:date>
    </item>
  </channel>
</rss>

