<?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: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301410#M10486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first I prepared the m factor layer. To do this I calculated the slope in percent and then classified (Reclassify tool) the slope_percent layer to have m factor classes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0-0,01% = 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0,01-0,035% = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0,035-0,05% = 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;above 0,05% = 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then I calculated with Raster Calculator the LS factor using formula I wrote. This formula is written by ArcGIS 9.3. In ArcGIS 9.3 the syntax looks like little bit different - there are&amp;nbsp; quatation marks "" around layer names instead of square brackes []. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 11:55:04 GMT</pubDate>
    <dc:creator>AnneKull1</dc:creator>
    <dc:date>2012-08-14T11:55:04Z</dc:date>
    <item>
      <title>Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange result</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301407#M10483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wanted to calculate the LS Factor of the USLE (Universal Soil Loss Equation) with the tool Raster Calculator in ArcGis 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First, I filled my DEM with the tool Fill. (DEM was calculated in UTM)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second, I calculated the Flow Direction with the Tool Flow Direction. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Third, I calculated the Flow Accumulation with my Flow Direction as Inputfile. [ATTACH=CONFIG]16862[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fourth, I calculated the Slope in Degrees by the Spatial Analyst tool Surface and Slope. [ATTACH=CONFIG]16863[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fifthly, I used the Equation by Moore and Burch 1986: LS = (Flow Accumulation * Cell Size/22.13)^0.4 * (sin (slope/0.0896))^1.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sixthly: I typed in the raster calculator the equation: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Power((("FlowAcc" * 92.46745509) / 22.13),0.4)) * (Power((Sin("Slope_Degree" / 0.0896)),1.3))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But my result look very very strange! There a lot of white areas! The Raster is not like cover areas.... It looks like that every calculated value is seperated... It looks like a dotted map....What did I wrong?? Did I forget something?? I can`t believe that this is right??!! [ATTACH=CONFIG]16864[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2012 16:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301407#M10483</guid>
      <dc:creator>JuliaHauczinger</dc:creator>
      <dc:date>2012-08-12T16:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301408#M10484</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;At first you have to investigate your map. Are these white areas NoData? Which values are in other layers where NoData values appear in LS layer. It seems that there is a problem with FlowAccumulation layer - there also seem to have NoData values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used Wischmeier and Smith's LS factor formula and it works:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pow(([FlowLength]/22.13), [m_factor] / 10)*(((Sin([Slope_degrees] / deg)*Sin([Slope_degrees] / deg))*65.41)+(Sin([Slope_degrees] / deg)*4.56)+0.065)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FlowLength substitues slope length, like FlowAccumulation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m factor is 0,2 for slopes less than 0.01% (slope_percent), 0,3 for slopes 0,01-0,035, 0,4 for slopes 0,035-0,05 and 0,5 for slopes over 0,05%. As the reclassify tool does not enable to give new values like 0,2 then just integer values (like 2) have to assigned and these vales are divided by 10 in formula (m_factor / 10)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deg - constant, 57,296&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helped,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 07:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301408#M10484</guid>
      <dc:creator>AnneKull1</dc:creator>
      <dc:date>2012-08-13T07:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301409#M10485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Julia.Hauczinger&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Anne Kull!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I investigeted my DEM, Fill, Flowdir and Accumulation... there are no missing data, where the missing data in my LS Layer are...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to try this equation, but I have there a question: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"FlowLength substitues slope length, like FlowAccumulation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m factor is 0,2 for slopes less than 0.01% (slope_percent), 0,3 for slopes 0,01-0,035, 0,4 for slopes 0,035-0,05 and 0,5 for slopes over 0,05%. As the reclassify tool does not enable to give new values like 0,2 then just integer values (like 2) have to assigned and these vales are divided by 10 in formula (m_factor / 10)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deg - constant, 57,296"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you calculate this in Raster Calculator? I have absolutly no idea how do this part with the different values for m dependening on the different slope! How can I say, that it has to take for m the value 0,2 for the slope 0,01%, and take the value 0,3 for 0,01 to 0,035,... ???? (Sorry I am just a beginner in GIS and I try to learn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or have I to calculate it somehow else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 04:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301409#M10485</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-14T04:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301410#M10486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first I prepared the m factor layer. To do this I calculated the slope in percent and then classified (Reclassify tool) the slope_percent layer to have m factor classes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0-0,01% = 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0,01-0,035% = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0,035-0,05% = 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;above 0,05% = 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then I calculated with Raster Calculator the LS factor using formula I wrote. This formula is written by ArcGIS 9.3. In ArcGIS 9.3 the syntax looks like little bit different - there are&amp;nbsp; quatation marks "" around layer names instead of square brackes []. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 11:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301410#M10486</guid>
      <dc:creator>AnneKull1</dc:creator>
      <dc:date>2012-08-14T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301411#M10487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Julia.Hauczinger&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very very much for your help and your good explanation!!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:25:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301411#M10487</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-05T08:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301412#M10488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: amar.gautam&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi Julia Hauczinger, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; i am also working on USLE equation. I follow the same steps as given in this post but didn't get the right solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you get another solution please tell me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks in advance....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; with regard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; AmaR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 06:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301412#M10488</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-25T06:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301413#M10489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;why do we need to divide by the deg - which is the constant of 57,296, This is the part I am lost at.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 18:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301413#M10489</guid>
      <dc:creator>JosephLafontaine</dc:creator>
      <dc:date>2014-01-29T18:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange result</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301414#M10490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Raster Calculator: sin(angle)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "angle" must be in radians; therefore, the correction to your formula would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;(Power((("FlowAcc" * 92.46745509) / 22.13),0.4)) * (Power((Sin("Slope_Degree" * 0.01745 / 0.0896)),1.3))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Please let me know if it works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 23:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301414#M10490</guid>
      <dc:creator>MarcelaDuhne</dc:creator>
      <dc:date>2015-09-04T23:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange result</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301415#M10491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;please look the Gisus-M. You ca see it &lt;A href="https://www2.ufrb.edu.br/gisus-m/"&gt;HERE&lt;/A&gt;​.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Mar 2016 23:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/301415#M10491</guid>
      <dc:creator>JoanitoOliveira</dc:creator>
      <dc:date>2016-03-06T23:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange result</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/1023306#M25142</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/90709"&gt;@JuliaHauczinger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Your formula is correct. Just use the slope in radians (i.e., multiply the slope(in degrees) with 3.14/180 ).&lt;/P&gt;&lt;P&gt;Then you will be getting the correct result.&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 07:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/1023306#M25142</guid>
      <dc:creator>SushreeSangitaDash</dc:creator>
      <dc:date>2021-02-04T07:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange result</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/1093390#M25789</link>
      <description>&lt;P&gt;Hi JoanitoOliveira,&lt;/P&gt;&lt;P&gt;I tried and installed the GISus_M esri add-in&amp;nbsp; in Arcgis 10.2, however, it's not functional. Just it's only installed and also showing in Arc tool list, but not highlighting any the options in the model.&amp;nbsp; Kindly suggest me right procedure for installation in order to work on the model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 12:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/1093390#M25789</guid>
      <dc:creator>Veeraageo</dc:creator>
      <dc:date>2021-08-29T12:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need very urgent help with LS Factor(USLE)Calculation in ArcGis10 (get strange re</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/1631465#M27600</link>
      <description>&lt;P&gt;Hi, I know it has been very long but I'm very interested in running the LS equation using Weischmeir and Smith Formula. I can understand on the L formula part, but I have questions regarding the S calculation part if you can clarify:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Supposedly the formula is 0.065 +0.046s + 0.0065s². May I know how does this formula derived:&amp;nbsp;&lt;SPAN&gt;(((Sin([Slope_degrees] / deg)*Sin([Slope_degrees] / deg))*65.41)+(Sin([Slope_degrees] / deg)*4.56)+0.065)?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Would the result came out the same if I'm using&amp;nbsp;0.065 +0.046s + 0.0065s², which in this case the 's' is supposed to be in % since we can calculate slope percentage?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;What is the purpose of the slope degree divide by deg-constant?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Appreciate your assistance to clarify this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 08:00:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-very-urgent-help-with-ls-factor-usle/m-p/1631465#M27600</guid>
      <dc:creator>KhairiMI</dc:creator>
      <dc:date>2025-07-09T08:00:29Z</dc:date>
    </item>
  </channel>
</rss>

