Collection of tools, for various map related issues.
This repository includes scripts for downloading and processing digital elevation maps.
Generate hillshade tiles for Switzerland
from tiles import WebmercatorTileInfo
from elevation import SwissAlti3d
tiles_to_generate = WebmercatorTileInfo(zoom=6, x=33, y=22).descendants(max_zoom=14)
SwissAlti3d().generate_hillshade_tiles(tiles_to_generate)
The data can be found here: swissALTI3D
The data canbe found here: Tile list