Path: blob/master/docs/notebooks/102_blend_hillshade.ipynb
2313 views
Kernel: Python 3
Creating a shaded relief map by blending DEM and hillshade
Uncomment the following line to install geemap if needed.
In [ ]:
Import libraries
In [ ]:
Create an interactive map
In [ ]:
Add DEM and hillshade to the map
In [ ]:
In [ ]:
In [ ]:
Create a blended image by blending DEM and hillshade
In [ ]:
In [ ]:
Add NLCD land cover to the map
In [ ]:
Create a blended image by blending NLCD and DEM.
In [ ]:
In [ ]: