<?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 Calculate upstream Area in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71186#M976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;I have a couple little streams.&lt;/LI&gt;&lt;LI&gt;I have a DEM&lt;/LI&gt;&lt;LI&gt;I created a Flow Direction from the DEM&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now want to create a Raster of all area above the streams. &amp;nbsp;I did a Basin but that seems to give me data below the streams as well as this is based off of the DEM and not looking at the Stream Segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have to use the Streams per say...I can use a point along the stream and then I want to create a&amp;nbsp;raster of the area upstream of that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2016 14:08:03 GMT</pubDate>
    <dc:creator>jaykapalczynski</dc:creator>
    <dc:date>2016-12-06T14:08:03Z</dc:date>
    <item>
      <title>Calculate upstream Area</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71186#M976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;I have a couple little streams.&lt;/LI&gt;&lt;LI&gt;I have a DEM&lt;/LI&gt;&lt;LI&gt;I created a Flow Direction from the DEM&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now want to create a Raster of all area above the streams. &amp;nbsp;I did a Basin but that seems to give me data below the streams as well as this is based off of the DEM and not looking at the Stream Segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have to use the Streams per say...I can use a point along the stream and then I want to create a&amp;nbsp;raster of the area upstream of that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 14:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71186#M976</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2016-12-06T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate upstream Area</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71187#M977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Watershed&lt;/EM&gt; may be the way to go instead of Basins.&amp;nbsp; However, be aware that one will first need to process the DEM first to create a "Depressionless" DEM, then run several processes to come up with the inputs for &lt;EM&gt;Watershed&lt;/EM&gt;.&amp;nbsp; In other words, there are several processes to do before running Watershed.&amp;nbsp; Avoid the temptation to skip some steps, as this will lead to less than desirable results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="277297" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/277297_runoffcharacteristics.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Deriving_runoff_characteristics/009z0000005p000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/Deriving_runoff_characteristics/009z0000005p000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; -Deriving Runoff Characteristics&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000059000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000059000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Watershed (Spatial Analyst)&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>Tue, 06 Dec 2016 15:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71187#M977</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-12-06T15:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate upstream Area</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71188#M978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response...I am good up to the Depressionless DEM...then get confused on which way to go... &amp;nbsp;I have two locations along the stream that I want to reference and get the watershed/area upstream of those 2 points. &amp;nbsp;Not sure if I need to do Flow Length or Snap Pour Point or both then use that output with the watershed tool....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 16:18:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71188#M978</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2016-12-06T16:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate upstream Area</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71189#M979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd use a &lt;EM&gt;Snap Pour Point (see link below) &lt;/EM&gt;with the "pour point" point feature class for the best results.&amp;nbsp; If I remember correctly, one can do a &lt;EM&gt;Watershed&lt;/EM&gt; without using &lt;EM&gt;Snap&lt;/EM&gt; &lt;EM&gt;Pour Point &lt;/EM&gt;in locating th&lt;EM&gt;e points&lt;/EM&gt;, but in the past I got weird results sometimes, whereas with &lt;EM&gt;Snap Pour Point&lt;/EM&gt; it was good.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Better results will be obtained if the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/009z/009z00000055000000.htm" rel="/en/help/main/10.2/009z/009z00000055000000.htm"&gt;Snap Pour Point&lt;/A&gt; tool is used beforehand to help locate the pour points to cells of high accumulated flow.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000059000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000059000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case &lt;EM&gt;Flow Length&lt;/EM&gt; is not needed for &lt;EM&gt;Watershed&lt;/EM&gt;, so you can skip that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the &lt;EM&gt;Flow Accumulation&lt;/EM&gt;, the diagram shows it connecting back to &lt;EM&gt;Watershed&lt;/EM&gt; through &lt;EM&gt;Stream Link&lt;/EM&gt;, but I am not recalling how that fits back into &lt;EM&gt;Watershed&lt;/EM&gt; and not seeing it as an input.&amp;nbsp; It's been a couple of years since I ran this, so will have to scratch my head and try to remember what the connection is.&amp;nbsp; Maybe someone who has worked with this more recently can comment on the &lt;EM&gt;Flow Accumulation -&lt;/EM&gt; &lt;EM&gt;Stream Link&lt;/EM&gt; connection to &lt;EM&gt;Watershed&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT - Figured out part of it.&amp;nbsp; The &lt;EM&gt;Snap Pour Point (Spatial Analysis)&lt;/EM&gt; process needs &lt;EM&gt;Flow Accumulation&lt;/EM&gt; as an input.&amp;nbsp; Still not sure about the &lt;EM&gt;Stream Link&lt;/EM&gt; connection, though.....&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000055000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000055000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Snap Pour Point (Spatial Analysis)&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>Tue, 06 Dec 2016 16:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71189#M979</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-12-06T16:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate upstream Area</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71190#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not interested in super accurate results....I have attached an image of what I got when I ran the watershed tool with the Flow Direction and DEM as inputs. &amp;nbsp;I need to create a boundary around streams that drain into them. &amp;nbsp;From this boundary I need to get the area draining into the streams....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/277328_Watershed.jpg" style="width: 321px; height: 320px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 16:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71190#M980</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2016-12-06T16:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate upstream Area</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71191#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think i got it....used the Stream Segments as input to the Snap Pour Points and then rant he watershed...got this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/277330_Watershed2.jpg" style="width: 278px; height: 279px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 16:48:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-upstream-area/m-p/71191#M981</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2016-12-06T16:48:48Z</dc:date>
    </item>
  </channel>
</rss>

