Skip to content

Commit ae5033f

Browse files
authored
Merge pull request #1 from DefensiveOrigins/main
Update README with installation and usage details
2 parents 3229b38 + 65178af commit ae5033f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Wigle2KML-py
22
coverts wigle's API json output to KML for Geo / Google Earth
33

4+
## Install /w PIP, if you want
5+
```
6+
pip install wigle2kml-py
7+
# then use wigle2kml
8+
```
9+
10+
411
There are other similar tools, this one is pretty simple.
512
```python
613
python3 wigle2kml.py filename.json output.kml
14+
# or
15+
wigle2kml filename.json output.kml
716
```
817
The KML file can then be imported into Google Earth or other tools that support KML
918

0 commit comments

Comments
 (0)