Top "Gpx" questions

GPX (the GPS Exchange Format) is a light-weight XML data format for the interchange of GPS data.

GPX files for iOS Simulator

Where I can find GPX files that I can import into my iOS Simulator? The iOS Simulator only contains static …

ios gps ios-simulator gpx
When using GPX in Xcode to simulate location changes, is there a way to control the speed?

I'm using the following GPX file in Xcode 4.2 to simulate a location change. It works well, but I can't control …

iphone ios xcode location gpx
What is the difference between track and route in a GPX file

I wanted to know what is the basic difference between a GPX track and route file

gps gpx
How to calculate distance from a GPX file?

I have a GPX file with a GPS track. Now I want to calculate the distance I covered with this …

xml algorithm gps gpx
How to extract .gpx data with python

I am a new linux/python user and have .gpx files (output files that are made from GPS tracking software) …

python perl extract gpx
GPX Parser for Java?

Are there any Java libraries for parsing GPX files? I need to parse many GPX files into our own data …

java parsing api gpx
cannot find interface declaration for 'NSObject', superclass of 'GPXType'

I have done some research on that issue , but I have not found anything similar just yet. I am using …

ios objective-c xcode gpx
XmlSerialization and xsi:SchemaLocation (xsd.exe)

I used xsd.exe to generate a C# class for reading/writing GPX files. How do I get the resultant …

c# xsd xml-serialization xsd.exe gpx
Create XML doc by LINQ, add xmlns,xmlns:xsi to it

I try to create an GPX XML document by LINQ to XML. Everything works great, except adding xmlns, xmlns:xsi …

c# xml linq gpx
Simplification / optimization of GPS track

I've got a GPS track produced by gpxlogger(1) (supplied as a client for gpsd). GPS receiver updates its coordinates every 1 …

optimization gps simplify gpx