1g.search.modules(1) GRASS GIS User's Manual g.search.modules(1)
2
3
4
6 g.search.modules - Search in GRASS modules using keywords
7
9 general, modules, search
10
12 g.search.modules
13 g.search.modules --help
14 g.search.modules [-anmkcgj] [keyword=string[,string,...]] [--help]
15 [--verbose] [--quiet] [--ui]
16
17 Flags:
18 -a
19 Display only modules where all keywords are available (AND), de‐
20 fault: OR
21
22 -n
23 Invert selection (logical NOT)
24
25 -m
26 Search in manual pages too (can be slow)
27
28 -k
29 Search only for the exact keyword in module keyword list
30 Instead of full text search, search only in actual keywords
31
32 -c
33 Use colorized (more readable) output to terminal
34
35 -g
36 Shell script format
37
38 -j
39 JSON format
40
41 --help
42 Print usage summary
43
44 --verbose
45 Verbose module output
46
47 --quiet
48 Quiet module output
49
50 --ui
51 Force launching GUI dialog
52
53 Parameters:
54 keyword=string[,string,...]
55 Keyword to be searched
56 List all modules if not given
57
59 g.search.module searches for given keyword in GRASS GIS modules name,
60 description, keywords and optionally manpages, too. Also installed ad‐
61 dons are considered in the search.
62
64 Multiple keywords may be specified, g.search.modules will search for
65 all of them.
66
68 Search all modules, where keywords buffer OR clip can be found:
69 g.search.modules keyword=buffer,clip
70 r.circle
71 keywords: raster,buffer,geometry,circle
72 description: Creates a raster map containing concentric rings around a
73 given point.
74 r.buffer.lowmem
75 keywords: raster,buffer
76 description: Creates a raster map showing buffer zones surrounding cells
77 that contain non-NULL category values. This is the low-
78 memory alternative to the classic r.buffer module.
79 r.buffer
80 keywords: raster,buffer
81 description: Creates a raster map showing buffer zones surrounding cells
82 that contain non-NULL category values.
83
84 Search all modules, where keywords overlay AND clip can be found with
85 some fancy terminal output (not shown here):
86 g.search.modules keyword=clip,overlay -a -c
87 v.clip
88 keywords: vector,clip,area
89 description: Extracts features of input map which overlay features
90 of clip map.
91 v.overlay
92 keywords: vector,geometry,spatial
93 query,clip,difference,intersection,union
94 description: Overlays two vector maps offering clip, intersection,
95 difference, symmetrical difference, union operators.
96
97 Search in manual pages as well:
98 g.search.modules -m keyword=kapri
99 db.execute
100 keywords: database,attribute table,SQL
101 description: Executes any SQL statement. For SELECT statements use
102 ’db.select’.
103 db.select
104 keywords: database,attribute table,SQL
105 description: Selects data from attribute table. Performs SQL query
106 statement(s).
107
109 g.manual
110
112 Jachym Cepicky, OpenGeoLabs s.r.o., Czech Republic: original author
113 Anika Bettge, mundialis, Germany: addon search added
114
116 Available at: g.search.modules source code (history)
117
118 Accessed: Saturday Jan 21 20:41:00 2023
119
120 Main index | General index | Topics index | Keywords index | Graphical
121 index | Full index
122
123 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
124
125
126
127GRASS 8.2.1 g.search.modules(1)