Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjgo authored Sep 21, 2021
1 parent 0c09652 commit 3fc1beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dynamicExaggeration_sdSlope.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def dynamicExaggeration_sdSlope(inputPath,
#------------------Exaggerate------------------
exaggeration = (roughnessZTanh )
elevExagg = ((band1 * 1) * (exaggeration))
q = 6
elevExagg = (band1 + ((elevExagg - band1) / q)) * exaggFactor
print(exaggFactor)
# In certain situations, smooth mountain peaks surrounded by rough areas
Expand Down

0 comments on commit 3fc1beb

Please sign in to comment.