[Qgis-user] miliseconds not displayed in table of GPX file

Agustin Lobo alobolistas at gmail.com
Mon Oct 22 08:47:54 PDT 2012


I translate NMEA files with positions recorded every 500 ms into gpx
using gpsbabel.
While the gpx file correctly gets the time with precision of
miliseconds, the table in Qgis does not show the miliseconds
(see http://dl.dropbox.com/u/3180464/gpxNoms.jpeg )

Should I open a ticket?

gpx file here:
http://dl.dropbox.com/u/3180464/08-05-2012-7-04-48.gpx

Thanks
Agus
using regular qgis 1.8.0 on ubuntu 10.04

Portion of gpx file (not time field)
<?xml version="1.0" encoding="UTF-8"?>
<gpx
  version="1.0"
  creator="GPSBabel - http://www.gpsbabel.org"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://www.topografix.com/GPX/1/0"
  xsi:schemaLocation="http://www.topografix.com/GPX/1/0
http://www.topografix.com/GPX/1/0/gpx.xsd">
<time>2012-10-22T15:29:44Z</time>
<bounds minlat="40.614255000" minlon="0.713663333"
maxlat="40.639313333" maxlon="0.730806667"/>
<trk>
<trkseg>
<trkpt lat="40.615946667" lon="0.730473333">
  <ele>-12.800000</ele>
  <time>2012-05-08T05:00:43Z</time>
  <course>345.600006</course>
  <speed>8.081923</speed>
  <fix>3d</fix>
  <sat>9</sat>
  <hdop>0.990000</hdop>
</trkpt>
<trkpt lat="40.615983333" lon="0.730470000">
  <ele>-12.700000</ele>
  <time>2012-05-08T05:00:43.500Z</time>
  <course>346.739990</course>
  <speed>8.874166</speed>
  <fix>3d</fix>
  <sat>9</sat>
  <hdop>0.990000</hdop>
</trkpt>
<trkpt lat="40.616021667" lon="0.730466667">
  <ele>-12.700000</ele>
  <time>2012-05-08T05:00:44Z</time>
  <course>347.630005</course>
  <speed>8.791856</speed>
  <fix>3d</fix>
  <sat>9</sat>
  <hdop>0.990000</hdop>
</trkpt>
<trkpt lat="40.616061667" lon="0.730463333">
  <ele>-12.700000</ele>
  <time>2012-05-08T05:00:44.500Z</time>
  <course>348.390015</course>
  <speed>9.049078</speed>
  <fix>3d</fix>
  <sat>9</sat>
  <hdop>0.990000</hdop>



More information about the Qgis-user mailing list