Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 839 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 839 Bytes

Header

Wigle {json2kml} Tool

Convert Wigle.net json result file to Kml. So it can be used in Google earth.

Prerequisite

To install python required module:

pip3 install simplekml

Usage:

  1. Download the result json file using wigle.net API

  2. Place the downloaded json file in the script folder.

  3. Run the following command:

    python3 main.py -i <inputfile> -u <icon_url>

    Change <inputfile> to the json file name.

    -u is optional parameter to change google earth default icon.

  4. Open kml file on Google Earth

    img2

More:

Read more at my blog : https://salaheldin.online/blog/wigle-to-google-earth/