Convert Wigle.net json result file to Kml. So it can be used in Google earth.
- Python 3+
- Python module: simplekml
pip3 install simplekml
-
Download the result json file using wigle.net API
-
Place the downloaded json file in the script folder.
-
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. -
Open kml file on Google Earth
Read more at my blog : https://salaheldin.online/blog/wigle-to-google-earth/