cartopy.io.srtm.add_shading¶
- cartopy.io.srtm.add_shading(elevation, azimuth, altitude)[source]¶
Add shading to SRTM elevation data, using azimuth and altitude of the sun.
- Parameters
elevation – SRTM elevation data (in meters)
azimuth – Azimuth of the Sun (in degrees)
altitude – Altitude of the Sun (in degrees)
map. (Return shaded SRTM relief) –