gpx Questions
4
I wanted to know what is the basic difference between a GPX track and route file
6
I am a new linux/python user and have .gpx files (output files that are made from GPS tracking software) and need to extract values into csv/txt for use in a GIS program. I have looked up strings a...
4
I am looking for a C# library or class to help write GPX files from a collection of waypoints I have (lat/long, etc).
I have found quite a few readers - but not so much for writing.
Bonus points ...
1
Solved
Kia ora,
I exported all my GPX files from Strava so I could do some analysis on them and am stuck trying to figure out what type of activity each file is for.
My file looks like this, for example...
1
My Flutter (Android and iOS) app generates KML or GPX files, which works as expected.
Now I want to add a button "Open file" which should open such a system dialog where the installed map...
1
I have added a gpx file to my project; its name is TrailOfHistory.gpx. I have edited my project's scheme so that this file will be used by Xcode 9 to perform locations updates.
Here are screen sho...
6
Solved
I'm using the following GPX file in Xcode 4.2 to simulate a location change. It works well, but I can't control the speed of the location change. stamp seems to be not working. Does anyone have a s...
5
Solved
My application needs to share array of CLLocations (Route) within devices using application.I have no experience of using GPX before this. Is GPX is best format to do it? How can I create GPX file ...
Formalism asked 3/1, 2012 at 10:48
5
Solved
I have a GPX file with a GPS track. Now I want to calculate the distance I covered with this track.
What's the best way to calculate this?
2
I can simulate location through Xcode by preparing a GPX file with some coordinates, adding it to my project, running an app, and selecting the location when the app is running. Then, my whole iPho...
1
Solved
I have the following asp-classic code which appends 3 variables into an XML document, 'location_x', 'location_y' and 'date_and_time'.
The ASP-Classic code - creates or appends an existing XML docu...
Aerospace asked 23/9, 2016 at 22:48
1
Solved
My app can open the following file formats:
kml (application/vnd.google-earth.kml+xml)
kmz (application/vnd.google-earth.kmz)
gpx (application/gpx+xml)
I'm trying to set up properly my intent f...
Fabri asked 2/9, 2016 at 21:1
8
Solved
Where I can find GPX files that I can import into my iOS Simulator?
The iOS Simulator only contains static locations around the world and walk / bike / car drive simulations.
This is not good...
Hoon asked 25/6, 2013 at 8:40
5
Solved
Are there any Java libraries for parsing GPX files? I need to parse many GPX files into our own data structure (our own database).
10
Solved
I've got a GPS track produced by gpxlogger(1) (supplied as a client for gpsd). GPS receiver updates its coordinates every 1 second, gpxlogger's logic is very simple, it writes down location (lat, l...
Breadwinner asked 18/12, 2010 at 22:9
4
Solved
I followed this example to parse a local GPX file in Android:
http://android-coding.blogspot.pt/2013/01/get-latitude-and-longitude-from-gpx-file.html
All works fine to access "lat" and "long" but...
Penick asked 6/9, 2013 at 14:59
3
Solved
i just want to show a track on my map i tried as follow but the problem is i don't want to load track point in layer from GPX File (because i don't want to generate file from coordinates witch i ge...
Chibouk asked 11/5, 2015 at 20:5
3
I want loop though a gpx file and calculate the total ascent and descent. I have a function that can calc the difference in elevation between two sets of lat long points and I've set up simplexml t...
2
Solved
Gpx file is an XML document used to track spatio-temporal information. It look like:
<gpx>
<trk>
<segment>
<trkpt lat="...", lon="..."></trkpt>
</segment>
...
Bortz asked 29/10, 2011 at 14:51
3
Solved
I have done some research on that issue , but I have not found anything similar just yet.
I am using iOS GPX framework to draw the path on map using GPX file. I have import iOS GPX.framework on my...
Maize asked 27/11, 2014 at 7:8
0
How can I (or can I) create a GPX file that will run on the IOS simulator and provide course and altitude information?
I have added tags in the hope they might give altitude but no joy there.
The...
Everrs asked 8/3, 2014 at 1:53
4
Solved
I used xsd.exe to generate a C# class for reading/writing GPX files. How do I get the resultant XML file to include the xsi:schemaLocation attribute
eg.
I want the following but xsi:schemaLocation...
Tachometer asked 10/9, 2009 at 23:51
1
Solved
I want to catch a GPSException thrown by the gpxpy library.
try:
gpx = gpxpy.parse(open(filepath))
except GPXException:
print "GPXException for %s." % filepath
Since I am new to Python I do no...
Marcasite asked 24/4, 2013 at 20:1
1
Solved
I have set the Default Location in the Scheme setting for the app (see screenshot) and just send the app to Apple to get approved.
However, the same version I also send out to QA, Project Managers...
Timmytimocracy asked 11/1, 2013 at 19:38
1
Solved
Is there any way to export GeoPoints into a GPX file?
@Override
public void onLocationChanged(android.location.Location location) {
lat = location.getLatitude();
lon = location.getLongitude();
...
Aerobatics asked 23/8, 2012 at 11:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.