coverts wigle's API json output to KML for Geo / Google Earth
pip install wigle2kml-py
# then use wigle2kml
There are other similar tools, this one is pretty simple.
python3 wigle2kml.py filename.json output.kml
# or
wigle2kml filename.json output.kmlThe KML file can then be imported into Google Earth or other tools that support KML
Fair disclosure: an LLM assisted in writing this. It took a few minutes rather than a long time to troubleshoot. If this helps you, thank the people that came before me that fed the LLMs.