<?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: z-factor in slope tool in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447547#M6339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I did this using a simple linear interpolation for the 30- and 40-degree values referenced in the table contained in the link. &lt;BR /&gt;&lt;BR /&gt;Does this seem like a sound way to determine the appropriate z-factor? If not, could anyone suggest an alternative?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, it's not a linear relationship, but it's not that much of an issue as long as the z factor is roughly correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To calculate it properly:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;z=1/(111320*COS(latitude*pi/180))
z=0.00001148 where latitude = 38.5&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Excel you can use the following formulas:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;=1/(111320*COS(38.5*PI()/180))&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;=1/(111320*COS(RADIANS(38.5)))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/12/15/determining-a-z-factor-for-converting-linear-elevation-units-to-approximate-geographic-coordinates/" rel="nofollow noopener noreferrer" target="_blank"&gt;this page&lt;/A&gt;&lt;SPAN&gt; for further info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 19:59:02 GMT</pubDate>
    <dc:creator>Luke_Pinner</dc:creator>
    <dc:date>2021-12-11T19:59:02Z</dc:date>
    <item>
      <title>z-factor in slope tool</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447546#M6338</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 trying to run the slope tool for an elevation raster that covers Sonoma and Napa counties in CA. I'd like to figure out the appropriate value to use for the z-factor. My elevation is measured in meters, and the coordinate system for the DEM is in degrees. The latitude in this area ranges from 38 to 39 degrees. Using the midpoint, 38.5, combined with the information on this Arc help page: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000vm000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000vm000000&lt;/A&gt;&lt;SPAN&gt;, I have determined that the appropriate z-factor is .0000115075. I did this using a simple linear interpolation for the 30- and 40-degree values referenced in the table contained in the link. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this seem like a sound way to determine the appropriate z-factor? If not, could anyone suggest an alternative?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 20:22:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447546#M6338</guid>
      <dc:creator>DanielBigelow1</dc:creator>
      <dc:date>2013-07-30T20:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: z-factor in slope tool</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447547#M6339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I did this using a simple linear interpolation for the 30- and 40-degree values referenced in the table contained in the link. &lt;BR /&gt;&lt;BR /&gt;Does this seem like a sound way to determine the appropriate z-factor? If not, could anyone suggest an alternative?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, it's not a linear relationship, but it's not that much of an issue as long as the z factor is roughly correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To calculate it properly:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;z=1/(111320*COS(latitude*pi/180))
z=0.00001148 where latitude = 38.5&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Excel you can use the following formulas:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;=1/(111320*COS(38.5*PI()/180))&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;=1/(111320*COS(RADIANS(38.5)))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/12/15/determining-a-z-factor-for-converting-linear-elevation-units-to-approximate-geographic-coordinates/" rel="nofollow noopener noreferrer" target="_blank"&gt;this page&lt;/A&gt;&lt;SPAN&gt; for further info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:59:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447547#M6339</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2021-12-11T19:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: z-factor in slope tool</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447548#M6340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not just project the data into UTM or something.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 07:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447548#M6340</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2013-07-31T07:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: z-factor in slope tool</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447549#M6341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you both. Very helpful responses.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 15:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447549#M6341</guid>
      <dc:creator>DanielBigelow1</dc:creator>
      <dc:date>2013-07-31T15:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: z-factor in slope tool</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447550#M6342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you both. Very helpful responses.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you should vote up the answers (click the ^ above the 0 to the right of the answers). If one of them answered your question completely, you can even mark it as such by clicking the check mark/tick to the right of the answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 21:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/z-factor-in-slope-tool/m-p/447550#M6342</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2013-07-31T21:14:15Z</dc:date>
    </item>
  </channel>
</rss>

