Skip to content

Simple python script to download tiles from the Swiss Federal Office of Topography, to store them on an SD-Card for another project.

License

Notifications You must be signed in to change notification settings

oli4wolf/swisstopo-tile-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swisstopo-tile-downloader

Simple python script (map/dowloaderTiles.py) to download tiles from the Swiss Federal Office of Topography, to store them on an SD-Card for another project (flight-helper).
Additionaly a second script (obstacles/downloaderObstacles.py) downloads the flight obstacles and generates the point in the dimension of the downloaded tiles.
Please consider to use Linux or other OS which handles many small files better. Windows does not handle the load well.
Thermik Hotspot is the CSV of bounding box switzerland from KK7.

Elements of the downloader.

The main.py launches the 3 downloader (Map, Obstacles, Thermik).
main.py takes a path (not validated) in for example: ../ or ../../ depending on where you want to launch the scripts. The rest of the path is at the root for flight-helper.
Single Downloads can be launched by thermikPoint.py, obstaclesPoint.py and tileDownloader.py.

About

Simple python script to download tiles from the Swiss Federal Office of Topography, to store them on an SD-Card for another project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages