<?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: surface angle in each cardinal direction in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150796#M2122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. I'm not sure why you are concerned about the 3x3 window though. I interpreted your original question as wanting to calculate slope in specific direction, not downhill slope - the method I described does exactly that, it simply uses downhill slope and aspect to calculate slope for a specified direction.&amp;nbsp; Look at the hypothetical surface in my 2nd attachment, slope (D) i.e in an easterly direction, directly across slope, is 0 as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless I've misinterpreted your question and you want to calculate a single downhill slope value using only 4 adjacent (i.e. not diagonal) cells...? - aka "Rooks case":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22272[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Image source: &lt;/SPAN&gt;&lt;A href="http://www.lpc.uottawa.ca/publications/moransi/moran.htm#Defining%20Contiguity"&gt;http://www.lpc.uottawa.ca/publications/moransi/moran.htm#Defining%20Contiguity&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 21:52:48 GMT</pubDate>
    <dc:creator>Luke_Pinner</dc:creator>
    <dc:date>2013-02-28T21:52:48Z</dc:date>
    <item>
      <title>surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150783#M2109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For a DEM, I would like to calculate the surface angle (i.e. slope) for each grid cell in the 4 cardinal directions (N, S, E and W). In other words, for a given cell, what is the angle between a flat plane and the DEM surface in each direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, a grid cell located on a 45 degree slope facing due west (270 degrees aspect) would have angles relative to a flat plane of 0, 0, 45 and -45 (or 225) degrees for N, S, E and W respectively.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how this can be generated using Arc? I imagine it would require generating 4 separate grids, one for each direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 15:41:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150783#M2109</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-01-22T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150784#M2110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a the slope command in Spatial Analyst and you get the vertical angle with the horizontal plain using that. The aspect command gives you the 360 deg horizontal direction of the slope. The default symbology is the N, NE, E, SE, S, SW, W, NW directions, but the raster values are down to the sub degree precision. Maybe a combination of these two would work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Spatial Analyst hydrology the flow direction command gives you a number representing one of the 8 directions (N, NE, E, SE, S, SW, W, NW) that is unique to the four corners. This is slope is towards the lowest of the of the surrounding cells and may not be the same as aspect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hillshade produces a value based on horizontal direction, but I'm sure if it can be correlated to cardinal directions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Just some ideas...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:37:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150784#M2110</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-01-22T16:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150785#M2111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought of combining slope and aspect somehow, but could not determine how this would work to achieve my goal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The slope command uses all of the surrounding cells, whereas, I need to determine the slope/angle in only one direction at a time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150785#M2111</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-01-22T16:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150786#M2112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The slope would be downhill in the direction of the aspect, I'd think. So, how about trying sin(aspect)*slope for one direction and cos(aspect)*slope for the other?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what to do if the cell is perfectly flat like the top of the hill of bottom of a sink. Should be a rare occurrence.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150786#M2112</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-01-22T16:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150787#M2113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure what you mean by:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"trying sin(aspect)*slope for one direction and cos(aspect)*slope for the other"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which directions are you referring to?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:36:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150787#M2113</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-01-22T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150788#M2114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It could be I don't quite understand what you're trying to achieve. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think what you are wanting is the slope of each grid in the E/W direction and the N/S direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you create the aspect from the dem, you get at grid of the direction of the slope. The value in that grid is the aspect in degrees (North being 0 and 360 I believe). The slope tool creates a grid with the slope for each cell. I assume the down slope is in the same direction as the aspect direction. Using the sin(aspect)*slope I think will give you component in the East/West direction. The cos(aspect)*slope should give you the component int he N/S direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steps I'd try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Run Spatial Analyst Tools.tbx\Surface\Aspect tool: Output = "aspect" grid &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Run Spatial Analyst Tools.tbx\Surface\Slope tool: Output = "slope" grid (choose degrees or % slope options for output).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using either &lt;/SPAN&gt;&lt;STRONG&gt;Spatial Analyst Tools.tbx\Math&lt;/STRONG&gt;&lt;SPAN&gt; tools and &lt;/SPAN&gt;&lt;STRONG&gt;Spatial Analyst Tools.tbx\Math\Trigonometric &lt;/STRONG&gt;&lt;SPAN&gt;tools to perform the trig and math functions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#3E3E3E;"&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Arial;"&gt;EWslope grid = sin(aspect)*slope&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Arial;"&gt;and then separately&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Arial;"&gt;NSslope grid = cos(aspect)*slope&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Arial;"&gt;You would end up with two grids. Simply using the tools you would have several steps. These could be set up in Model Builder to run. In the Raster Calculator, you&amp;nbsp; you could get by with two runs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Arial;"&gt;Maybe I'm misunderstanding your goal and someone else can better explain.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 18:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150788#M2114</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-01-22T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150789#M2115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Although I have not tried this, it seems that this method assumes that the angles to the North and South (and East-West) are equivalent. However, a grid cell could have a much different angle to the North as it does to the south.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, a grid cell just on the edge of the North Rim of the Grand Canyon would have an angle of essentially 0 degrees to the North and something like -45 degrees (or 225 degrees) to the South. This same grid cell would also have essentially 0 degree angles to both the East and West. However, if it happened to occur at the base of a small hill with an aspect facing due west. The land surface angle (with respect to a flat plane) to the East of the grid cell would be a whatever the slope of the hill is and the angle to the West would be zero.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if this is making any sense. Essentially, I am looking for 4 distinct angles as defined by 1) the position of the grid cell and 2) the slope of neighboring grid cells in either the N, S, E or W direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:47:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150789#M2115</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-01-22T19:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150790#M2116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like you want to treat the center of each grid like a point and compare it to the surrounding grids. I looked around and found the &lt;/SPAN&gt;&lt;STRONG&gt;Data Management Tools.tbx\Projections and Transformations\Raster\&lt;SPAN style="text-decoration:underline;"&gt;Shift &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With this you can shift your dem over in the x and y directions to get four shifted dems. For example, you create a dem that is shifted one grid size "down" (south 10 feet in my case). Then you can do "minus" raster math between each of them. The resulting raster is the vertical elevation between the dem cell and one cell north. Repeat this logic for the other directions to make a total of four difference rasters. Then perform "divide" using raster math to get the slope in each direction. Some trig raster math will give you the angle of the slope (inverse tangent?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that make sense?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I threw together a model that calculates the four slopes based on my logic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]20978[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150790#M2116</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-01-22T21:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150791#M2117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sounds like it is on the right track. I will have to play around with this a bit...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150791#M2117</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-01-22T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150792#M2118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Slope in a certain direction is calculated as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;S&lt;SUB&gt;&lt;SPAN style="font-size:1;"&gt;D&lt;/SPAN&gt;&lt;/SUB&gt; = S * cos((D - A) * pi /180)&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Where:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]S=&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000v2000000.htm"&gt;Slope&lt;/A&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]D=Direction in degrees to calculate slope for, i.e. 0=North, 90=East, 180=South, 270=East[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]A=&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000tr000000.htm"&gt;Aspect&lt;/A&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I.e. in the Raster Calculator for West (270):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22239[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the hypothetical surface below with a 30° slope and 180° aspect. Directions to calculate slopes for are indicated by solid arrows: (A) 0°, (B) 180°, (C) 225°, and (D) 90°. Slope in these&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;directions calculated by above equation: (A) -30°, (B) 30°, (C) 21.2°,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and (D) 0°.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22240[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 22:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150792#M2118</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2013-02-27T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150793#M2119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the detailed reply. Creating a raster surface of slope in a single direction seems like it would work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Arc slope function uses a 3 x 3 cell neighborhood. How is the neighborhood size specified in: S&lt;SUB&gt;D&lt;/SUB&gt; = S * cos((D - A) * pi /180)? Which surrounding cells are used for the slope analysis?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 14:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150793#M2119</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-02-28T14:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150794#M2120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Although there are a number of slope algorithms, only one is implemented in ArcGIS (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Slope_works/009z000000vz000000/"&gt;How slope works&lt;/A&gt;&lt;SPAN&gt;). It uses the 8 neighbbours (i.e. 3x3 around the centre cell). You can't specify a different neighbourhood without writing your own slope algorithm using focal functions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 18:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150794#M2120</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2013-02-28T18:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150795#M2121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So in your method, it would also be a 3x3 window because S&lt;SUB&gt;D&lt;/SUB&gt; = S * cos((D - A) * pi /180) relies on the Arc "Aspect" tool, which is also&amp;nbsp; 3x3 window, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 19:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150795#M2121</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-02-28T19:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150796#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. I'm not sure why you are concerned about the 3x3 window though. I interpreted your original question as wanting to calculate slope in specific direction, not downhill slope - the method I described does exactly that, it simply uses downhill slope and aspect to calculate slope for a specified direction.&amp;nbsp; Look at the hypothetical surface in my 2nd attachment, slope (D) i.e in an easterly direction, directly across slope, is 0 as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless I've misinterpreted your question and you want to calculate a single downhill slope value using only 4 adjacent (i.e. not diagonal) cells...? - aka "Rooks case":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22272[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Image source: &lt;/SPAN&gt;&lt;A href="http://www.lpc.uottawa.ca/publications/moransi/moran.htm#Defining%20Contiguity"&gt;http://www.lpc.uottawa.ca/publications/moransi/moran.htm#Defining%20Contiguity&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 21:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150796#M2122</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2013-02-28T21:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: surface angle in each cardinal direction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150797#M2123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In post #8 I proposed using the shift command. I was using it to shift the raster around in each direction and then use the mosaic command to find the average or max value of the cells around it. I found that focal statistics does this nicely for me. It might work for you in what you are doing (though I didn't take time just now to review your problem). I just felt the need to post my discovery of focal statistics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 22:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/surface-angle-in-each-cardinal-direction/m-p/150797#M2123</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-03-12T22:37:21Z</dc:date>
    </item>
  </channel>
</rss>

