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

mask_common.rst_ 4.1 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
  1. |No-spaces|
  2. Description
  3. -----------
  4. Reads a (*x*,\ *y*,\ *z*) file [or standard input] and uses
  5. this information to find out which grid cells are reliable. Only grid
  6. cells which have one or more data points are considered reliable. As an
  7. option, you may specify a radius of influence. Then, all grid cells that
  8. are within *radius* of a data point are considered reliable.
  9. Furthermore, an option is provided to reverse the sense of the test.
  10. Having found the reliable/not reliable points, the module will either
  11. paint tiles to mask these nodes (with the **-T** switch), or use
  12. contouring to create polygons that will clip out regions of no interest.
  13. When clipping is initiated, it will stay in effect until turned off by a
  14. second call to the module using the **-C** option.
  15. Required
  16. --------
  17. .. _-I:
  18. .. include:: explain_-I.rst_
  19. .. _-J:
  20. .. |Add_-J| replace:: [Not mandatory when -D].
  21. .. include:: explain_-J.rst_
  22. .. _-R:
  23. .. |Add_-R| unicode:: 0x20 .. just an invisible code
  24. .. include:: explain_-R.rst_
  25. .. |Add_-Rz| unicode:: 0x20 .. just an invisible code
  26. .. include:: explain_-Rz.rst_
  27. Optional Arguments
  28. ------------------
  29. .. |Add_intables| unicode:: 0x20 .. just an invisible code
  30. .. include:: explain_intables.rst_
  31. .. _-B:
  32. .. include:: explain_-B.rst_
  33. .. _-C:
  34. **-C**
  35. Mark end of existing clip path. No input file is needed. Implicitly
  36. sets **-O**. Also supply **-X** and **-Y** settings if you have
  37. moved since the clip started.
  38. .. _-D:
  39. **-D**\ *dumpfile*
  40. Dump the (x,y) coordinates of each clipping polygon to one or more
  41. output files (or *stdout* if *template* is not given). No plotting
  42. will take place. If *template* contains the C-format specifier %d
  43. (including modifications like %05d) then polygons will be written to
  44. different files; otherwise all polygons are written to the specified
  45. file (*template*). The files are ASCII unless
  46. **-bo** is used. See **-Q** to exclude small
  47. polygons from consideration.
  48. .. _-F:
  49. **-F**\ [**l**\|\ **r**]
  50. Force clip contours (polygons) to be oriented so that data points are to the
  51. left (**-Fl** [Default]) or right (**-Fr**) as we move along the perimeter
  52. [Default is arbitrary orientation]. Requires **-D**.
  53. .. _-G:
  54. **-G**\ *fill*
  55. Paint the clip polygons (or tiles) with a selected fill [Default is no fill].
  56. .. _-L:
  57. **-L**\ *nodegrid*\ [**+i**\|\ **o**]
  58. Save the internal grid with ones (data constraint) and zeros (no data) to
  59. the named *nodegrid* [no grid saved]. Append **+o** to convert the outside (no data)
  60. nodes to NaNs before writing the grid, while appending **+i** will instead convert
  61. the inside (data) flags to NaNs.
  62. .. _-N:
  63. **-N**
  64. Invert the sense of the test, i.e., clip regions where there is data coverage.
  65. .. _-Q:
  66. **-Q**\ *cut*
  67. Do not dump polygons with less than *cut* number of points [Dumps
  68. all polygons]. Only applicable if **-D** has been specified.
  69. .. _-S:
  70. **-S**\ *search\_radius*
  71. Sets radius of influence. Grid nodes within *radius* of a data point
  72. are considered reliable. [Default is 0, which means that only grid
  73. cells with data in them are reliable]. Append the distance unit (see `Units`_).
  74. .. _-T:
  75. **-T**
  76. Plot tiles instead of clip polygons. Use **-G** to set tile color or
  77. pattern. Cannot be used with **-D**.
  78. .. _-U:
  79. .. include:: explain_-U.rst_
  80. .. _-V:
  81. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  82. .. include:: explain_-V.rst_
  83. .. _-X:
  84. .. include:: explain_-XY.rst_
  85. .. |Add_-bi| replace:: [Default is 2 input columns].
  86. .. include:: explain_-bi.rst_
  87. .. |Add_-di| unicode:: 0x20 .. just an invisible code
  88. .. include:: explain_-di.rst_
  89. .. |Add_-e| unicode:: 0x20 .. just an invisible code
  90. .. include:: explain_-e.rst_
  91. .. |Add_-h| replace:: Not used with binary data.
  92. .. include:: explain_-h.rst_
  93. .. include:: explain_-icols.rst_
  94. .. |Add_perspective| unicode:: 0x20 .. just an invisible code
  95. .. include:: explain_perspective.rst_
  96. .. include:: explain_-qi.rst_
  97. .. |Add_nodereg| unicode:: 0x20 .. just an invisible code
  98. .. include:: explain_nodereg.rst_
  99. .. include:: explain_-t.rst_
  100. .. include:: explain_colon.rst_
  101. .. include:: explain_help.rst_
  102. .. include:: explain_distunits.rst_
Tip!

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

Comments

Loading...