sig2kml - Map signal reports based on GPS track data
# signalrecord ... > foo.xml
[Transmit from a second radio while walking/biking/driving around with a GPS]
# killall signalrecord
# gpsbabel -t -i garmin -f usb: -o gpx -F foo.gpx
# sig2kml ... -g foo.gpx -s foo.xml -l '38.000' -L '-121.000' --map foo.png
The script uses the GeoQO/GeoDB modules (http://www.geoqo.org/) for storing waypoints and pulling OpenStreetMap (OSM is at http://www.openstreetmap.org) map data.
GPS track in GPX format
signalrecord output file
Recevier latitute
Recevier longitude
Use a common prefix for all the below
Output KML file for google earth.
Output map (png) file. The map data pulled over the net from openstreetmap.org (OSM).
Output map size in OSM squares (default = 3)
Minimum signal level to report
Maximum signal level
Hue Range (0..this)
Debugging output
Help Options: -h Display help options -- short flags preferred --help Display help options -- long flags preferred --help-full Display all help options -- short and long --gui Display a help GUI --no-gui Do not display the default help GUI
signalrecord(1)
, signalcount(1)
Copyright 2009 Wes Hardaker. All rights reserved.
License: GPLv2
Wes Hardaker < wes ATTA ws6z DT com >