Converting kismet capture to kml files - mgdegroot/uber-selfie GitHub Wiki
Location: github.com/mgdegroot/uber-selfie.
The captures can be converted to KML files for use in a GIS like Google Earth. To automate this a script is used. The uber-stick does this step automatically, but manual use is possible.
Usage instructions below. (The script is for now in python2)
netxml2kml can read individual files or whole directories.
- Get the script:
wget https://raw.githubusercontent.com/mgdegroot/uber-selfie/master/utils/netxml2kml.py
- Check if it works (in Arch linux use
python2
, Debian by default uses python2 whenpython
is used: *python2 -h
. If no syntax errors occurs it is good to go, else check python install. - Run on captures:
python2 netxml2kml.py --kml --kmz -o <OUTFILE> <CAPTURE FILES OR DIRECTORY>
- Where:
-o <OUTFILE>
: The output file,CAPTURE FILES OR DIRECTORY
: the source capture files. - E.g.: `python2 netxml2kml.py --kml --kmz -o uitvoer /data/captures/
- Where: