Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

mgd77track_common.rst_ 3.9 KB

You have to be logged in to leave a comment. Sign In
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
  1. |No-spaces|
  2. Description
  3. -----------
  4. **mgd77track** reads NCEI MGD77 cruises and plots one or more ship tracks
  5. on a map using the specified projection.
  6. Required Arguments
  7. ------------------
  8. .. include:: explain_ncid.rst_
  9. .. _-J:
  10. .. |Add_-J| unicode:: 0x20 .. just an invisible code
  11. .. include:: ../../explain_-J.rst_
  12. .. _-R:
  13. .. |Add_-Rgeo| unicode:: 0x20 .. just an invisible code
  14. .. include:: ../../explain_-Rgeo.rst_
  15. Optional Arguments
  16. ------------------
  17. .. _-A:
  18. **-A**\ [**c**][*size*][**+i**\ *spacing*]
  19. Append **c** to annotate using the MGD77 cruise ID [Default uses the
  20. filename prefix]. Optional *size* is the font size in points. The
  21. leg annotation font is controlled by :term:`FONT_LABEL`. By default,
  22. each leg is annotated every time it enters the map region.
  23. Alternatively, append **+i**\ *spacing* to place this label every
  24. *spacing* units apart along the track. Append one of the units **k**
  25. (km), **n** (nautical mile), **d** (day), or **h** (hour).
  26. .. _-B:
  27. .. include:: ../../explain_-B.rst_
  28. .. _-D:
  29. **-Da**\ *startdate*
  30. Do not plot data collected before *startdate*
  31. (yyyy-mm-dd\ **T**\ [hh:mm:ss]) [Default is first day].
  32. **-Db**\ *stopdate*
  33. Do not plot data collected after *stopdate*
  34. (yyyy-mm-dd\ **T**\ [hh:mm:ss]). [Default is last day].
  35. .. _-F:
  36. **-F**
  37. Do not apply the error bit flags if present in a MGD77+ file
  38. [Default will apply these flags upon reading the data].
  39. .. _-G:
  40. **-G**\ **d**\|\ **t**\|\ **n**\ *gap*
  41. Let successive point separations exceeding **d**\ *gap* (km) or
  42. **t**\ *gap* (minutes) indicate a break in the track where we should
  43. not draw a line [no gaps recognized]. Repeat to use both types of
  44. gap checking. The **n**\ *N* form is used to plot only one every other *N* points.
  45. This is useful to reduce plot file size bat cannot be used (will be ignored)
  46. with the other two gap types.
  47. .. _-I:
  48. **-I**\ *ignore*
  49. Ignore certain data file formats from consideration. Append
  50. **a\|c\|m\|t** to ignore MGD77 ASCII, MGD77+ netCDF, MGD77T ASCII, or plain table
  51. files, respectively. The option may be repeated to ignore more than
  52. one format. [Default ignores none].
  53. .. _-L:
  54. **-L**\ *trackticks*
  55. To put time/distance log-marks on the track. E.g.
  56. **a**\ 500\ **ka**\ 24\ **ht**\ 6\ **h** means (**a**)nnotate every
  57. 500 km (**k**) and 24 **h**\ (ours), with
  58. (**t**)ickmarks every 500 km and 6 hours. Alternatively you may use
  59. the modifiers **d** (days) and **n** (nautical miles).
  60. .. _-S:
  61. **-Sa**\ *startdist*
  62. Do not plot data that are less than *startdist* meter along track
  63. from port of departure. Append **k** for km, **m** for miles, or
  64. **n** for nautical miles [Default is 0 meters].
  65. **-Sb**\ *stopdist*
  66. Do not plot data that are more than *stopdist* meter along track
  67. from port of departure. Append **k** for km, **m** for miles, or
  68. **n** for nautical miles [Default is end of track].
  69. .. _-T:
  70. **-TT**\|\ **t**\|\ **d**\ *ms*,\ *mc*,\ *mfs*,\ *mf*,\ *mfc*
  71. Controls the attributes of the three kinds of markers (**T** for the
  72. first time marker in a new day, **t** for additional time markers in
  73. the same day, and **d** for distance markers). For each of these you
  74. can specify the 5 comma-separated attributes *markersize*,
  75. *markercolor*, *markerfontsize*, *markerfont*, and
  76. *markerfontcolor*. Repeat the **-T** option for each marker type.
  77. .. _-U:
  78. .. include:: ../../explain_-U.rst_
  79. .. _-W:
  80. **-W**\ [*pen*]
  81. Append *pen* used for the trackline. [Defaults:
  82. width = default, color = black, style = solid].
  83. .. _-X:
  84. .. include:: ../../explain_-XY.rst_
  85. .. _-V:
  86. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  87. .. include:: ../../explain_-V.rst_
  88. .. |Add_perspective| unicode:: 0x20 .. just an invisible code
  89. .. include:: ../../explain_perspective.rst_
  90. .. include:: ../../explain_-t.rst_
  91. .. include:: ../../explain_help.rst_
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...