<?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 Minimum Slope Raster in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693392#M10090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, do the slope tool in Spatial Analyst generate maximum slope raster comparing elevation with it neighbors?&lt;/P&gt;&lt;P&gt;If yes I need the exact opposite..&lt;/P&gt;&lt;P&gt;Is there any way to generate minimum slope raster? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Apr 2016 06:47:56 GMT</pubDate>
    <dc:creator>NemiBhattarai</dc:creator>
    <dc:date>2016-04-10T06:47:56Z</dc:date>
    <item>
      <title>Minimum Slope Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693392#M10090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, do the slope tool in Spatial Analyst generate maximum slope raster comparing elevation with it neighbors?&lt;/P&gt;&lt;P&gt;If yes I need the exact opposite..&lt;/P&gt;&lt;P&gt;Is there any way to generate minimum slope raster? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 06:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693392#M10090</guid>
      <dc:creator>NemiBhattarai</dc:creator>
      <dc:date>2016-04-10T06:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Slope Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693393#M10091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tool delivers a slope which is a tad more convoluted, not maximum and not minimum &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/slope.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/slope.htm"&gt;Slope—Help | ArcGIS for Desktop&lt;/A&gt; You can see the derivation here &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-slope-works.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-slope-works.htm"&gt;How Slope works—Help | ArcGIS for Desktop&lt;/A&gt; If you can describe how you want your slope to be derived with respect to its neighbors then you can use a filter/window to start the math, much like they do with convolution filters for imaging &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/convolution-function.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/convolution-function.htm"&gt;Convolution function—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 10:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693393#M10091</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-10T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Slope Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693394#M10092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I'll give it a try &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;The Help says:&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;Slope is the rate of maximum change in z-value from each cell."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;What I want is algorithm for the rate of minimum change in z value from each cell... Is it Possible??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 10:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693394#M10092</guid>
      <dc:creator>NemiBhattarai</dc:creator>
      <dc:date>2016-04-10T10:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Slope Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693395#M10093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the actual maximum slope is the maximum drop which is just dz/dx with respect to its 8 neighbours... it isn't directly implemented in Arc* ... you could derive your own.&amp;nbsp; A statement of what you are trying to do might help with surrogate measures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 10:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693395#M10093</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-10T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Slope Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693396#M10094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble with derivation of these:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;[dz/dx] = ((&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;c&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + 2&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;f&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + &lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;i&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;) - (&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;a&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + 2&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;d&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + &lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;g&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;) / (8 * &lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;x_cellsize&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;[dz/dy] = ((&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;g&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + 2&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;h&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + &lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;i&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;) - (&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;a&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + 2&lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;b&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; + &lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;c&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;)) / (8 * &lt;/SPAN&gt;&lt;EM style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;y_cellsize&lt;/EM&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 11:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693396#M10094</guid>
      <dc:creator>NemiBhattarai</dc:creator>
      <dc:date>2016-04-10T11:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Slope Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693397#M10095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the equation that is used by the slope tool... you don't need to do anything... the slope wil 'automagically' be calculated using that equation.&amp;nbsp; The reference to the link was for background information to show how slope is calculated from a 2nd degree finite difference difference. Further examples can be found in any elementary gis text.. eg. Princples of Geographic Information Systems, Burrough and McDonald, oxford, 2000 (pp 193- or any incarnation of that text by the principle author&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 13:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/minimum-slope-raster/m-p/693397#M10095</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-10T13:05:08Z</dc:date>
    </item>
  </channel>
</rss>

