The Following 10 Users Say Thank You to Dr Random For This Useful Post: | ||
|
2010-11-11
, 06:51
|
Posts: 248 |
Thanked: 240 times |
Joined on Mar 2010
@ Wiltshire, UK
|
#2
|
|
2010-11-11
, 22:20
|
Posts: 118 |
Thanked: 89 times |
Joined on Aug 2010
|
#3
|
|
2010-11-12
, 12:16
|
Posts: 13 |
Thanked: 14 times |
Joined on Aug 2010
|
#4
|
The Following 2 Users Say Thank You to Dr Random For This Useful Post: | ||
|
2010-11-13
, 06:31
|
Posts: 961 |
Thanked: 565 times |
Joined on Jul 2007
@ Tyneside, North East England
|
#5
|
|
2011-01-18
, 23:10
|
Posts: 13 |
Thanked: 14 times |
Joined on Aug 2010
|
#6
|
|
2011-03-07
, 15:33
|
Posts: 51 |
Thanked: 48 times |
Joined on Jun 2010
|
#7
|
|
2011-04-01
, 16:44
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#8
|
|
2011-04-03
, 22:08
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#9
|
This is the result...
The application is only two python files at the moment - to use them you will need to install the PyQt libraries and the QtMobility libraries for python from extras or extras-devel. It is definitely for experiment only, but it works for me.
You will also need to obtain the file "OSTN02_OSGM02_GB.txt" from the zip file provided on the Ordnance Survey website here. This contains the mappings for the OSTN02 transform which is the most accurate way of converting the GPS latitude longitude into OS coordinates.
Copy the python files and the text file into the same directory and run from the terminal with the command "python osgb.py" (or use run-standalone and an icon if you prefer). Its all a bit amateur at the moment, sorry.
There are no options or anything, it just displays the current coordinates, altitude (from the GPS, unfortunately I can't correct that as I don't know what the GPS does internally), satellite fixes, and speed. It also writes a kml file to the directory with the path followed whilst it is running. This is always called osgb.kml.
I plan to make it pick up any photographs, videos, notes or the like made whilst it is running to turn into a big kmz file, but that's for another day.
If it is useful, or even potentially useful, let me know!
Last edited by Dr Random; 2010-11-11 at 01:07.