PHP GPS parser
Posted: Thu Oct 11, 2007 10:17 am
I've looked far and wide on phpclasses.org, sourceforge, freshmeat, googled for it but can't find a satisfactory GPS-parsing class.
There are a number of promising projects like Google Map GPS Cell Phone Tracker (of which I'd only need the GPS-parser) but the main problem appears to be that there are so many different formats GPS-data is stored in: GPX, NMEA, RINEX etc. etc.
There are some fine online solutions (e.g. http://www.gpsvisualizer.com/), some Java-applets and such, but nothing in PHP. The classes I've found on phpclasses.org are useless - either extremely narrow in scope or incomplete.
Does anyone know of a good class to parse GPS data (in different formats, if possible) with?
There are a number of promising projects like Google Map GPS Cell Phone Tracker (of which I'd only need the GPS-parser) but the main problem appears to be that there are so many different formats GPS-data is stored in: GPX, NMEA, RINEX etc. etc.
There are some fine online solutions (e.g. http://www.gpsvisualizer.com/), some Java-applets and such, but nothing in PHP. The classes I've found on phpclasses.org are useless - either extremely narrow in scope or incomplete.
Does anyone know of a good class to parse GPS data (in different formats, if possible) with?