<?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: Create a network of polyline from a flow accumulation raster in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148006#M2067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, the Raster Calculator worked like a charm !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;And as an additional tip when it comes to extracting stream lines from dem's...&lt;BR /&gt;I always create a curvature surface and use that as a weighting into the flow accumulation step.&lt;BR /&gt;Because of the math of the curvature function, upwardly concave areas (like a stream) are negative,&lt;BR /&gt;so invert the curvature output first, (X -1)&amp;nbsp; so that +ve values are associated with upwardly concave areas&lt;BR /&gt;and -ve values indicate the top of the hill (for example).&lt;BR /&gt;&lt;BR /&gt;This idea comes from a paper by Tarboten &amp;amp; Ames from about 1992.&lt;BR /&gt;&lt;BR /&gt;Otherwise follow the steps in the hydrology section of the help files as suggested by Jim.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Neil&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer first,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but as I'm french, I didn't really understood, do you mean using the Curvature tool in 3D Analyst ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What are +ve and -ve values ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joss&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 07:10:26 GMT</pubDate>
    <dc:creator>JosselineLou</dc:creator>
    <dc:date>2013-10-14T07:10:26Z</dc:date>
    <item>
      <title>Create a network of polyline from a flow accumulation raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148003#M2064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I have a problem, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a flow accumulation raster from a flow direction raster (created from an elevation raster).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But now I need to create a polyline feature of the channels but the Stream to Feature tools doesn't crash as I tried to process it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm kind of stuck here, thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joss&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:23:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148003#M2064</guid>
      <dc:creator>JosselineLou</dc:creator>
      <dc:date>2013-10-10T13:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a network of polyline from a flow accumulation raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148004#M2065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try using the raster calculator with a conditional statement and a threshold of accumulation. THis is outlined in the help under Hydrologic analysis sample applications, step 5-6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 14:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148004#M2065</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2013-10-10T14:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create a network of polyline from a flow accumulation raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148005#M2066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And as an additional tip when it comes to extracting stream lines from dem's...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I always create a curvature surface and use that as a weighting into the flow accumulation step.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because of the math of the curvature function, upwardly concave areas (like a stream) are negative,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so invert the curvature output first, (X -1)&amp;nbsp; so that +ve values are associated with upwardly concave areas&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and -ve values indicate the top of the hill (for example).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This idea comes from a paper by Tarboten &amp;amp; Ames from about 1992.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise follow the steps in the hydrology section of the help files as suggested by Jim.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 07:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148005#M2066</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2013-10-11T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a network of polyline from a flow accumulation raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148006#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, the Raster Calculator worked like a charm !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;And as an additional tip when it comes to extracting stream lines from dem's...&lt;BR /&gt;I always create a curvature surface and use that as a weighting into the flow accumulation step.&lt;BR /&gt;Because of the math of the curvature function, upwardly concave areas (like a stream) are negative,&lt;BR /&gt;so invert the curvature output first, (X -1)&amp;nbsp; so that +ve values are associated with upwardly concave areas&lt;BR /&gt;and -ve values indicate the top of the hill (for example).&lt;BR /&gt;&lt;BR /&gt;This idea comes from a paper by Tarboten &amp;amp; Ames from about 1992.&lt;BR /&gt;&lt;BR /&gt;Otherwise follow the steps in the hydrology section of the help files as suggested by Jim.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Neil&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer first,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but as I'm french, I didn't really understood, do you mean using the Curvature tool in 3D Analyst ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What are +ve and -ve values ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joss&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 07:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148006#M2067</guid>
      <dc:creator>JosselineLou</dc:creator>
      <dc:date>2013-10-14T07:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a network of polyline from a flow accumulation raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148007#M2068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Arc Hydro tools will create a network of polylines for the drainage lines (polylines) in a watershed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 16:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-network-of-polyline-from-a-flow/m-p/148007#M2068</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-10-14T16:38:53Z</dc:date>
    </item>
  </channel>
</rss>

