Changeset 107
- Timestamp:
- 10/02/07 07:19:39 (1 year ago)
- Files:
-
- pytrainer/trunk/pytrainer/lib/gpx.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pytrainer/trunk/pytrainer/lib/gpx.py
r46 r107 65 65 stylefile = self.data_path+"pytrainer.style" 66 66 tmpfile = self.conf.getValue("tmpdir")+"/gps.txt" 67 os.system("gpsbabel -t -i gpx -f %s-x position,distance=1m -o xcsv,style=%s -F %s" %(self.filename, stylefile,tmpfile))67 os.system("gpsbabel -t -i gpx -f '%s' -x position,distance=1m -o xcsv,style=%s -F %s" %(self.filename, stylefile,tmpfile)) 68 68 return tmpfile 69 69
