Popular recipes tagged "gps" but not "orthodrome"http://code.activestate.com/recipes/tags/gps-orthodrome/2012-11-27T04:13:29-08:00ActiveState Code RecipesGPS distance and bearing between two GPS points (Python) 2011-05-21T23:44:35-07:00James Dysonhttp://code.activestate.com/recipes/users/4176784/http://code.activestate.com/recipes/577594-gps-distance-and-bearing-between-two-gps-points/ <p style="color: grey"> Python recipe 577594 by <a href="/recipes/users/4176784/">James Dyson</a> (<a href="/recipes/tags/gps/">gps</a>, <a href="/recipes/tags/math/">math</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>This code outputs the distance between 2 GPS points showing also the vertical and horizontal bearing between them. This code was originally made for an Automatic Tracking Antenna Aimer. If you find it useful please take note of the owner. If you like it just leave a message please.</p> NMEA sentence checksum (Python) 2009-06-02T02:37:28-07:00Alan Holthttp://code.activestate.com/recipes/users/4170480/http://code.activestate.com/recipes/576789-nmea-sentence-checksum/ <p style="color: grey"> Python recipe 576789 by <a href="/recipes/users/4170480/">Alan Holt</a> (<a href="/recipes/tags/checksum/">checksum</a>, <a href="/recipes/tags/gps/">gps</a>, <a href="/recipes/tags/nmea/">nmea</a>). </p> <p>Calculates the checksum of an NMEA sentence (GPS data).</p> Tweet your GPS coordinates (Symbian) (Python) 2012-11-27T04:13:29-08:00Timothy Makobuhttp://code.activestate.com/recipes/users/4165901/http://code.activestate.com/recipes/576601-tweet-your-gps-coordinates-symbian/ <p style="color: grey"> Python recipe 576601 by <a href="/recipes/users/4165901/">Timothy Makobu</a> (<a href="/recipes/tags/gps/">gps</a>, <a href="/recipes/tags/mobile_development/">mobile_development</a>, <a href="/recipes/tags/pys60/">pys60</a>, <a href="/recipes/tags/sms/">sms</a>, <a href="/recipes/tags/symbian/">symbian</a>). Revision 10. </p> <p>Tweet your GPS coordinates via SMS.</p> <p>Environment:</p> <ul> <li>Phone: Nokia E71</li> <li>PyS60: 2.0</li> </ul>