Skip to content

Commit

Permalink
Undefined name: import math for line 7
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 29, 2019
1 parent 0e54e71 commit 5f125b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Visualization/hillshade.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import math
import ee
from ee_plugin import Map

Expand All @@ -23,4 +24,3 @@ def Hillshade(az, ze, slope, aspect):
aspect_img = Radians(terrain.select('aspect'))

Map.addLayer(Hillshade(0, 60, slope_img, aspect_img))

0 comments on commit 5f125b4

Please sign in to comment.