Python library for using the Grove GPS module, or any UART GPS module using standaed NMEA strings. As a more fully featured alternative to this library, look into gpsd and python-gps.
To install, execute the following commands:
git clone https://github.com/modular-CAT/python_uart_gps # or download as a zip and extract it somewhere handy
cd python_uart_gps
sudo python setup.py install
Ensure you have internet access so that you can install any required dependencies.
See usage examples in the examples folder.
Sensors may be purchased as Grove modules from Seeed studio:
www.seeedstudio.com/depot/Grove-GPS-p-959.html
See the seeed wiki for more info:
www.seeedstudio.com/wiki/Grove_-_GPS
For more on the this sensor and NMEA serial messages, see also: http://www.seeedstudio.com/wiki/images/a/a0/SIM28_DATA_File.zip
Written by Daniel Smith for UNSW Australia and LaTrobe University. MIT license and all text above must be included in any redistribution