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

grdvector_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
130
131
132
133
134
135
136
137
  1. |No-spaces|
  2. Description
  3. -----------
  4. **grdvector** reads two 2-D grid files which represents the *x*\ - and
  5. *y*\ -components of a vector field and produces a vector field plot by
  6. drawing vectors with orientation and length according to the information
  7. in the files. Alternatively, polar coordinate *r*, *theta* grids may be given
  8. instead.
  9. Required Arguments
  10. ------------------
  11. *compx.nc*
  12. Contains the x-components of the vector field.
  13. *compy.nc*
  14. Contains the y-components of the vector field. (See GRID FILE FORMATS below.)
  15. .. _-J:
  16. .. |Add_-J| unicode:: 0x20 .. just an invisible code
  17. .. include:: explain_-J.rst_
  18. Optional Arguments
  19. ------------------
  20. .. _-A:
  21. **-A**
  22. The grid files contain polar (r, theta) components instead of
  23. Cartesian (x, y) [Default is Cartesian components].
  24. .. _-B:
  25. .. include:: explain_-B.rst_
  26. .. _-C:
  27. .. include:: use_cpt_grd.rst_
  28. .. _-G:
  29. **-G**\ *fill*
  30. Sets color or shade for vector interiors [Default is no fill].
  31. .. _-I:
  32. **-I**\ [**x**]\ *dx*\ [/*dy*]
  33. Only plot vectors at nodes every *x\_inc*, *y\_inc* apart (must be
  34. multiples of original grid spacing). Append **m** for arc minutes or
  35. **s** for arc seconds. Alternatively, use **-Ix** to specify the
  36. multiples *multx*\ [/*multy*] directly [Default plots every node].
  37. .. _-N:
  38. **-N**
  39. Do NOT clip vectors at map boundaries [Default will clip].
  40. .. _-Q:
  41. **-Q**\ *parameters*
  42. Modify vector parameters. For vector heads, append vector head
  43. *size* [Default is 0, i.e., stick-plot]. See VECTOR ATTRIBUTES for
  44. specifying additional attributes.
  45. .. _-R:
  46. .. |Add_-R| replace:: Specify a subset of the grid.
  47. .. include:: explain_-R.rst_
  48. .. _-S:
  49. **-S**\ [**i**\|\ **l**]\ *scale*
  50. Sets scale for vector plot lengths in data units per plot distance measurement unit.
  51. Append **c**, **i**, or **p** to indicate the desired plot distance measurement
  52. unit (cm, inch, or point); if no unit is given we use the default value that
  53. is controlled by :term:`PROJ_LENGTH_UNIT`. Vector lengths converted via plot unit
  54. scaling will plot as straight Cartesian vectors and their lengths are not
  55. affected by map projection and coordinate locations.
  56. For geographic data you may alternatively give *scale* in data units per map distance
  57. unit (see `Units`_). Then, your vector magnitudes (in data units) are scaled to map
  58. *distances* in the given distance unit, and finally projected onto the Earth to give
  59. *plot* dimensions. These are geo-vectors that follow great circle paths and their
  60. lengths may be affected by the map projection and their coordinates. Finally, use
  61. **-Si** if it is simpler to give the reciprocal scale in plot length or distance units
  62. per data unit. To report the minimum, maximum, and mean data and plot vector lengths
  63. of all vectors plotted, use **-V**. Alternatively, use **-Sl**\ *length* to set a fixed
  64. plot length for all vectors.
  65. .. _-T:
  66. **-T**
  67. Means the azimuths of Cartesian data sets should be adjusted according to the
  68. signs of the scales in the x- and y-directions [Leave alone]. This option can
  69. be used to convert vector azimuths in cases when a negative scale is used in
  70. one of both directions (e.g., positive down).
  71. .. _-U:
  72. .. include:: explain_-U.rst_
  73. .. _-V:
  74. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  75. .. include:: explain_-V.rst_
  76. .. _-W:
  77. **-W**\ *pen*
  78. Set pen attributes used for vector outlines [Default: width =
  79. default, color = black, style = solid].
  80. .. _-X:
  81. .. include:: explain_-XY.rst_
  82. .. _-Z:
  83. **-Z**
  84. The theta grid provided contains azimuths rather than directions (implies **-A**).
  85. .. |Add_-f| unicode:: 0x20 .. just an invisible code
  86. .. include:: explain_-f.rst_
  87. .. |Add_perspective| unicode:: 0x20 .. just an invisible code
  88. .. include:: explain_perspective.rst_
  89. .. include:: explain_-t.rst_
  90. .. include:: explain_help.rst_
  91. .. include:: explain_distunits.rst_
  92. .. include:: explain_grd_inout_short.rst_
  93. .. include:: explain_vectors.rst_
Tip!

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

Comments

Loading...