We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3229b38 + 65178af commit ae5033fCopy full SHA for ae5033f
README.md
@@ -1,9 +1,18 @@
1
# Wigle2KML-py
2
coverts wigle's API json output to KML for Geo / Google Earth
3
4
+## Install /w PIP, if you want
5
+```
6
+pip install wigle2kml-py
7
+# then use wigle2kml
8
9
+
10
11
There are other similar tools, this one is pretty simple.
12
```python
13
python3 wigle2kml.py filename.json output.kml
14
+# or
15
+wigle2kml filename.json output.kml
16
```
17
The KML file can then be imported into Google Earth or other tools that support KML
18
0 commit comments