<?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: Slope Calculation Problem in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620423#M9023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;These stripes look like artifacts produced by some forms of tiled compression followed by projection.&amp;nbsp; This suggests the problem is inherent in the original DEM.&amp;nbsp; Take a close look at it (hillshade it if you can) to verify, then go back to the source to track down where the corruption occurred.&amp;nbsp; If it's in the source, the best way to eliminate the stripes is by constructing a custom spatial filter from the FFT of the original grid (which, unfortunately, is not something ArcGIS can help you do).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmm...I am going to try and select several other of the formats from the USGS's nationalviewer website and see if I can correct that way. I'll see if the other formats that I can download work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The hillshade also have the artifacts embedded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 15:34:31 GMT</pubDate>
    <dc:creator>RyanHollamby</dc:creator>
    <dc:date>2011-03-02T15:34:31Z</dc:date>
    <item>
      <title>Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620409#M9009</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;I am having problems simply calculating % slope from a USGSDEM. Even though it had a GCS_North_American_1983 projection, I defined its projection to be that as well after reading some posts on the same issue. The resultant slopes have values into the millions. I then tried to project the DEM into UTM to ensure the units would be in meters. This caused an error. Under the spatial reference in the DEM, the "Linear Units" are blank. This is why I think the project to UTM failed as it does not have linear units defined. Anyone have any ideas? This should have been a simple task but has been troublesome. I guess I am asking, why would the slope % be in the millions? Or any ideas on why the project to UTM failed? Or how to define linear units?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 02:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620409#M9009</guid>
      <dc:creator>KenBerglund</dc:creator>
      <dc:date>2011-02-12T02:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620410#M9010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only time you define the projection of a dataset is when it doesn't have one.&amp;nbsp; You don't define it to what you want it to be, you must project it.&amp;nbsp; If your data are indeed in decimal degrees, then you need to project it to a planar coordinate system such as UTM etc etc.&amp;nbsp; When that is done, ensure that your Z values are the same as your X, Y units (eg meters) or apply the appropriate correction (ie feet to meters etc) before calculating slope&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 09:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620410#M9010</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-02-12T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620411#M9011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I tried to project to UTM but there was an error. And I think it is due to "linear units" not being defined in the DEM. Would that cause an error? And how do you define the linear units?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 16:44:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620411#M9011</guid>
      <dc:creator>KenBerglund</dc:creator>
      <dc:date>2011-02-12T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620412#M9012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking at the USGS website it seems they distribute data in utm and geographic. I&amp;nbsp; would try removing the projection information you defined and playing with datasets of known geographic and utm projections and letting the dataframe projection shift the DEM and the data around to give you an indication of which flavour you have before attempting to define the projection.&amp;nbsp; I don't think the distinction between defining a projection and projecting data is the problem here, but it is surprising how many times this is not obvious to users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 17:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620412#M9012</guid>
      <dc:creator>MichaelStead</dc:creator>
      <dc:date>2011-02-12T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620413#M9013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was just thinking that somehow a projected system (granted with a geographic name) is being defined for a geographic data set and then a projection is being attempted to UTM and that is what is causing it to fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Being that it is raster data and the specifics of the error are not given there are probably a lot of possibilities unrelated to projections that could be causing problems in the projection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 01:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620413#M9013</guid>
      <dc:creator>MichaelStead</dc:creator>
      <dc:date>2011-02-14T01:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620414#M9014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the problem is the coordinates being in decimal degrees. I only defined the projection because of a related problem I read in the forums. I know that you don't need to define a projection once it has been projected already. So my problem is to get the DEM out of decimal degrees, which is what I have been trying to do. But when I try to get the units to meters by projecting to UTM, the projection to UTM fails. And I think this is because in the DEM, the linear units are not defined (look at attachment at initial post). So how do you get the linear units defined (not sure define is the right word)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620414#M9014</guid>
      <dc:creator>KenBerglund</dc:creator>
      <dc:date>2011-02-14T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620415#M9015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the file has x/y coordinates of decimal degrees (aka unprojected, aka decimal degree data), it has a NAD 83 data, if it wasn't defined, then you can define it as a GCS NAD83 (in the unprojected coordinate system, north american datum section).&amp;nbsp; The Z values will either be in feet (possible if in the US) or meters (possible in the US but almost guaranteed in the rest of the world...some countries and legacy datasets excepted).&amp;nbsp; Once you have a defined coordinate system using the Define Projection tool, you then...and only then...may proceed to project it using the Project tools (either within the raster or vector section of the Data management tool, Projections and coordinate systems...yadditty, yaddity, yaddity...depending upon your version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I yearn for the days where you couldn't use a grid or shapefile unless it had a coordinate system defined...projection on the fly and weak warnings about coordinate systems not being defined, produce a lot of traffic on this forum, confusion amongst users (of many levels) and should be rectified within the software...rant over...give it a try and document your exact steps should any of the above fail to produce a dataset from which you can determine a slope grid.&amp;nbsp; Good luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 18:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620415#M9015</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-02-14T18:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620416#M9016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever figure out a solution to this? It is the exact problem that I am having and can't fix it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 12:46:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620416#M9016</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-01T12:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620417#M9017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ryan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your raster in a geographic or projected coordinate system? If geographic, please re-project to a projected coordinate system using the Project tool, then run the Slope. If your raster is currently in a projected coordinate system please see the following Web Help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The range of slope values in degrees is 0 to 90. For percent rise, the range is 0 for near infinity. A flat surface is 0 percent, a 45 degree surface is 100 percent, and as the surface becomes more vertical, the percent rise becomes increasingly larger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesk...00v2000000.htm"&gt;http://help.arcgis.com/en/arcgisdesk...00v2000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:09:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620417#M9017</guid>
      <dc:creator>PatrickTaurman</dc:creator>
      <dc:date>2011-03-01T13:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620418#M9018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't get that link to work, maybe it is on my end. Do you have titel?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Ryan,&lt;BR /&gt;&lt;BR /&gt;Is your raster in a geographic or projected coordinate system? If geographic, please re-project to a projected coordinate system using the Project tool, then run the Slope. If your raster is currently in a projected coordinate system please see the following Web Help:&lt;BR /&gt;&lt;BR /&gt;The range of slope values in degrees is 0 to 90. For percent rise, the range is 0 for near infinity. A flat surface is 0 percent, a 45 degree surface is 100 percent, and as the surface becomes more vertical, the percent rise becomes increasingly larger.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesk...00v2000000.htm"&gt;http://help.arcgis.com/en/arcgisdesk...00v2000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is what posted this in another section, sorry to be reduntent:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My raster (DEM) that I am getting is from &lt;/SPAN&gt;&lt;A href="http://viewer.nationalmap.gov/viewer/"&gt;http://viewer.nationalmap.gov/viewer/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the metadata: &lt;/SPAN&gt;&lt;A href="http://extract.cr.usgs.gov/distmeta/...&amp;amp;DATASET=NED13"&gt;http://extract.cr.usgs.gov/distmeta/...&amp;amp;DATASET=NED13&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I started a new .mxd to make sure to try and clear any projection changes/definations that I have played with. Loaded the DEM which I download from above. It allows me to choose: the DEM as a GeoTiff, ArcGrid, Grid Float, or a BIL_16INT. I went with ArcGrid, after a little search (maybe I was incorrect to go this route).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the meta data states:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"All NED data are distributed in geographic coordinates in units of decimal degrees, and in conformance with the North American Datum of 1983 (NAD 83). All elevation values are provided in units of meters, and are referenced to the North American Vertical Datum of 1988 (NAVD 88) over the conterminous United States"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I uploaded the ArcGrid into ArcInfo, I checked the projection of the data frame and data and it is what it states above in bold. So I reprojected it to UTM State Planer 13N (for Colorado), because I think I need it in meters instead of decimal degrees (right?). I used the Data Management Tools--&amp;gt;Projections &amp;amp; Transformations--&amp;gt;Raster--&amp;gt;Project Raster to take it from the geographic coordinates to the state planar (again, hoping I used the rigt toolbox tool). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I did 3d Analyst--&amp;gt; Raster Surface--&amp;gt; Slope. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So after this, now my values are reasonable (0-100% or 1-90 degrees) in the Table of Contents (unlike 5000 from before), but I am working with a area with lots of mountains, and only receiving two different values on the image. So obviously I still have something projected wrong and/or going about this incorrectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or insight you could provide would be great. I'm assuming that I am missing something very obvious. I am going to keep searching around, and reading through the help and trying different combinations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate everyone's time, thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620418#M9018</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-02T14:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620419#M9019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000v2000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000v2000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I am curious about your answer "now my values are reasonable (0-100% or 1-90 degrees)".&amp;nbsp; 45 degrees = 100% slope.&amp;nbsp; So if you are getting an answer of greater than 45 degrees, your slope percent has to be greater than 100%.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the reprojecting, you used the correct workflow (Project Raster tool) to go from NAD 1983 to State Plane.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to contact Support so someone can take a closer look at everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620419#M9019</guid>
      <dc:creator>PatrickTaurman</dc:creator>
      <dc:date>2011-03-02T14:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620420#M9020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Reading through that article, I have to wonder if there is something wrong with my Z units. Mine is always 1, not "zFactor = 0.3043" as described. I thought if my x,y,z are in meters that I leave my z value as 1 (?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good point about the degree problem. I will continue you looking and trying.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620420#M9020</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-02T14:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620421#M9021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One thing you need to take care of is that everything is in the same units.&amp;nbsp; If elevation values (Z) are in meters, but you define the Projection (XY) as feet, you will not get the correct slope.&amp;nbsp; This is where the Z Factor comes into play.&amp;nbsp; Are you positive your Z value are in meters?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620421#M9021</guid>
      <dc:creator>PatrickTaurman</dc:creator>
      <dc:date>2011-03-02T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620422#M9022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;One thing you need to take care of is that everything is in the same units.&amp;nbsp; If elevation values (Z) are in meters, but you define the Projection (XY) as feet, you will not get the correct slope.&amp;nbsp; This is where the Z Factor comes into play.&amp;nbsp; Are you positive your Z value are in meters?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both XY &amp;amp; Z are in meters. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is what is looks like now. The values are correct, the red is steeper terrian and that is what the terrian looks like in the field, but has the grid within it which is ruining the overall projection. The values in the Table of Contents is between 0-90. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seriously thankyou&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:11:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620422#M9022</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-02T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620423#M9023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;These stripes look like artifacts produced by some forms of tiled compression followed by projection.&amp;nbsp; This suggests the problem is inherent in the original DEM.&amp;nbsp; Take a close look at it (hillshade it if you can) to verify, then go back to the source to track down where the corruption occurred.&amp;nbsp; If it's in the source, the best way to eliminate the stripes is by constructing a custom spatial filter from the FFT of the original grid (which, unfortunately, is not something ArcGIS can help you do).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmm...I am going to try and select several other of the formats from the USGS's nationalviewer website and see if I can correct that way. I'll see if the other formats that I can download work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The hillshade also have the artifacts embedded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620423#M9023</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-02T15:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620424#M9024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill is correct, you will need to apply a Fast Fourier Transformation to your DEM.&amp;nbsp; There are several articles describing the striping you are seeing (including from the USGS website).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ned.usgs.gov/Ned/about.asp"&gt;http://ned.usgs.gov/Ned/about.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://seamless.usgs.gov/faq/ned_faq.php#seven"&gt;http://seamless.usgs.gov/faq/ned_faq.php#seven&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ctmap.com/assets/pdfprojects/destripe.pdf"&gt;http://www.ctmap.com/assets/pdfprojects/destripe.pdf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620424#M9024</guid>
      <dc:creator>PatrickTaurman</dc:creator>
      <dc:date>2011-03-02T15:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620425#M9025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Bill is correct, you will need to apply a Fast Fourier Transformation to your DEM.&amp;nbsp; There are several articles describing the striping you are seeing (including from the USGS website).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ned.usgs.gov/Ned/about.asp"&gt;http://ned.usgs.gov/Ned/about.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://seamless.usgs.gov/faq/ned_faq.php#seven"&gt;http://seamless.usgs.gov/faq/ned_faq.php#seven&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ctmap.com/assets/pdfprojects/destripe.pdf"&gt;http://www.ctmap.com/assets/pdfprojects/destripe.pdf&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well all of those links have images exactly how mine are turning out. I am working with the Pikes Peak region, so I am surprised that it falls along with&amp;nbsp; "In areas where the only available DEM is produced by older methods, then "striping" may still occur." &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there someplace else that I should be getting my DEM from? Seems strange to have this many issues just from downloading a DEM from USGS and getting the slope values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I have the raster in my data set, before performing the slope stuff, there is no artifacts and very clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620425#M9025</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-02T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620426#M9026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I went and grabbed some DEM's from other parts of the country that are 'updated' and wouldn't be subjected to these artifacts and got the same dang thing. So that means I am still doing something wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate everyones help. So I am going to run through a bunch of different ways and try to figure out what the heck is going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 16:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620426#M9026</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-02T16:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620427#M9027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;WOW! I finally figured it out!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So after you set me straight on defining the projection and projecting the raster, getting the x,y, and z to meters, I figured out the missing piece.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The data from the USGS was fine as a ArcGrid. The link I was missing was when Projecting the Raster. The artifacts that I was generating was from the resampling techinque. I didn't know the difference between nearest, bilinear, cubic or majority. Since it was optional I brushed it off (MISTAKE). As I worked back through each step...researching each step I came across the meaning of the techniques. Went back in to the toolbox and then read the little help description. For the reasons in bold I went with Bilinear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The NEAREST option, which performs a nearest neighbor assignment, is the fastest of the four interpolation methods. It is primarily used for categorical data, such as a land-use classification, because it will not change the cell values. &lt;/SPAN&gt;&lt;STRONG&gt;Do not use NEAREST for continuous data such as elevation surfaces. &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The BILINEAR option, bilinear interpolation, determines the new value of a cell based on a weighted distance average of surrounding cells. The CUBIC option, cubic convolution, determines the new cell value by fitting a smooth curve through the surrounding points. These are most appropriate for continuous data and may cause some smoothing; also, cubic convolution &lt;/SPAN&gt;&lt;STRONG&gt;may result in the output raster containing values outside the range of the input raster&lt;/STRONG&gt;&lt;SPAN&gt;. It is not recommended that BILINEAR or CUBIC be used with categorical data because the cell values may be altered. "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways now I have a perfect slope file!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate you helping me through this. Little did I know I had 3 big mistakes. I think that this sample technique is a common contributor to people's problems (seems how I read every single slope thread in this forum). The people that state the projection is set, values are the same (meters, feet, etc) yet they still get grids. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This thread is where I started:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/24718-Slope-Values-Projection-Issue?p=82179#post82179"&gt;http://forums.arcgis.com/threads/24718-Slope-Values-Projection-Issue?p=82179#post82179&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again. I hope someone that is having this problem tries this as a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 22:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620427#M9027</guid>
      <dc:creator>RyanHollamby</dc:creator>
      <dc:date>2011-03-02T22:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Slope Calculation Problem</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620428#M9028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was this ever resolved?&amp;nbsp; I'm having the same problem, but I'm still confused about what I'm supposed to do with the nice fresh NED tif I just downloaded from the USGS Seamless Server.&amp;nbsp; I've never had trouble calculating slope etc. from DEM files downloaded elsewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without doing anything to the NED, ArcCatalog says that the Spatial Reference for it is GCS_North_American_1983.&amp;nbsp; Is that the same as the projection?&amp;nbsp; When I downloaded it, USGS specified the output format as "ArcGRID NAD 83 Geographic." What am I supposed to project it to?&amp;nbsp; Everything else in my map is in NAD_1983_UTM_Zone_12N (it's northern Arizona).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that the horizontal coordinates are probably in decimal degrees and the vertical are probably in meters.&amp;nbsp; I'm not sure how to convert these to something usable (and I'm not sure where to look to confirm the units on these).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried projecting the NED to the 12N projection, then doing a raster calculation to convert the elevation (z) from meters to feet, then tried getting slopes (via both 3D and Spatial Analyst, is there a difference?) but the % slopes were still in the thousands.&amp;nbsp; After all that I downloaded a fresh NED in case I messed up the original in the process somehow (superstitious, maybe but this is driving me crazy!).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So . . . how do I get from an NED from USGS to slope?&amp;nbsp; Thanks in advance!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Laura&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 20:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-problem/m-p/620428#M9028</guid>
      <dc:creator>LauraShaffer</dc:creator>
      <dc:date>2011-04-07T20:56:19Z</dc:date>
    </item>
  </channel>
</rss>

