summaryrefslogtreecommitdiff
path: root/navit/tools/gpx2navit_txt/man/gpx2navit_txt.1
blob: 26edd281f8564ed9a991531835b17e62c7795e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.\" 
.TH "gpx2navit_txt" "1" "0.1" "bodenseepingu" ""
.SH "NAME"
gpx2navit_txt \- Convert GPX files to navit txt files
.SH "SYNOPSIS"
gpx2navit_txt [options] [\-o output file] gpxfile
.SH "DESCRIPTION"
gpx2navit_txt is a converter from GPX file to navit txt file 
The original gpx2shp was used for that program.
This is a output of Metro Manila Transit Map Project by JOCV (Japan Overseas Cooperation Volunteers) program of JICA (Japan International Cooperation Agency) in 2004. It is provided you on GPL2.
.SH "OPTIONS"
.TP 
.B \-o, \-\-output
Sets output basename. The default is (source file name) \- (extention name)
.TP 
.B \-w, \-\-waypoints
Converts only waypoints data from a gpx file.
.TP 
.B \-t, \-\-trackpoints
Converts only trackpoints data from a gpx file.
.TP 
.B \-r, \-\-routes
Converts only routes data from a gpx file.
.TP 
.B \-a, \-\-all
Converts all types of data from a gpx file.(default)
.TP 
.B \-e, \-\-as\-edge
Makes a separated output by each edges.
.TP 
.B \-p, \-\-as\-point
Makes a separated output by each points.
.TP 
.B \-s, \-\-stats
Shows simple statistics of the outputs.
.TP 
.B \-b, \-\-basic\-columns
Stores only basic data as attribures to reduce memory and storage usage. (ele, name, cmt, type, time, fix, sym and number).
.TP 
.B \-L, \-\-no\-length
Removes length column from a waypoint or trackpoint attribute table.
.TP 
.B \-S, \-\-no\-speed
Removes speed column from a waypoint or trackpoint attribute table.
.TP 
.B \-T, \-\-no\-time
Removes time column from an attribute table.
.TP 
.B \-g, \-\-gpxline
Adds line number of GPX file as attribures.
.TP 
.B \-f, \-\-fast
Make it faster without any checks.
.TP 
.B \-3, \-\-3d
Converts data using 3d format. (It's not compatible for Arcview 3.x.)
.TP 
.B \-\-min\-points
Sets path minimum points to convert for noise reduction. Default is 2.
.TP 
.B \-\-min\-length
Sets path minimum length to convert for noise reduction. Default is 0.
.TP 
.B \-\-min\-time
Sets path minimum time period to convert for noise reduction. Default is 0.
.TP 
.B \-\-length\-unit
Sets length unit from m,km,feet,mi and etc. The default is m. You can see the unit list from "geod \-lu" command.
.TP 
.B \-\-time\-unit
Sets time unit. The default is sec. You can set from day, hour, min and sec.
.TP 
.B \-\-speed\-length\-unit 
Sets length unit for speed. The default is km. You can see the unit list from "geod \-lu" command.
.TP 
.B \-\-speed\-time\-unit
Sets time unit for speed calulation. Default is hour. You can set from day, hour, min and sec.
.TP 
.B \-\-length\-ellipsoid
Sets length ellipsoid like UGS84, clrk66. The default is UGS84. You can see the unit list from "geod \-le" command.
.TP 
.B \-v,  \-\-verbose
Gives many messages.
.TP 
.B \-\-version
Shows version.
.TP 
.B \-h,  \-\-help
Shows this list.
.SH "AUTHORS"
Toshihiro Hiraoka
.br 
Petter Reinholdtsen

.SH "BUGS or OPINIONS"
Please e\-mail your bugs or opinions to
.br 
washitoshi at yahoo.co.jp

.SH "SEE ALSO"
gpx2shp / gps2shp homepage
.br
http://gpx2shp.sourceforge.jp