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

explain_-J_full.rst_ 15 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
  1. .. _-J_full:
  2. **-J**\ *parameters*
  3. Select map projection. The first character of *parameters* determines the
  4. projection. If the character is upper case then the argument(s) supplied
  5. as scale(s) is interpreted to be the map width (or axis lengths), else
  6. the scale argument(s) is the map scale (see its definition for each
  7. projection). The *measurement unit* (called UNIT below) is cm, inch, or point, depending
  8. on the :term:`PROJ_LENGTH_UNIT` setting in **gmt.conf**, but this can be
  9. overridden on the command line by appending **c**, **i**, or **p** to
  10. the *scale* or *width* values. Append **+dh**, **+du**, or **+dl** to the
  11. given *width* if you instead want to set the map height, the maximum (upper)
  12. dimension, or the minimum (lower) dimension, respectively [Default is **+dw** for width].
  13. In case the central meridian is an optional parameter and it is being
  14. omitted, then the center of the longitude range given by the **-R**
  15. option is used. The default standard parallel is the equator.
  16. The ellipsoid used in map projections is user-definable. 73 commonly used
  17. ellipsoids and spheroids are currently supported, and users may also
  18. specify their own custom ellipsoid parameters [Default is WGS-84].
  19. Several GMT parameters can affect the projection: :term:`PROJ_ELLIPSOID`,
  20. :term:`GMT_INTERPOLANT`, :term:`PROJ_SCALE_FACTOR`, and
  21. :term:`PROJ_LENGTH_UNIT`; see the :doc:`gmt.conf` man page for details.
  22. Choose one of the following projections and append the required parameters
  23. (The **E** or **C** after projection names stands for Equal-Area and Conformal,
  24. respectively):
  25. **CYLINDRICAL PROJECTIONS:**
  26. .. _-Jc_full:
  27. **-Jc**\ *lon0/lat0/scale* or **-JC**\ *lon0/lat0/width* (Cassini).
  28. Give projection center *lon0/lat0* and *scale* (**1:**\ *xxxx* or UNIT/degree).
  29. .. _-Jcyl_stere_full:
  30. **-Jcyl_stere**/[*lon0/*\ [*lat0/*]]\ *scale* or
  31. **-JCyl_stere**/[*lon0/*\ [*lat0/*]]\ *width* (Cylindrical Stereographic).
  32. Give central meridian *lon0* (optional), standard parallel *lat0*
  33. (optional), and *scale* along parallel (**1:**\ *xxxx* or
  34. UNIT/degree). The standard parallel is typically one of these (but
  35. can be any value):
  36. * 66.159467 - Miller's modified Gall
  37. * 55 - Kamenetskiy's First
  38. * 45 - Gall's Stereographic
  39. * 30 - Bolshoi Sovietskii Atlas Mira or Kamenetskiy's Second
  40. * 0 - Braun's Cylindrical
  41. .. _-Jj_full:
  42. **-Jj**\ [*lon0/*]\ *scale* or **-JJ**\ [*lon0/*]\ *width* (Miller Cylindrical Projection).
  43. Give the central meridian *lon0* (optional) and *scale*
  44. (**1:**\ *xxxx* or UNIT/degree).
  45. .. _-Jm_full:
  46. **-Jm**\ [*lon0/*\ [*lat0/*]]\ *scale* or **-JM**\ [*lon0/*\ [*lat0/*]]\ *width* (Mercator **[C]**)
  47. Give central meridian *lon0* (optional), standard parallel *lat0*
  48. (optional), and *scale* along parallel (**1:**\ *xxxx* or UNIT/degree).
  49. .. _-Jo_full:
  50. **-Jo**\ *parameters*\ [**+v**] (Oblique Mercator **[C]**).
  51. Typically used with **-R**\ *LLx/LLy/URx/URy*\ **+r** or with projected coordinates. Specify one of:
  52. **-Jo**\ [**a**\|\ **A**]\ *lon0/lat0/azimuth/scale* or **-JO**\ [**a**\|\ **A**]\ *lon0/lat0/azimuth/width*
  53. Set projection center *lon0/lat0*, *azimuth* of oblique equator, and *scale*.
  54. **-Jo**\ [**b**\|\ **B**]\ *lon0/lat0/lon1/lat1/scale* or **-JO**\ [**b**\|\ **B**]\ *lon0/lat0/lon1/lat1/width*
  55. Set projection center *lon0/lat0*, another point on the oblique
  56. equator *lon1/lat1*, and *scale*.
  57. **-Joc**\|\ **C**\ *lon0/lat0/lonp/latp/scale* or **-JOc**\|\ **C**\ *lon0/lat0/lonp/latp/width*
  58. Set projection center *lon0/lat0*, pole of oblique projection
  59. *lonp/latp*, and *scale*.
  60. Give *scale* along oblique equator (**1:**\ *xxxx* or UNIT/degree).
  61. Use upper-case **A**\|\ **B**\|\ **C** to remove enforcement of a northern hemisphere pole.
  62. Append **+v** to let the oblique Equator align with the *y*-axis [*x*-axis].
  63. .. _-Jq_full:
  64. **-Jq**\ [*lon0/*\ [*lat0/*]]\ *scale* or
  65. **-JQ**\ [*lon0/*\ [*lat0/*]]\ *width* (Cylindrical Equidistant).
  66. Give the central meridian *lon0* (optional), standard parallel
  67. *lat0* (optional), and *scale* (**1:**\ *xxxx* or UNIT/degree). The
  68. standard parallel is typically one of these (but can be any value):
  69. * 61.7 - Grafarend and Niermann, minimum linear distortion
  70. * 50.5 - Ronald Miller Equirectangular
  71. * 43.5 - Ronald Miller, minimum continental distortion
  72. * 42 - Grafarend and Niermann
  73. * 37.5 - Ronald Miller, minimum overall distortion
  74. * 0 - Plate Carree, Simple Cylindrical, Plain/Plane Chart
  75. .. _-Jt_full:
  76. **-Jt**\ *lon0/*\ [*lat0/*]\ *scale* or
  77. **-JT**\ *lon0/*\ [*lat0/*]\ *width* (Transverse Mercator **[C]**)
  78. Give the central meridian *lon0*, central parallel *lat0*
  79. (optional), and *scale* (**1:**\ *xxxx* or UNIT/degree).
  80. .. _-Ju_full:
  81. **-Ju**\ *zone/scale* or **-JU**\ *zone/width* (UTM - Universal Transverse Mercator **[C]**).
  82. Give the UTM zone (A,B,1-60[C-X],Y,Z)) and *scale* (**1:**\ *xxxx* or UNIT/degree).
  83. Zones: If C-X not given, prepend - or + to enforce southern or
  84. northern hemisphere conventions [northern if south > 0].
  85. .. _-Jy_full:
  86. **-Jy**\ [*lon0/*\ [*lat0/*]]\ *scale* or **-JY**\ [*lon0/*\ [*lat0/*]]\ *width* (Cylindrical Equal-Area **[E]**).
  87. Give the central meridian *lon0* (optional), standard parallel
  88. *lat0* (optional), and *scale* (**1:**\ *xxxx* or UNIT/degree). The
  89. standard parallel is typically one of these (but can be any value):
  90. * 50 - Balthasart
  91. * 45 - Gall
  92. * 37.0666 - Caster
  93. * 37.4 - Trystan Edwards
  94. * 37.5 - Hobo-Dyer
  95. * 30 - Behrman
  96. * 0 - Lambert (default)
  97. **CONIC PROJECTIONS:**
  98. .. _-Jb_full:
  99. **-Jb**\ *lon0/lat0/lat1/lat2/scale* or **-JB**\ *lon0/lat0/lat1/lat2/width* (Albers **[E]**).
  100. Give projection center *lon0/lat0*, two standard parallels
  101. *lat1/lat2*, and *scale* (**1:**\ *xxxx* or UNIT/degree).
  102. .. _-Jd_full:
  103. **-Jd**\ *lon0/lat0/lat1/lat2/scale* or **-JD**\ *lon0/lat0/lat1/lat2/width* (Conic Equidistant)
  104. Give projection center *lon0/lat0*, two standard parallels
  105. *lat1/lat2*, and *scale* (**1:**\ *xxxx* or UNIT/degree).
  106. .. _-Jl_full:
  107. **-Jl**\ *lon0/lat0/lat1/lat2/scale* or **-JL**\ *lon0/lat0/lat1/lat2/width* (Lambert **[C]**)
  108. Give origin *lon0/lat0*, two standard parallels *lat1/lat2*, and
  109. *scale* along these (**1:**\ *xxxx* or UNIT/degree).
  110. .. _-Jpoly_full:
  111. **-Jpoly**/[*lon0/*\ [*lat0/*]]\ *scale* or **-JPoly**/[*lon0/*\ [*lat0/*]]\ *width* ((American) Polyconic).
  112. Give the central meridian *lon0* (optional), reference parallel
  113. *lat0* (optional, default = equator), and *scale* along central
  114. meridian (**1:**\ *xxxx* or UNIT/degree).
  115. **AZIMUTHAL PROJECTIONS:**
  116. Except for polar aspects, **-R**\ w/e/s/n will be reset to **-Rg**.
  117. Use **-R**\ <...>\ **+r** for smaller regions.
  118. .. _-Ja_full:
  119. **-Ja**\ *lon0/lat0*\ [*/horizon*]\ */scale* or **-JA**\ *lon0/lat0*\ [*/horizon*]\ */width* (Lambert **[E]**).
  120. *lon0/lat0* specifies the projection center. *horizon* specifies
  121. the max distance from projection center (in degrees, <= 180,
  122. default 90). Give *scale* as **1:**\ *xxxx* or *radius/lat*,
  123. where *radius* is distance in UNIT from origin to the oblique
  124. latitude *lat*.
  125. .. _-Je_full:
  126. **-Je**\ *lon0/lat0*\ [*/horizon*]\ */scale* or **-JE**\ *lon0/lat0*\ [*/horizon*]\ */width* (Azimuthal Equidistant).
  127. *lon0/lat0* specifies the projection center. *horizon* specifies
  128. the max distance from projection center (in degrees, <= 180,
  129. default 180). Give *scale* as **1:**\ *xxxx* or *radius/lat*,
  130. where *radius* is distance in UNIT from origin to the oblique
  131. latitude *lat*.
  132. .. _-Jf_full:
  133. **-Jf**\ *lon0/lat0*\ [*/horizon*]\ */scale* or **-JF**\ *lon0/lat0*\ [*/horizon*]\ */width* (Gnomonic).
  134. *lon0/lat0* specifies the projection center. *horizon* specifies
  135. the max distance from projection center (in degrees, < 90,
  136. default 60). Give *scale* as **1:**\ *xxxx* or *radius/lat*,
  137. where *radius* is distance in UNIT from origin to the oblique
  138. latitude *lat*.
  139. .. _-Jg_full:
  140. **-Jg**\ *lon0/lat0*\ [*/horizon*]\ */scale* or **-JG**\ *lon0/lat0*\ [*/horizon*]\ */width* (Orthographic).
  141. *lon0/lat0* specifies the projection center. *horizon* specifies
  142. the max distance from projection center (in degrees, <= 90,
  143. default 90). Give *scale* as **1:**\ *xxxx* or *radius/lat*,
  144. where *radius* is distance in UNIT from origin to the oblique
  145. latitude *lat*.
  146. **-Jg**\ *lon0/lat0/altitude/azimuth/tilt/twist/Width/Height/scale* or **-JG**\ *lon0/lat0/altitude/azimuth/tilt/twist/Width/Height/width* (General Perspective).
  147. *lon0/lat0* specifies the projection center. *altitude* is the
  148. height (in km) of the viewpoint above local sea level. If
  149. *altitude* is less than 10, then it is the distance from the
  150. center of the earth to the viewpoint in earth radii. If
  151. *altitude* has a suffix **r** then it is the radius from the
  152. center of the earth in kilometers. *azimuth* is measured to the
  153. east of north of view. *tilt* is the upward tilt of the plane of
  154. projection. If *tilt* is negative, then the viewpoint is
  155. centered on the horizon. Further, specify the clockwise *twist*,
  156. *Width*, and *Height* of the viewpoint in degrees. Give *scale*
  157. as **1:**\ *xxxx* or *radius/lat*, where *radius* is distance in
  158. UNIT from origin to the oblique latitude *lat*.
  159. .. _-Js_full:
  160. **-Js**\ *lon0/lat0*\ [*/horizon*]\ */scale* or **-JS**\ *lon0/lat0*\ [*/horizon*]\ */width* (General Stereographic **[C]**).
  161. *lon0/lat0* specifies the projection center. *horizon* specifies
  162. the max distance from projection center (in degrees, < 180,
  163. default 90). Give *scale* as **1:**\ *xxxx* (true at pole) or
  164. *lat0*/**1:**\ *xxxx* (true at standard parallel *lat*) or
  165. *radius/lat* (*radius* in UNIT from origin to the oblique
  166. latitude *lat*). Note if **1:**\ *xxxx* is used then to specify
  167. *horizon* you must also specify the *lat* as +-90 to avoid
  168. ambiguity.
  169. **MISCELLANEOUS PROJECTIONS:**
  170. .. _-Jh_full:
  171. **-Jh**\ [*lon0/*]\ *scale* or **-JH**\ [*lon0/*]\ *width* (Hammer **[E]**).
  172. Give the central meridian *lon0* (optional) and *scale* along
  173. equator (**1:**\ *xxxx* or UNIT/degree).
  174. .. _-Ji_full:
  175. **-Ji**\ [*lon0/*]\ *scale* or **-JI**\ [*lon0/*]\ *width* (Sinusoidal **[E]**).
  176. Give the central meridian *lon0* (optional) and *scale* along
  177. equator (**1:**\ *xxxx* or UNIT/degree).
  178. .. _-Jk_full:
  179. **-Jkf**\ [*lon0/*]\ *scale* or **-JKf**\ [*lon0/*]\ *width* (Eckert IV) **[E]**).
  180. Give the central meridian *lon0* (optional) and *scale* along
  181. equator (**1:**\ *xxxx* or UNIT/degree).
  182. **-Jk**\ [**s**][*lon0/*]\ *scale* or **-JK**\ [**s**][*lon0/*]\ *width* (Eckert VI) **[E]**).
  183. Give the central meridian *lon0* (optional) and *scale* along
  184. equator (**1:**\ *xxxx* or UNIT/degree).
  185. .. _-Jn_full:
  186. **-Jn**\ [*lon0/*]\ *scale* or **-JN**\ [*lon0/*]\ *width* (Robinson).
  187. Give the central meridian *lon0* (optional) and *scale* along
  188. equator (**1:**\ *xxxx* or UNIT/degree).
  189. .. _-Jr_full:
  190. **-Jr**\ [*lon0/*]\ *scale* **-JR**\ [*lon0/*]\ *width* (Winkel Tripel).
  191. Give the central meridian *lon0* (optional) and *scale* along
  192. equator (**1:**\ *xxxx* or UNIT/degree).
  193. .. _-Jv_full:
  194. **-Jv**\ [*lon0/*]\ *scale* or **-JV**\ [*lon0/*]\ *width* (Van der Grinten).
  195. Give the central meridian *lon0* (optional) and *scale* along
  196. equator (**1:**\ *xxxx* or UNIT/degree).
  197. .. _-Jw_full:
  198. **-Jw**\ [*lon0/*]\ *scale* or **-JW**\ [*lon0/*]\ *width* (Mollweide **[E]**).
  199. Give the central meridian *lon0* (optional) and *scale* along
  200. equator (**1:**\ *xxxx* or UNIT/degree).
  201. **NON-GEOGRAPHICAL PROJECTIONS:**
  202. .. _-Jp_full:
  203. **-Jp**\ *scale*\ [**+a**]\ [**+f**\ [**e**\|\ **p**\|\ *radius*]][**+r**\ *offset*][**+t**\ *origin*][**+z**\ [**p**\|\ *radius*]]] or **-JP**\ *width*\ [**+a**]\ [**+f**\ [**e**\|\ **p**\|\ *radius*]][**+r**\ *offset*][**+t**\ *origin*][**+z**\ [**p**\|\ *radius*]]
  204. (Polar coordinates (*theta*, *r*))
  205. Give *scale* in UNIT/r-unit. Optionally add **+a** if *theta* is azimuth CW
  206. from North instead of direction CCW from East [Default].
  207. Append **+f** to flip the radial direction to point inwards, and append **e** to indicate
  208. that *r* represents *elevations* in degrees (requires *south* >= 0 and *north* <= 90),
  209. **p** to select current planetary radius (determined by :term:`PROJ_ELLIPSOID`) as maximum radius [*north*], or *radius*
  210. to specify a custom radius.
  211. Append **+r**\ *offset* to include a radial offset in measurement units [0].
  212. Append **+t**\ *origin* in degrees so that this angular value is aligned with the positive *x*-axis
  213. (or the azimuth to be aligned with the positive *y*-axis if **+a**) [0].
  214. Finally, append **+z** if you want to annotate depth rather than radius [Default].
  215. Alternatively, if your *r* data are actually depths then you can append **p** or *radius* to get
  216. radial annotations (*r = radius - z*) instead.
  217. .. _-Jx_full:
  218. **-Jx**\ *x-scale*\ [*/y-scale*] or **-JX**\ *width*\ [*/height*] (Linear, log, and power scaling)
  219. Give *x-scale* (**1:**\ *xxxx* or UNIT/x-unit) and/or *y-scale*
  220. (**1:**\ *xxxx* or UNIT/y-unit); or specify *width* and/or *height*
  221. in UNIT. *y-scale*\ =\ *x-scale* if not specified separately and
  222. using **1:**\ *xxxx* implies that x-unit and y-unit are in meters.
  223. Use negative scale(s) to reverse the direction of an axis (e.g., to
  224. have y be positive down). Set *height* or *width* to 0 to have it
  225. recomputed based on the implied scale of the other axis. Optionally,
  226. append to *x-scale*, *y-scale*, *width* or *height* one of the
  227. following:
  228. **d**
  229. Data are geographical coordinates (in degrees).
  230. **l**
  231. Take log10 of values before scaling.
  232. **p**\ *power*
  233. Raise values to *power* before scaling.
  234. **t**
  235. Input coordinates are time relative to :term:`TIME_EPOCH`.
  236. **T**
  237. Input coordinates are absolute time.
  238. For mixed axes with only one geographic axis you may need to set **-f** as well.
  239. When **-J** is used without any further arguments, or just with the
  240. projection type, the arguments of the last used **-J**, or the last used
  241. **-J** with that projection type, will be used.
Tip!

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

Comments

Loading...