<?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: ArcHydro: Drainage line external point in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035860#M38454</link>
    <description>&lt;P&gt;Oops, this is it. And very easy. Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 10:55:30 GMT</pubDate>
    <dc:creator>MohamadAchour</dc:creator>
    <dc:date>2021-03-12T10:55:30Z</dc:date>
    <item>
      <title>ArcHydro: Drainage line external point</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035842#M38446</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From my DEM, I created the flow direction and flow accumulation raster using ArcHydro Tools&lt;/P&gt;&lt;P&gt;From those 2 rasters, I use the stream definition tool (for a threshold area of 500 pixels for example), then performed the stream segmentation, and finally, I use the Drainage line processing tools to create the vector shapefile of my stream.&lt;/P&gt;&lt;P&gt;My question: Is there any method to locate the external points of the stream? (I named those points by E in this image)&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;(Note: I want to write a script on python for this method, and if the proposed solution demand the use of select by location tools, I will not be able to perform it with a python script)&lt;/P&gt;&lt;P&gt;(I am using ArcGis Desctop 10.8.0.12790)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/8291i84231D896381DC3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 08:56:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035842#M38446</guid>
      <dc:creator>MohamadAchour</dc:creator>
      <dc:date>2021-03-12T08:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Drainage line external point</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035849#M38449</link>
      <description>&lt;P&gt;Can You add an image with better resolution?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035849#M38449</guid>
      <dc:creator>SMACarthur</dc:creator>
      <dc:date>2021-03-12T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Drainage line external point</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035850#M38450</link>
      <description>&lt;P&gt;Check if&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/feature-vertices-to-points.htm" target="_self"&gt;Feature Vertices To Points (Data Management)&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt; works for you. Choose "Both Ends" for Point Location parameter.&lt;/P&gt;&lt;P&gt;By the way, you can do a &lt;STRONG&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/select-layer-by-location.htm" target="_self"&gt;Select by Location&lt;/A&gt;&lt;/STRONG&gt; in ArcPy, if required. Just need to create an intermediate layer file (*.lyr). Check the example in the Tool help page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:15:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035850#M38450</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-03-12T10:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Drainage line external point</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035855#M38452</link>
      <description>&lt;P&gt;The features vertices to point is a good idea, but by using it, I will also get the endpoint of all the lines (but I only need the external line)&lt;/P&gt;&lt;P&gt;I tried an idea but it poses me some inaccurate results. My idea was:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Find the stream order (Strahler method: the stream should be a raster file)&lt;/LI&gt;&lt;LI&gt;Convert the Strahler raster file to vector&lt;/LI&gt;&lt;LI&gt;Select order 1 from the Strahler vector layer (That will be the external lines only). But at this step, arcgis give me the inaccurate result as you can see on the first attached image (The square for example is 2 more unnecessary vector, so to more unnecessary external nodes)&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;To fix this result, I used to do selection by location (intersect), between the drainage line layer and the Strahler vector layer of order one (obtained in step 3). But unfortunately, the selected items contain some internal vectors. This is why I was saying that I don’t want to use the select by location.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;Obtained the external vectors, now I can use the features vertices to point (Start points) to locate my external points.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you for your response. But it will not work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MohamadAchour_0-1615545656616.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/8294i65C12668B6DB1E1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MohamadAchour_0-1615545656616.png" alt="MohamadAchour_0-1615545656616.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:41:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035855#M38452</guid>
      <dc:creator>MohamadAchour</dc:creator>
      <dc:date>2021-03-12T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Drainage line external point</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035859#M38453</link>
      <description>&lt;P&gt;Could you choose "Dangle" for the Point Location parameter, and run the tool?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035859#M38453</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-03-12T10:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Drainage line external point</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035860#M38454</link>
      <description>&lt;P&gt;Oops, this is it. And very easy. Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/archydro-drainage-line-external-point/m-p/1035860#M38454</guid>
      <dc:creator>MohamadAchour</dc:creator>
      <dc:date>2021-03-12T10:55:30Z</dc:date>
    </item>
  </channel>
</rss>

