source: grass/trunk/gui/wxpython/xml/wxgui_items.xml

Last change on this file was 73829, checked in by martinl, 6 years ago

r.mapcalc.simple added to the menu, #3431

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 16.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE wxgui_items SYSTEM "wxgui_items.dtd">
3<wxgui-items>
4 <wxgui-item name="Georectify">
5 <label>Georectify</label>
6 <handler>OnGCPManager</handler>
7 <related-module>g.gui.gcp</related-module>
8 <description>Manage Ground Control Points for Georectification</description>
9 <icon>georectify</icon>
10 </wxgui-item>
11 <wxgui-item name="GraphicalModeler">
12 <label>Graphical modeler</label>
13 <handler>OnGModeler</handler>
14 <related-module>g.gui.gmodeler</related-module>
15 <description>Launch Graphical modeler</description>
16 <keywords>general,gui,graphical modeler,workflow</keywords>
17 <icon>modeler-main</icon>
18 </wxgui-item>
19 <wxgui-item name="RunModel">
20 <label>Run model</label>
21 <handler>OnRunModel</handler>
22 <description>Run model prepared by Graphical modeler</description>
23 </wxgui-item>
24 <wxgui-item name="AnimationTool">
25 <label>Animation tool</label>
26 <handler>OnAnimationTool</handler>
27 <related-module>g.gui.animation</related-module>
28 <description>Launch animation tool.</description>
29 <keywords>general,gui,display</keywords>
30 </wxgui-item>
31 <wxgui-item name="TimelineTool">
32 <label>Timeline tool</label>
33 <handler>OnTimelineTool</handler>
34 <related-module>g.gui.timeline</related-module>
35 <description>Plot temporal extents.</description>
36 <keywords>general,gui,temporal</keywords>
37 </wxgui-item>
38 <wxgui-item name="TplotTool">
39 <label>Temporal plot tool</label>
40 <handler>OnTplotTool</handler>
41 <related-module>g.gui.tplot</related-module>
42 <description>Plot temporal values.</description>
43 <keywords>general,gui,temporal</keywords>
44 </wxgui-item>
45 <wxgui-item name="CartographicComposer">
46 <label>Cartographic Composer</label>
47 <handler>OnPsMap</handler>
48 <related-module>g.gui.psmap</related-module>
49 <description>Launch Cartographic Composer</description>
50 <keywords>postscript,printing</keywords>
51 <icon>print-compose</icon>
52 </wxgui-item>
53 <wxgui-item name="MapSwipe">
54 <label>Map Swipe</label>
55 <handler>OnMapSwipe</handler>
56 <related-module>g.gui.mapswipe</related-module>
57 <description>Launch Map Swipe</description>
58 <keywords>general,gui,display</keywords>
59 </wxgui-item>
60 <wxgui-item name="LaunchScript">
61 <label>Launch script</label>
62 <handler>OnRunScript</handler>
63 <description>Launches script file.</description>
64 </wxgui-item>
65 <wxgui-item name="PyEdit">
66 <label>Simple Python Editor</label>
67 <handler>OnSimpleEditor</handler>
68 <description>Launches Simple Python Editor.</description>
69 </wxgui-item>
70 <wxgui-item name="CloseGUI">
71 <label>Close GUI</label>
72 <handler>OnCloseWindow</handler>
73 <description>Close graphical user interface.</description>
74 </wxgui-item>
75 <wxgui-item name="Quit">
76 <label>Quit GRASS GIS</label>
77 <handler>OnCloseWindowOrExit</handler>
78 <description>Close GUI and exit GRASS GIS shell.</description>
79 <shortcut>Ctrl+Q</shortcut>
80 <wx-id>ID_EXIT</wx-id>
81 </wxgui-item>
82 <wxgui-item name="Preferences">
83 <label>Preferences</label>
84 <handler>OnPreferences</handler>
85 <description>User GUI preferences (display font, commands, digitizer, etc.)</description>
86 <wx-id>ID_PREFERENCES</wx-id>
87 </wxgui-item>
88 <wxgui-item name="Histogram">
89 <label>Histogram</label>
90 <handler>OnHistogram</handler>
91 <description>Generate histogram of image</description>
92 </wxgui-item>
93 <wxgui-item name="VolumeCalculator">
94 <label>3D raster map calculator</label>
95 <handler>OnMapCalculator</handler>
96 <related-module>r3.mapcalc</related-module>
97 <description>3D raster map calculator</description>
98 <keywords>raster,algebra</keywords>
99 </wxgui-item>
100 <wxgui-item name="GRASSHelp">
101 <label>GRASS help</label>
102 <command>g.manual -i</command>
103 <description>Display the HTML man pages of GRASS GIS</description>
104 <keywords>general,manual,help</keywords>
105 <wx-id>ID_HELP</wx-id>
106 </wxgui-item>
107 <wxgui-item name="GUIHelp">
108 <label>GUI help</label>
109 <command>g.manual entry=wxGUI</command>
110 <description>Display the HTML man pages of GRASS GIS</description>
111 <keywords>general,manual,help</keywords>
112 </wxgui-item>
113 <wxgui-item name="AboutSystem">
114 <label>About system</label>
115 <handler>OnSystemInfo</handler>
116 <description>Prints system information</description>
117 </wxgui-item>
118 <wxgui-item name="AboutGRASSGIS">
119 <label>About GRASS GIS</label>
120 <handler>OnAboutGRASS</handler>
121 <description>About GRASS GIS</description>
122 <wx-id>ID_ABOUT</wx-id>
123 </wxgui-item>
124 <wxgui-item name="New">
125 <label>New</label>
126 <handler>OnWorkspaceNew</handler>
127 <description>Create new workspace</description>
128 <shortcut>Ctrl+N</shortcut>
129 <wx-id>ID_NEW</wx-id>
130 </wxgui-item>
131 <wxgui-item name="Open">
132 <label>Open</label>
133 <handler>OnWorkspaceOpen</handler>
134 <description>Load workspace from file</description>
135 <shortcut>Ctrl+O</shortcut>
136 <wx-id>ID_OPEN</wx-id>
137 </wxgui-item>
138 <wxgui-item name="Save">
139 <label>Save</label>
140 <handler>OnWorkspaceSave</handler>
141 <description>Save workspace</description>
142 <shortcut>Ctrl+S</shortcut>
143 <wx-id>ID_SAVE</wx-id>
144 </wxgui-item>
145 <wxgui-item name="SaveAs">
146 <label>Save as</label>
147 <handler>OnWorkspaceSaveAs</handler>
148 <description>Save workspace to file</description>
149 <wx-id>ID_SAVEAS</wx-id>
150 </wxgui-item>
151 <wxgui-item name="Close">
152 <label>Close</label>
153 <handler>OnWorkspaceClose</handler>
154 <description>Close workspace file</description>
155 <wx-id>ID_CLOSE</wx-id>
156 </wxgui-item>
157 <wxgui-item name="LoadGRCFileTclTkGUI">
158 <label>Load GRC file (Tcl/Tk GUI)</label>
159 <handler>OnWorkspaceLoadGrcFile</handler>
160 <description>Load map layers from GRC file to layer tree</description>
161 </wxgui-item>
162 <wxgui-item name="AddRaster">
163 <label>Add raster</label>
164 <handler>OnAddRaster</handler>
165 <description>Add raster map layer to current display</description>
166 <shortcut>Ctrl+Shift+R</shortcut>
167 </wxgui-item>
168 <wxgui-item name="AddVector">
169 <label>Add vector</label>
170 <handler>OnAddVector</handler>
171 <description>Add vector map layer to current display</description>
172 <shortcut>Ctrl+Shift+V</shortcut>
173 </wxgui-item>
174 <wxgui-item name="AddMultipleRastersOrVectors">
175 <label>Add multiple rasters or vectors</label>
176 <handler>OnAddMaps</handler>
177 <description>Add multiple raster or vector map layers to current display</description>
178 <shortcut>Ctrl+Shift+L</shortcut>
179 </wxgui-item>
180 <wxgui-item name="AddRGB">
181 <label>Add RGB raster layer</label>
182 <handler>OnAddRasterRGB</handler>
183 <description>Add RGB raster map layer to current display</description>
184 </wxgui-item>
185 <wxgui-item name="AddWebServiceLayer">
186 <label>Add web service layer</label>
187 <handler>OnAddWS</handler>
188 <description>Add web service layer</description>
189 </wxgui-item>
190 <wxgui-item name="NewMapDisplayWindow">
191 <label>New map display window</label>
192 <handler>OnNewDisplay</handler>
193 <description>Open new map display window</description>
194 </wxgui-item>
195 <wxgui-item name="RenderAllMapDisplays">
196 <label>Render all map displays</label>
197 <handler>OnRenderAllMapDisplays</handler>
198 <description>Re-render maps in all open map display windows</description>
199 <shortcut>Ctrl+R</shortcut>
200 </wxgui-item>
201 <wxgui-item name="CloseCurrentMapDisplayWindow">
202 <label>Close current map display window</label>
203 <handler>OnDisplayClose</handler>
204 <description>Close current map display window</description>
205 <shortcut>Ctrl+W</shortcut>
206 </wxgui-item>
207 <wxgui-item name="CloseAllOpenMapDisplayWindows">
208 <label>Close all open map display windows</label>
209 <handler>OnDisplayCloseAll</handler>
210 <description>Close all open map display windows</description>
211 </wxgui-item>
212 <wxgui-item name="CommonRasterFormats">
213 <label>Simplified raster import with reprojection</label>
214 <handler>OnImportGdalLayers</handler>
215 <related-module>r.import</related-module>
216 <description>Imports raster data into a GRASS raster map using GDAL library.</description>
217 <keywords>raster,import</keywords>
218 </wxgui-item>
219 <wxgui-item name="CommonVectorFormats">
220 <label>Simplified vector import with reprojection</label>
221 <handler>OnImportOgrLayers</handler>
222 <related-module>v.import</related-module>
223 <description>Imports vector data into a GRASS vector map using OGR library.</description>
224 <keywords>vector,import</keywords>
225 </wxgui-item>
226 <wxgui-item name="DXFImport">
227 <label>DXF import</label>
228 <handler>OnImportDxfFile</handler>
229 <related-module>v.in.dxf</related-module>
230 <description>Converts files in DXF format to GRASS vector map format.</description>
231 <keywords>vector,import,dxf</keywords>
232 </wxgui-item>
233 <wxgui-item name="LinkExternalRasterData">
234 <label>Link external raster data</label>
235 <handler>OnLinkGdalLayers</handler>
236 <related-module>r.external</related-module>
237 <description>Link GDAL supported raster data as a pseudo GRASS raster map layer.</description>
238 <keywords>raster,import,input,external</keywords>
239 </wxgui-item>
240 <wxgui-item name="LinkExternalVectorData">
241 <label>Link external vector data</label>
242 <handler>OnLinkOgrLayers</handler>
243 <related-module>v.external</related-module>
244 <description>Creates a new pseudo-vector map as a link to an OGR-supported layer.</description>
245 <keywords>vector,import,input,external,OGR,PostGIS</keywords>
246 </wxgui-item>
247 <wxgui-item name="OutputFormatForVectorData">
248 <label>Output format for vector data</label>
249 <handler>OnVectorOutputFormat</handler>
250 <related-module>v.external.out</related-module>
251 <description>Defines vector output format utilizing OGR library.</description>
252 <keywords>vector,export,output,external,OGR,PostGIS</keywords>
253 </wxgui-item>
254 <wxgui-item name="ShowRegion">
255 <label>Show current region</label>
256 <command>g.region -p</command>
257 <description>Shows the extent and resolution of the computational region.</description>
258 <keywords>general,settings</keywords>
259 </wxgui-item>
260 <wxgui-item name="ShowRegionLL">
261 <label>Show region using latitude and longitude</label>
262 <command>g.region -pl</command>
263 <description>Shows the extent and resolution of the computational region.</description>
264 <keywords>general,settings</keywords>
265 </wxgui-item>
266 <wxgui-item name="ShowRegionExtent">
267 <label>Show current region extent in Map Display</label>
268 <handler>OnShowRegionExtent</handler>
269 <description>Shows the extent of the computational region in Map Display.</description>
270 <keywords>general,settings</keywords>
271 </wxgui-item>
272 <wxgui-item name="MapsetAccess">
273 <label>Mapset access</label>
274 <handler>OnMapsets</handler>
275 <related-module>g.mapsets</related-module>
276 <description>Set/unset access to other mapsets in current location</description>
277 <keywords>general,settings,search path</keywords>
278 </wxgui-item>
279 <wxgui-item name="ChangeLocationAndMapset">
280 <label>Change location and mapset</label>
281 <handler>OnChangeLocation</handler>
282 <description>Change current location and mapset.</description>
283 <keywords>general,location,current</keywords>
284 </wxgui-item>
285 <wxgui-item name="ChangeMapset">
286 <label>Change mapset</label>
287 <handler>OnChangeMapset</handler>
288 <description>Change current mapset.</description>
289 <keywords>general,mapset,current</keywords>
290 </wxgui-item>
291 <wxgui-item name="ChangeWorkingDirectory">
292 <label>Change working directory</label>
293 <handler>OnChangeCWD</handler>
294 <description>Change working directory</description>
295 </wxgui-item>
296 <wxgui-item name="ShowSettings">
297 <label>Show settings</label>
298 <command>g.gisenv -n</command>
299 <description>Outputs and modifies the user's current GRASS variable settings.</description>
300 <keywords>general,settings,variables</keywords>
301 </wxgui-item>
302 <wxgui-item name="CreateNewLocation">
303 <label>Create new location</label>
304 <handler>OnLocationWizard</handler>
305 <description>Launches location wizard to create new GRASS location.</description>
306 <keywords>general,location,wizard</keywords>
307 </wxgui-item>
308 <wxgui-item name="CreateNewMapset">
309 <label>Create new mapset</label>
310 <handler>OnCreateMapset</handler>
311 <description>Creates new mapset in the current location, changes current mapset.</description>
312 <keywords>general,mapset,create</keywords>
313 </wxgui-item>
314 <wxgui-item name="VersionAndCopyright">
315 <label>Version and copyright</label>
316 <command>g.version -c</command>
317 <description>Displays version and copyright information.</description>
318 <keywords>general,version</keywords>
319 </wxgui-item>
320 <wxgui-item name="DisplayMapProjection">
321 <label>Display map projection</label>
322 <command>g.proj -p</command>
323 <description>Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).</description>
324 <keywords>general,projection,create location</keywords>
325 </wxgui-item>
326 <wxgui-item name="InstallExtensionFromAddons">
327 <label>Install extension from addons</label>
328 <handler>OnInstallExtension</handler>
329 <related-module>g.extension</related-module>
330 <description>Installs new extension from GRASS AddOns SVN repository.</description>
331 <keywords>general,installation,extensions</keywords>
332 </wxgui-item>
333 <wxgui-item name="ManageExtension">
334 <label>Manage installed extension</label>
335 <handler>OnManageExtension</handler>
336 <related-module>g.extension</related-module>
337 <description>Updates or removes installed GRASS AddOns extension(s).</description>
338 <keywords>general,installation,extensions</keywords>
339 </wxgui-item>
340 <wxgui-item name="ManageRasterColorRulesInteractively">
341 <label>Manage color rules interactively</label>
342 <handler>OnRasterRules</handler>
343 <description>Interactive management of raster color tables.</description>
344 <keywords>raster,color table</keywords>
345 </wxgui-item>
346 <wxgui-item name="SetUpSamplingAndAnalysisFramework">
347 <label>Set up sampling and analysis framework</label>
348 <handler>OnRLiSetup</handler>
349 <description>Configuration editor for r.li.'index'</description>
350 <keywords>raster,landscape structure analysis</keywords>
351 </wxgui-item>
352 <wxgui-item name="CreateNewVectorMap">
353 <label>Create new vector map</label>
354 <handler>OnNewVector</handler>
355 <description>Create new empty vector map</description>
356 </wxgui-item>
357 <wxgui-item name="CleanVectorMap">
358 <label>Clean vector map</label>
359 <handler>OnVectorCleaning</handler>
360 <related-module>v.clean</related-module>
361 <description>Toolset for cleaning topology of vector map.</description>
362 <keywords>vector,topology,geometry</keywords>
363 </wxgui-item>
364 <wxgui-item name="ManageVectorColorRulesInteractively">
365 <label>Manage color rules interactively</label>
366 <handler>OnVectorRules</handler>
367 <description>Interactive management of vector color tables.</description>
368 <keywords>vector,color table</keywords>
369 </wxgui-item>
370 <wxgui-item name="VectorNetworkAnalysisTool">
371 <label>Vector network analysis tool</label>
372 <handler>OnVNet</handler>
373 <description>Tool for interactive vector network analysis.</description>
374 <keywords>gui,vector,network</keywords>
375 </wxgui-item>
376 <wxgui-item name="CreateOrEditGroup">
377 <label>Create/edit group</label>
378 <handler>OnEditImageryGroups</handler>
379 <related-module>i.group</related-module>
380 <description>Creates, edits, and lists groups of imagery files.</description>
381 <keywords>imagery,map management</keywords>
382 </wxgui-item>
383 <wxgui-item name="InteractiveInputForSupervisedClassification">
384 <label>Interactive input for supervised classification</label>
385 <handler>OnIClass</handler>
386 <related-module>g.gui.iclass</related-module>
387 <description>Generates spectral signatures by allowing the user to outline training areas.</description>
388 <keywords>general,gui,imagery,classification,signatures</keywords>
389 </wxgui-item>
390 <wxgui-item name="ManagingGCPsfor3DCorrection">
391 <label>Managing GCPs for 3D correction</label>
392 <command>g.gui.image2target</command>
393 <description>Georectifies a map and allows managing GCP for 3D correction.</description>
394 <keywords>general,gui,imagery,GCP,georectification,orthophoto</keywords>
395 </wxgui-item>
396 <wxgui-item name="CorrectsScanningDistortions">
397 <label>Corrects scanning distortions</label>
398 <command>g.gui.photo2image</command>
399 <description>Corrects scanning distortions of a scanned aerial photo.</description>
400 <keywords>general,gui,imagery,georectification,orthophoto</keywords>
401 </wxgui-item>
402</wxgui-items>
Note: See TracBrowser for help on using the repository browser.