8000 GitHub - UbiqueInnovation/map-tools: Collection of tools, for various map related issues.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

UbiqueInnovation/map-tools

Repository files navigation

Map Tools

Collection of tools, for various map related issues.

Digital Elevation Map

This repository includes scripts for downloading and processing digital elevation maps.

Example

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)

SwissAlti3D

The data can be found here: swissALTI3D

Copernicus Digital Elevation Model datasets

The data canbe found here: Tile list

About

Collection of tools, for various map related issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0