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

std-opts.rst 3.5 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
  1. ##############
  2. Common Options
  3. ##############
  4. .. list-table::
  5. :widths: 50 50
  6. :header-rows: 1
  7. * - STANDARDIZED COMMAND LINE OPTIONS
  8. -
  9. * - **-B**\ *information*
  10. - Specify map frame and axes parameters :ref:`(...) <-B_full>`
  11. * - **-J**\ *parameters*
  12. - Select map projection :ref:`(...) <-J_full>`
  13. * - **-R**\ *west/east/south/north*\ [*/zmin/zmax*][**+r**][**+u**\ *unit*]
  14. - Specify region of interest :ref:`(...) <-R_full>`
  15. * - **-U**\ [*label*][**+c**][**+j**\ *just*][**+o**\ *dx*/*dy*]
  16. - Plot time-stamp on plot :ref:`(...) <-U_full>`
  17. * - **-V**\ [*verbosity*]
  18. - Run in verbose mode :ref:`(...) <-V_full>`
  19. * - **-X**\ [**a**\|\ **c**\|\ **f**\|\ **r**]\ *xshift*
  20. - Shift plot origin in *x*-direction :ref:`(...) <-XY_full>`
  21. * - **-Y**\ [**a**\|\ **c**\|\ **f**\|\ **r**]\ *yshift*
  22. - Shift plot origin in *y*-direction :ref:`(...) <-XY_full>`
  23. * - **-a**\ [*col*\ =]\ *name*\ [,\ *...*]
  24. - Associates aspatial data with columns :ref:`(...) <-aspatial_full>`
  25. * - **-bi**\ [*ncols*][*type*][**w**][**+l**\|\ **b**]
  26. - Select binary input :ref:`(...) <-bi_full>`
  27. * - **-bo**\ [*ncols*][*type*][**w**][**+l**\|\ **b**]
  28. - Select binary output :ref:`(...) <-bo_full>`
  29. * - **-c**\ [*row*\ ,\ *col*\|\ *index*]
  30. - Advance plot focus to selected (or next) subplot panel :ref:`(...) <-c_full>`
  31. * - **-d**\ [**i**\|\ **o**]\ *nodata*
  32. - Replace columns with *nodata* with NaN :ref:`(...) <-d_full>`
  33. * - **-e**\ [**~**]\ *"pattern"* \| **-e**\ [**~**]/\ *regexp*/[**i**]
  34. - Filter data records that match the given pattern :ref:`(...) <-e_full>`
  35. * - **-f**\ [**i**\|\ **o**]\ *colinfo*
  36. - Set formatting of ASCII input or output :ref:`(...) <-f_full>`
  37. * - **-g**\ [**a**]\ **x**\|\ **y**\|\ **d**\|\ **X**\|\ **Y**\|\ **D**\|[*col*]\ **z**\ *gap*\ [**+n**\|\ **p**]
  38. - Segment data by detecting gaps :ref:`(...) <-g_full>`
  39. * - **-h**\ [**i**\|\ **o**][*n*][**+c**][**+d**][**+m**\ *segheader*][**+r**\ *remark*][**+t**\ *title*]
  40. - ASCII [*I*\|\ *O*] tables have header record[s] :ref:`(...) <-h_full>`
  41. * - **-i**\ *cols*\ [**+l**][**+s**\ *scale*][**+o**\ *offset*][,\ *...*][,\ **t**\ [*word*]]
  42. - Selection of input columns :ref:`(...) <-icols_full>`
  43. * - **-je**\|\ **f**\|\ **g**
  44. - Mode of spherical distance calculation :ref:`(...) <-distcalc_full>`
  45. * - **-l**\ [*label*]\ [*modifiers*]
  46. - Add an item to the automatic plot legend :ref:`(...) <-l_full>`
  47. * - **-n**\ [**b**\|\ **c**\|\ **l**\|\ **n**][**+a**][**+b**\ *BC*][**+c**][**+t**\ *threshold*]
  48. - Set grid interpolation mode :ref:`(...) <-n_full>`
  49. * - **-o**\ *cols*\ [,...][,\ **t**\ [*word*]]
  50. - Selection of output columns :ref:`(...) <-ocols_full>`
  51. * - **-p**\ [**x**\|\ **y**\|\ **z**]\ *azim*\ [/*elev*\ [/*zlevel*]][**+w**\ *lon0*/*lat0*\ [/*z0*]][**+v**\ *x0*/*y0*]
  52. - Control 3-D perspective view :ref:`(...) <perspective_full>`
  53. * - **-q**\ [**i**\|\ **o**][~]\ *rows*\ [**+c**\ *col*][**+a**\|\ **f**\|\ **s**]
  54. - Selection of input or output rows :ref:`(...) <-q_full>`
  55. * - **-r**\ [**g**\|\ **p**]
  56. - Sets grid registration :ref:`(...) <nodereg_full>`
  57. * - **-s**\ [*cols*][**+a**\|\ **r**]
  58. - Control treatment of NaN records :ref:`(...) <-s_full>`
  59. * - **-t**\ *transparency*
  60. - Set layer transparency :ref:`(...) <-t_full>`
  61. * - **-x**\ [[-]\ *n*]
  62. - Set number of cores in multi-threaded modules :ref:`(...) <core_full>`
  63. * - **-:**\ [**i**\|\ **o**]
  64. - Expect *y*/*x* input rather than *x*/*y* :ref:`(...) <colon_full>`
Tip!

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

Comments

Loading...