Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Michael Niestegge

#1
Quote from: menion on October 08, 2013, 22:52:46
ah perfect, I completely missed this ... speed added
Perfect! Cant wait to get the update.  ;D
#2
Garmin also uses extensions for speed and course:

<gpxtpx:speed>1.37</gpxtpx:speed>
<gpxtpx:course>0.00</gpxtpx:course>

Wouldn't it be a good idea to add these as you are using them for cadence and heartrate?

Link to the XSD: http://www8.garmin.com/xmlschemas/TrackPointExtensionv2.xsd
#3
Quote from: jusc on October 04, 2013, 15:02:49
I use 2.16.0 too, export format is GPX and not Trainingstagebuch.org
Ah ok. As Menion said, it depends on the gpx-Version. I suggest you selected 1.0.

@Menion: Perhaps you didn't read it ;) :

Quote from: Michael Niestegge on October 04, 2013, 13:15:02
Got the feedback from Nils, who is the developer of trainingstagebuch.org:

He implemented it the way you showed it in the example, but he, and me also, has no idea, what the <Locus:SenStrides>-Tag is meant for? Furthermore Nils suggests that it would be a great idea to add the distance to the <Extensions>-Tag.
#4
Quote
Another point is, that I export automatically my tracks to gpx files and where is the speed tag already included:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<gpx version="1.0" creator="Locus Android"
xmlns="http://www.topografix.com/GPX/1/0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:locus="http://www.locusmap.eu"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
<trk>
<name><![CDATA[2013-10-03 10:43:30]]></name>
<desc><![CDATA[2h:39m:38s | 39.1 km

Länge - 39.1 km
Punkte (POI) - 1506
Erstellt - 2013-10-03 10:43:42
Max. Geschwindigkeit - 40.8 km/h
Min. Höhe - 60 m
Max. Höhe - 143 m
]]></desc>
<trkseg>
<trkpt lat="52.130589" lon="7.399769">
<ele>71.80</ele>
<time>2013-10-03T08:43:42Z</time>
<pdop>10.00</pdop>
[b]<speed>0.25</speed>[/b]
<course>202.000</course>
</trkpt>
<trkpt lat="52.130636" lon="7.399775">
<ele>66.42</ele>
<time>2013-10-03T08:43:48Z</time>
<pdop>35.00</pdop>
<speed>0.19</speed>
<course>172.000</course>
</trkpt>




So I wonder a bit that that Michael can´t find it....

Which version of locus pro do you use? Mine is 2.16.0. Older versions had the <speed> and <course> tag, but it is gone in the newest version.
#5
Got the feedback from Nils, who is the developer of trainingstagebuch.org:

He implemented it the way you showed it in the example, but he, and me also, has no idea, what the <Locus:SenStrides>-Tag is meant for? Furthermore Nils suggests that it would be a great idea to add the distance to the <Extensions>-Tag.
#6
I would write an email to the developer of trainingstagbuch.org. In the past he was very friendly an quick in implementing new thins into his import. Maybe he would also add this extension to his code. I will take your example and send it with my mail. I will post his response here.

Edit: Ticket (German): https://trainingdiary.zendesk.com/requests/56991
#7
I export the gpx-file to Trainingstagebuch.org directly out of locus. As mentioned in my editing of my previous post: Maybe you could add some kind of tag inside a <extensions> tag? I think this best way to get a valid gpx-1.1 file and include the ant+-speed in it?
#8
Speed was a tag in gpx 1.0 but removed with gpx 1.1. It was removed because you can calculate speed by the given coordinates...I think they missed the usage of accurate speed in cycling for example...
Is it a drawback to keep the speed tag, even being not standard? Another possibility would be using gpx 1.0 instead of 1.1. A solution would be great, because I use your software as cycling computer :-)

Edit: Maybe the <extensions> tag is the way to go? I saw some solutions using it to store nmea informations.
#9
Troubles & Questions / Missing speed in gpx file
October 04, 2013, 08:39:06
Good morning,

since the last update, my cadence/speed sensor (Garmin) thankfully works again. But now the information about the current speed given by the sensor is missing in the gpx file? The old version of locus exported it in the <speed> tag, which is not standard:


<trkpt lat="52.079580" lon="6.795026">
<ele>89.15</ele>
<time>2013-08-21T17:38:46Z</time>
<pdop>9.00</pdop>
<course>250.900</course>
<speed>4.52</speed>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:cad>12</gpxtpx:cad>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>


The new locus does not have this tag anymore?


<trkpt lat="52.031137" lon="7.838507">
<ele>95.33</ele>
<time>2013-10-03T07:29:35Z</time>
<pdop>5.00</pdop>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:cad>96</gpxtpx:cad>
<gpxtpx:hr>165</gpxtpx:hr>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>


How can I get the sensor speed? Because the gps speed is very inaccurate