= Getting Measurements While Driving = == Required Packages == I am using a USB GPS dongle and the required packages for it are gpsd and its dependencies. For the python script to be able to communicate with gpsd, we will need the python-gps package as well. {{{ sudo apt-get install gpsd python-gps }}}