Metadata-Version: 2.4
Name: wigle2kml-py
Version: 0.1.2
Summary: Convert Wigle API JSON output to KML for Google Earth and other geo tools.
Project-URL: Homepage, https://github.com/DefensiveOrigins/Wigle2KML-py
Project-URL: Source, https://github.com/DefensiveOrigins/Wigle2KML-py
Project-URL: Issues, https://github.com/DefensiveOrigins/Wigle2KML-py/issues
Author: Kent Ickler
License: MIT
Keywords: geospatial,google-earth,kml,wifi,wigle
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Wigle2KML-py
coverts wigle's API json output to KML for Geo / Google Earth

## Install /w PIP, if you want
```
pip install wigle2kml-py
# then use wigle2kml
```


There are other similar tools, this one is pretty simple.  
```python
python3 wigle2kml.py filename.json output.kml
# or
wigle2kml filename.json output.kml
```
The 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.
