<?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: watershed in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176707#M821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahmod, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this help thread, it go through all the steps you need for hydrologic analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000005z000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000005z000000"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The step I described was #6 in that help, where you will need to determine for yourself, what the minimum flow accumulation value is that you want to consider a stream.&amp;nbsp; You can use the Con(Spatial Analyst) Tool, to determine what values will be considered stream or not stream.&amp;nbsp; There is a link for the help with the Con Tool in the link I posted, but the goal is to set the minimum flow accumulation values, then turn the flow accumulation raster into a binary raster, either the pixel meets the threshold value and is turned into a 1(so is a stream) or does not meet the threshold value and is a 0 (not a stream).&amp;nbsp; You may want to test with several values as the threshold until it fits how you feel the watershed should be characterized. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 13:54:15 GMT</pubDate>
    <dc:creator>IanMurray</dc:creator>
    <dc:date>2015-06-22T13:54:15Z</dc:date>
    <item>
      <title>watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176700#M814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm using arcGIS 10.1 ,i'm&amp;nbsp; working on a watershed to find the water path ,i arrives to flow accumulation ,in this step i should have&lt;/P&gt;&lt;P&gt;the path visible but this is what i got&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/111333_Untitled.png" style="width: 620px; height: 349px;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;how to make the water path clear ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176700#M814</guid>
      <dc:creator>mahmodtarazi</dc:creator>
      <dc:date>2015-06-19T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176701#M815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a raster, this is not surprising, especially if you have a very high resolution DEM.&amp;nbsp; Each flow path is only 1 pixel wide, which doesn't show up at high zoom levels.&amp;nbsp; Once you zoom in, the flow paths look more correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better symbolizing of your stream, you need to use a raster calculator, to set the minimum number of pixels to be considered a stream, then you can use the Stream to Feature Tool to Convert them to a polyline feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000005p000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000005p000000"&gt;ArcGIS Help 10.1&lt;/A&gt; Deriving runoff characteristics&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000058000000.htm" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000058000000.htm"&gt;ArcGIS Desktop&lt;/A&gt; Stream to Feature&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176701#M815</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-06-19T14:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176702#M816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to reclassify the "flowAcc" between 0 and 1 with the raster math and you will se the flow accumulation line "1".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:01:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176702#M816</guid>
      <dc:creator>NICOLAPEDDIS</dc:creator>
      <dc:date>2015-06-19T14:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176703#M817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this looks like a normal flow accumulation result. As Ian says, it's just that you are zoomed out to 1:600K. Try using the zoom tool to zoom in to those lighter looking pixels on the left of the screen, perhaps 1:40K, and I think you'll see your flow accumulation is fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176703#M817</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-19T15:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176704#M818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the fast reply ian murry&lt;/P&gt;&lt;P&gt;when i zoom in, nothing changes in the middle of the picture above (which is the area i need)&lt;/P&gt;&lt;P&gt;what i think i need to do is the "raster calculator" you mentioned ,can you help in how to do that??&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176704#M818</guid>
      <dc:creator>mahmodtarazi</dc:creator>
      <dc:date>2015-06-22T13:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176705#M819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you nicola peddis but how i can&amp;nbsp; do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:43:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176705#M819</guid>
      <dc:creator>mahmodtarazi</dc:creator>
      <dc:date>2015-06-22T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176706#M820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you sephe fox &lt;/P&gt;&lt;P&gt;that's right when you zoom in on the pixels on the lift of the screen i can see the flow accumulation but there must be more flow like in the middle of the screen which i can't find even when i use the zoom in tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:48:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176706#M820</guid>
      <dc:creator>mahmodtarazi</dc:creator>
      <dc:date>2015-06-22T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176707#M821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahmod, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this help thread, it go through all the steps you need for hydrologic analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000005z000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000005z000000"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The step I described was #6 in that help, where you will need to determine for yourself, what the minimum flow accumulation value is that you want to consider a stream.&amp;nbsp; You can use the Con(Spatial Analyst) Tool, to determine what values will be considered stream or not stream.&amp;nbsp; There is a link for the help with the Con Tool in the link I posted, but the goal is to set the minimum flow accumulation values, then turn the flow accumulation raster into a binary raster, either the pixel meets the threshold value and is turned into a 1(so is a stream) or does not meet the threshold value and is a 0 (not a stream).&amp;nbsp; You may want to test with several values as the threshold until it fits how you feel the watershed should be characterized. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176707#M821</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-06-22T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176708#M822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apart rom zooming in to something reasonable given your pixel size, it also helps to play with the raster stretch options in the symbolgy tab. Mine always defaults to percent clip, here changed to standard dev.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FlowAcc_1.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/112423_FlowAcc_1.jpg" style="width: 620px; height: 424px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FlowAcc_2.jpg" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/112424_FlowAcc_2.jpg" style="width: 620px; height: 431px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FlowAcc_3.jpg" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/112425_FlowAcc_3.jpg" style="width: 620px; height: 424px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 14:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176708#M822</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-06-22T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: watershed</title>
      <link>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176709#M823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the raster reclass tool you need to reclassify the low vault to zero and the high vault to 1.&lt;/P&gt;&lt;P&gt;Then with the tool Stream to Feature Tool(or the raster to feature class) you can convert the single pixel 1 to a polyline or polylineM feature class to store also the the length of each portion of the river .&lt;/P&gt;&lt;P&gt;But to understand every single step use the raster math help: It will guide you through the whole the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q90000004n000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q90000004n000000"&gt;ArcGIS Help 10.1&lt;/A&gt; raster reclass tool&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q900000028000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q900000028000000"&gt;ArcGIS Help 10.1 &lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;using reclassification tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 14:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/watershed/m-p/176709#M823</guid>
      <dc:creator>NICOLAPEDDIS</dc:creator>
      <dc:date>2015-06-22T14:21:36Z</dc:date>
    </item>
  </channel>
</rss>

