Skip to content

Commit 040fe35

Browse files
committed
doc
1 parent d585413 commit 040fe35

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,25 @@ Linux system with NetworkManager (e.g. Ubuntu, Raspberry Pi, etc.).
88

99
pip install pandas requests
1010

11+
1112
## Usage
1213

1314
./mozloc.py
1415

1516
Returns `dict` containing `lat` `lng` `accuracy`.
1617
In urban areas, accuracy ~ 100 meters.
1718

19+
20+
### convert to KML
21+
You can display your logged data in Google Earth or other KML value after converting by
22+
23+
./csv2kml.py in.log out.kml
24+
25+
with
26+
27+
pip install simplekml
28+
29+
1830
## Contributing
1931
Pull request if you have another favorite approach.
2032
Would like to add Bluetooth, should be simple.
@@ -23,4 +35,4 @@ Would like to add Bluetooth, should be simple.
2335
## Notes
2436

2537
* [Inspired by](https://github.com/flyinva/mozlosh)
26-
* [Alternative using Skyhook and geoclue](https://github.com/scivision/python-geoclue)
38+
* [Alternative using Skyhook and geoclue](https://github.com/scivision/python-geoclue)

0 commit comments

Comments
 (0)