UtahMaule wrote:My question is how do you convert % to : to degrees?
Like a 1:1 slope is 45 degrees right? So is that a 50% slope?
According to Google Earth my practice spot in the area I was landing rose 12 feet in 100 feet. Anyone got an easy way to figure this out?
Thanks
To convert % slope to degrees, the formula would be:
degrees = atan(% / 100) you had to ask
a 1:1 slope is 45 deg, a 50% slope is 50 rise for each 100 run, or 26.6 deg
your practice area slope is 12%, so:
degrees = atan ( 12/100) = atan(.12) = 6.8 deg
atan computation is available on some calculators, and in old math books as a table of values. Oh yeah, Excel has it too, and you could generate a table of % slope to degrees. With Excel the results are in radians instead of degrees, so you need to multiply the result by 57.28 Oh hell, here's a quick table I generated from Excel. Holler if you want better than 5 degree spacing.
% Degrees
0 0.0
5 2.9
10 5.7
15 8.5
20 11.3
25 14.0
30 16.7
35 19.3
40 21.8
45 24.2
50 26.6
tom