<?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: line clip or segment by adjacent polygon in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411276#M882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another approach could be this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Explode the pink polygon into it's vertices&lt;/LI&gt;&lt;LI&gt;Snap all these points along your river network&lt;/LI&gt;&lt;LI&gt;From these snapped points Identify the nearest and furthest away point from the river mouth. You now have a pair of points which would be the start/end of the line you want to create. You would want to remove all the points between. Passing distance to mouth to all the points would allow you to achieve the dropping of unwanted points by polygon ID.&lt;/LI&gt;&lt;LI&gt;Trace along your river network between these two points to create the routes you require.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your image throws up a problem that you will have to deal with and that is tributary junctions, so tracing in my mind is the only option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.rivex.co.uk/"&gt;RivEX&lt;/A&gt;&amp;nbsp;can do all but step 1 (there is a geoprocessing tool for that), you'll need to do some data processing then you could use the &lt;A href="http://www.rivex.co.uk/Online-Manual/Linksiteswithinalayer.html"&gt;link tool&lt;/A&gt;&amp;nbsp;searching for nearest upstream site.&amp;nbsp; As you may have multiple property polygons along a single river the link tool will generate routes to u/s points which you may not desire (but you could easily remove those). Also this approach works if you never have properties on opposite sides of the river facing each other as that would create overlapping routes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2018 09:57:20 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2018-06-08T09:57:20Z</dc:date>
    <item>
      <title>line clip or segment by adjacent polygon</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411272#M878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to clip or create split lines by an adjacent polygon.&amp;nbsp; if you see the attached image,&amp;nbsp; the line is a river and the polygon is some property.&amp;nbsp; I would like to cut the line as marked yellow.&amp;nbsp; if you have a good idea please let me know.&lt;/P&gt;&lt;P&gt;I was thinking about left or right buffer and mask it.&amp;nbsp; I think there are a better idea for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 07:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411272#M878</guid>
      <dc:creator>youngpark</dc:creator>
      <dc:date>2018-06-03T07:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: line clip or segment by adjacent polygon</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411273#M879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do it manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A buffer will extend in all directions and won't buffer exactly where you want to anyway.&lt;/P&gt;&lt;P&gt;If you have many polygons, you will end up with a mess of little pieces where overlapping buffers intersect&lt;/P&gt;&lt;P&gt;Have you got an image where you tried the buffering approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 11:39:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411273#M879</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-03T11:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: line clip or segment by adjacent polygon</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411274#M880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;So far, it wont do 100 percent accurate.&amp;nbsp; But it does some work.&amp;nbsp; my procedure is as follows.&lt;/P&gt;&lt;P&gt;1. create polygons' features extent on an attribute table..&amp;nbsp;min x, min Y, max x, max Y&lt;/P&gt;&lt;P&gt;2. create two lines per polygon features.&lt;/P&gt;&lt;P&gt;3. select longest one between two lines&lt;/P&gt;&lt;P&gt;4. buffer from the line segments to clip river line.&lt;/P&gt;&lt;P&gt;5.,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have a better idea... pls, let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 13:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411274#M880</guid>
      <dc:creator>youngpark</dc:creator>
      <dc:date>2018-06-03T13:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: line clip or segment by adjacent polygon</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411275#M881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The extent thing seems plausible since it would enable you to readjust if you converted the extent polygon to a polyline and used if for the splitting.&lt;/P&gt;&lt;P&gt;A couple of other visual examples might help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 14:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411275#M881</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-03T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: line clip or segment by adjacent polygon</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411276#M882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another approach could be this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Explode the pink polygon into it's vertices&lt;/LI&gt;&lt;LI&gt;Snap all these points along your river network&lt;/LI&gt;&lt;LI&gt;From these snapped points Identify the nearest and furthest away point from the river mouth. You now have a pair of points which would be the start/end of the line you want to create. You would want to remove all the points between. Passing distance to mouth to all the points would allow you to achieve the dropping of unwanted points by polygon ID.&lt;/LI&gt;&lt;LI&gt;Trace along your river network between these two points to create the routes you require.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your image throws up a problem that you will have to deal with and that is tributary junctions, so tracing in my mind is the only option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.rivex.co.uk/"&gt;RivEX&lt;/A&gt;&amp;nbsp;can do all but step 1 (there is a geoprocessing tool for that), you'll need to do some data processing then you could use the &lt;A href="http://www.rivex.co.uk/Online-Manual/Linksiteswithinalayer.html"&gt;link tool&lt;/A&gt;&amp;nbsp;searching for nearest upstream site.&amp;nbsp; As you may have multiple property polygons along a single river the link tool will generate routes to u/s points which you may not desire (but you could easily remove those). Also this approach works if you never have properties on opposite sides of the river facing each other as that would create overlapping routes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 09:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/line-clip-or-segment-by-adjacent-polygon/m-p/411276#M882</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2018-06-08T09:57:20Z</dc:date>
    </item>
  </channel>
</rss>

