<?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: Why is Spatial Analyst - Hydrology - FILL Performing this way? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623417#M9066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also the comment below applies and is often misinterpreted as what it does&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="-webkit-text-stroke-width: 0px; color: #4d4d4d; white-space: normal; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 13.93px; line-height: 23.82px; font-style: normal; float: none; background-color: transparent; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; orphans: 2; text-align: left;"&gt;The z-limit is not the maximum depth to which a sink will be filled.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2017 00:27:13 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-12-13T00:27:13Z</dc:date>
    <item>
      <title>Why is Spatial Analyst - Hydrology - FILL Performing this way?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623415#M9064</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 have been attempting to perform a Watershed analysis and can't quite get past the Fill tool. &amp;nbsp;I am working with a clipped DEM of 20cm resolution, see attached image with random selected points of elevation. &amp;nbsp;There are two rather large ponds on the site and so I attempted to use a Z limit of 1079 as the ponds are all under 1079m while everything else is above. (not 100% sure if I am using this option correctly).&lt;/P&gt;&lt;P&gt;However as can be seen no the AfterFill image almost the entire site obtains values of 1083.0378. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this occurring this way? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 20:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623415#M9064</guid>
      <dc:creator>JustinSmith</dc:creator>
      <dc:date>2017-12-12T20:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Spatial Analyst - Hydrology - FILL Performing this way?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623416#M9065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, the Z-limit option performs a different function that what you were trying to use it for.&amp;nbsp; What it does is it constrains what gets "filled".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="390604" alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/390604_2017-12-12 13_11_38-Untitled - ArcMap.jpg" style="width: 620px; height: 350px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of setting the pond elevations, one possibility would be to employ Raster Calculator to recalculate the lower elevations.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/raster-calculator.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/raster-calculator.htm"&gt;Raster Calculator—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conditional Evaluation (CON)&lt;/P&gt;&lt;PRE class=""&gt;Con (in_conditional_raster, in_true_raster_or_constant, {in_false_raster_or_constant}, {where_clause})&lt;/PRE&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/con-.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/con-.htm"&gt;Con—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in Raster Calculator, it would be something like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CON (DEM filename, 1079, elevation field, elevation field &amp;lt;1079)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveat - the tricky part will be if there are other parts of the DEM that are below an elevation of 1079 meters, as this universal CON statement will modify those too.&amp;nbsp; If that is the case, you will need to select just the cells that need to be modified (the pond cells) and then apply the CON statement to only them.&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, 12 Dec 2017 21:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623416#M9065</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-12-12T21:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Spatial Analyst - Hydrology - FILL Performing this way?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623417#M9066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also the comment below applies and is often misinterpreted as what it does&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="-webkit-text-stroke-width: 0px; color: #4d4d4d; white-space: normal; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 13.93px; line-height: 23.82px; font-style: normal; float: none; background-color: transparent; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; orphans: 2; text-align: left;"&gt;The z-limit is not the maximum depth to which a sink will be filled.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 00:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623417#M9066</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-13T00:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Spatial Analyst - Hydrology - FILL Performing this way?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623418#M9067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my DEM is clipped from a much larger DEM.&amp;nbsp; When I use the identify tool it states the field is "Pixel value".&amp;nbsp; Any idea what the field name is to enter into the elevation field part of the CON statement?&amp;nbsp; I have tried "Pixel value" and "Value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 18:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623418#M9067</guid>
      <dc:creator>JustinSmith</dc:creator>
      <dc:date>2017-12-14T18:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Spatial Analyst - Hydrology - FILL Performing this way?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623419#M9068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad -&amp;nbsp; I just realized I didn't express correctly what the third condition is.&amp;nbsp; It's not the elevation field, but instead the filename of your source DEM.&amp;nbsp; The third condition tells the process what to do when the evaluation expression is false, which in this case we want the original elevation value to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a quick test using the &lt;EM&gt;CON (Spatial Analyst)&lt;/EM&gt; geoprocessing tool (instead of Raster Calculator), and using 30 as a value to fill to, and it worked.&amp;nbsp; Here's what it looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="390899" alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/390899_2017-12-14 11_32_16-Untitled - ArcMap.jpg" style="width: 620px; height: 297px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get a minute, I'll see if I can figure out the Raster Calculators statement.&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>Thu, 14 Dec 2017 19:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623419#M9068</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-12-14T19:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Spatial Analyst - Hydrology - FILL Performing this way?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623420#M9069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Raster Calculator, for the fourth condition, try using VALUE (all caps) and put the whole expression in double quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Con("9032_75mTEST.dem", 30, "9032_75mTEST.dem", "VALUE &amp;lt; 30")&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>Thu, 14 Dec 2017 20:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-is-spatial-analyst-hydrology-fill-performing/m-p/623420#M9069</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-12-14T20:28:01Z</dc:date>
    </item>
  </channel>
</rss>

