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 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wxgui_items SYSTEM "wxgui_items.dtd">
<wxgui-items>
<wxgui-item name="Georectify">
<label>Georectify</label>
<handler>OnGCPManager</handler>
<related-module>g.gui.gcp</related-module>
<description>Manage Ground Control Points for Georectification</description>
<icon>georectify</icon>
</wxgui-item>
<wxgui-item name="GraphicalModeler">
<label>Graphical modeler</label>
<handler>OnGModeler</handler>
<related-module>g.gui.gmodeler</related-module>
<description>Launch Graphical modeler</description>
<keywords>general,gui,graphical modeler,workflow</keywords>
<icon>modeler-main</icon>
</wxgui-item>
<wxgui-item name="RunModel">
<label>Run model</label>
<handler>OnRunModel</handler>
<description>Run model prepared by Graphical modeler</description>
</wxgui-item>
<wxgui-item name="AnimationTool">
<label>Animation tool</label>
<handler>OnAnimationTool</handler>
<related-module>g.gui.animation</related-module>
<description>Launch animation tool.</description>
<keywords>general,gui,display</keywords>
</wxgui-item>
<wxgui-item name="TimelineTool">
<label>Timeline tool</label>
<handler>OnTimelineTool</handler>
<related-module>g.gui.timeline</related-module>
<description>Plot temporal extents.</description>
<keywords>general,gui,temporal</keywords>
</wxgui-item>
<wxgui-item name="TplotTool">
<label>Temporal plot tool</label>
<handler>OnTplotTool</handler>
<related-module>g.gui.tplot</related-module>
<description>Plot temporal values.</description>
<keywords>general,gui,temporal</keywords>
</wxgui-item>
<wxgui-item name="CartographicComposer">
<label>Cartographic Composer</label>
<handler>OnPsMap</handler>
<related-module>g.gui.psmap</related-module>
<description>Launch Cartographic Composer</description>
<keywords>postscript,printing</keywords>
<icon>print-compose</icon>
</wxgui-item>
<wxgui-item name="MapSwipe">
<label>Map Swipe</label>
<handler>OnMapSwipe</handler>
<related-module>g.gui.mapswipe</related-module>
<description>Launch Map Swipe</description>
<keywords>general,gui,display</keywords>
</wxgui-item>
<wxgui-item name="LaunchScript">
<label>Launch script</label>
<handler>OnRunScript</handler>
<description>Launches script file.</description>
</wxgui-item>
<wxgui-item name="PyEdit">
<label>Simple Python Editor</label>
<handler>OnSimpleEditor</handler>
<description>Launches Simple Python Editor.</description>
</wxgui-item>
<wxgui-item name="CloseGUI">
<label>Close GUI</label>
<handler>OnCloseWindow</handler>
<description>Close graphical user interface.</description>
</wxgui-item>
<wxgui-item name="Quit">
<label>Quit GRASS GIS</label>
<handler>OnCloseWindowOrExit</handler>
<description>Close GUI and exit GRASS GIS shell.</description>
<shortcut>Ctrl+Q</shortcut>
<wx-id>ID_EXIT</wx-id>
</wxgui-item>
<wxgui-item name="Preferences">
<label>Preferences</label>
<handler>OnPreferences</handler>
<description>User GUI preferences (display font, commands, digitizer, etc.)</description>
<wx-id>ID_PREFERENCES</wx-id>
</wxgui-item>
<wxgui-item name="Histogram">
<label>Histogram</label>
<handler>OnHistogram</handler>
<description>Generate histogram of image</description>
</wxgui-item>
<wxgui-item name="VolumeCalculator">
<label>3D raster map calculator</label>
<handler>OnMapCalculator</handler>
<related-module>r3.mapcalc</related-module>
<description>3D raster map calculator</description>
<keywords>raster,algebra</keywords>
</wxgui-item>
<wxgui-item name="GRASSHelp">
<label>GRASS help</label>
<command>g.manual -i</command>
<description>Display the HTML man pages of GRASS GIS</description>
<keywords>general,manual,help</keywords>
<wx-id>ID_HELP</wx-id>
</wxgui-item>
<wxgui-item name="GUIHelp">
<label>GUI help</label>
<command>g.manual entry=wxGUI</command>
<description>Display the HTML man pages of GRASS GIS</description>
<keywords>general,manual,help</keywords>
</wxgui-item>
<wxgui-item name="AboutSystem">
<label>About system</label>
<handler>OnSystemInfo</handler>
<description>Prints system information</description>
</wxgui-item>
<wxgui-item name="AboutGRASSGIS">
<label>About GRASS GIS</label>
<handler>OnAboutGRASS</handler>
<description>About GRASS GIS</description>
<wx-id>ID_ABOUT</wx-id>
</wxgui-item>
<wxgui-item name="New">
<label>New</label>
<handler>OnWorkspaceNew</handler>
<description>Create new workspace</description>
<shortcut>Ctrl+N</shortcut>
<wx-id>ID_NEW</wx-id>
</wxgui-item>
<wxgui-item name="Open">
<label>Open</label>
<handler>OnWorkspaceOpen</handler>
<description>Load workspace from file</description>
<shortcut>Ctrl+O</shortcut>
<wx-id>ID_OPEN</wx-id>
</wxgui-item>
<wxgui-item name="Save">
<label>Save</label>
<handler>OnWorkspaceSave</handler>
<description>Save workspace</description>
<shortcut>Ctrl+S</shortcut>
<wx-id>ID_SAVE</wx-id>
</wxgui-item>
<wxgui-item name="SaveAs">
<label>Save as</label>
<handler>OnWorkspaceSaveAs</handler>
<description>Save workspace to file</description>
<wx-id>ID_SAVEAS</wx-id>
</wxgui-item>
<wxgui-item name="Close">
<label>Close</label>
<handler>OnWorkspaceClose</handler>
<description>Close workspace file</description>
<wx-id>ID_CLOSE</wx-id>
</wxgui-item>
<wxgui-item name="AddRaster">
<label>Add raster</label>
<handler>OnAddRaster</handler>
<description>Add raster map layer to current display</description>
<shortcut>Ctrl+Shift+R</shortcut>
</wxgui-item>
<wxgui-item name="AddVector">
<label>Add vector</label>
<handler>OnAddVector</handler>
<description>Add vector map layer to current display</description>
<shortcut>Ctrl+Shift+V</shortcut>
</wxgui-item>
<wxgui-item name="AddMultipleRastersOrVectors">
<label>Add multiple rasters or vectors</label>
<handler>OnAddMaps</handler>
<description>Add multiple raster or vector map layers to current display</description>
<shortcut>Ctrl+Shift+L</shortcut>
</wxgui-item>
<wxgui-item name="AddRGB">
<label>Add RGB raster layer</label>
<handler>OnAddRasterRGB</handler>
<description>Add RGB raster map layer to current display</description>
</wxgui-item>
<wxgui-item name="AddWebServiceLayer">
<label>Add web service layer</label>
<handler>OnAddWS</handler>
<description>Add web service layer</description>
</wxgui-item>
<wxgui-item name="NewMapDisplayWindow">
<label>New map display window</label>
<handler>OnNewDisplay</handler>
<description>Open new map display window</description>
</wxgui-item>
<wxgui-item name="RenderAllMapDisplays">
<label>Render all map displays</label>
<handler>OnRenderAllMapDisplays</handler>
<description>Re-render maps in all open map display windows</description>
<shortcut>Ctrl+R</shortcut>
</wxgui-item>
<wxgui-item name="CloseCurrentMapDisplayWindow">
<label>Close current map display window</label>
<handler>OnDisplayClose</handler>
<description>Close current map display window</description>
<shortcut>Ctrl+W</shortcut>
</wxgui-item>
<wxgui-item name="CloseAllOpenMapDisplayWindows">
<label>Close all open map display windows</label>
<handler>OnDisplayCloseAll</handler>
<description>Close all open map display windows</description>
</wxgui-item>
<wxgui-item name="CommonRasterFormats">
<label>Simplified raster import with reprojection</label>
<handler>OnImportGdalLayers</handler>
<related-module>r.import</related-module>
<description>Imports raster data into a GRASS raster map using GDAL library.</description>
<keywords>raster,import</keywords>
</wxgui-item>
<wxgui-item name="CommonVectorFormats">
<label>Simplified vector import with reprojection</label>
<handler>OnImportOgrLayers</handler>
<related-module>v.import</related-module>
<description>Imports vector data into a GRASS vector map using OGR library.</description>
<keywords>vector,import</keywords>
</wxgui-item>
<wxgui-item name="DXFImport">
<label>DXF import</label>
<handler>OnImportDxfFile</handler>
<related-module>v.in.dxf</related-module>
<description>Converts files in DXF format to GRASS vector map format.</description>
<keywords>vector,import,dxf</keywords>
</wxgui-item>
<wxgui-item name="LinkExternalRasterData">
<label>Link external raster data</label>
<handler>OnLinkGdalLayers</handler>
<related-module>r.external</related-module>
<description>Link GDAL supported raster data as a pseudo GRASS raster map layer.</description>
<keywords>raster,import,input,external</keywords>
</wxgui-item>
<wxgui-item name="LinkExternalVectorData">
<label>Link external vector data</label>
<handler>OnLinkOgrLayers</handler>
<related-module>v.external</related-module>
<description>Creates a new pseudo-vector map as a link to an OGR-supported layer.</description>
<keywords>vector,import,input,external,OGR,PostGIS</keywords>
</wxgui-item>
<wxgui-item name="OutputFormatForVectorData">
<label>Output format for vector data</label>
<handler>OnVectorOutputFormat</handler>
<related-module>v.external.out</related-module>
<description>Defines vector output format utilizing OGR library.</description>
<keywords>vector,export,output,external,OGR,PostGIS</keywords>
</wxgui-item>
<wxgui-item name="ShowRegion">
<label>Show current region</label>
<command>g.region -p</command>
<description>Shows the extent and resolution of the computational region.</description>
<keywords>general,settings</keywords>
</wxgui-item>
<wxgui-item name="ShowRegionLL">
<label>Show region using latitude and longitude</label>
<command>g.region -pl</command>
<description>Shows the extent and resolution of the computational region.</description>
<keywords>general,settings</keywords>
</wxgui-item>
<wxgui-item name="ShowRegionExtent">
<label>Show current region extent in Map Display</label>
<handler>OnShowRegionExtent</handler>
<description>Shows the extent of the computational region in Map Display.</description>
<keywords>general,settings</keywords>
</wxgui-item>
<wxgui-item name="MapsetAccess">
<label>Mapset access</label>
<handler>OnMapsets</handler>
<related-module>g.mapsets</related-module>
<description>Set/unset access to other mapsets in current project</description>
<keywords>general,settings,search path</keywords>
</wxgui-item>
<wxgui-item name="ChangeLocationAndMapset">
<label>Change project (location) and mapset</label>
<handler>OnChangeLocation</handler>
<description>Change current project and mapset.</description>
<keywords>general,project,location,current</keywords>
</wxgui-item>
<wxgui-item name="ChangeMapset">
<label>Change mapset</label>
<handler>OnChangeMapset</handler>
<description>Change current mapset.</description>
<keywords>general,mapset,current</keywords>
</wxgui-item>
<wxgui-item name="ChangeWorkingDirectory">
<label>Change working directory</label>
<handler>OnChangeCWD</handler>
<description>Change working directory</description>
</wxgui-item>
<wxgui-item name="ShowSettings">
<label>Show settings</label>
<command>g.gisenv -n</command>
<description>Outputs and modifies the user's current GRASS variable settings.</description>
<keywords>general,settings,variables</keywords>
</wxgui-item>
<wxgui-item name="CreateNewLocation">
<label>Create new project (location)</label>
<handler>OnLocationWizard</handler>
<description>Launches project wizard to create a new GRASS project (also known as location).</description>
<keywords>general,project,location,wizard</keywords>
</wxgui-item>
<wxgui-item name="CreateNewMapset">
<label>Create new mapset</label>
<handler>OnCreateMapset</handler>
<description>Creates new mapset in the current project, changes current mapset.</description>
<keywords>general,mapset,create</keywords>
</wxgui-item>
<wxgui-item name="DisplayMapProjection">
<label>Display map projection</label>
<command>g.proj -p</command>
<description>Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).</description>
<keywords>general,projection,create project,create project</keywords>
</wxgui-item>
<wxgui-item name="InstallExtensionFromAddons">
<label>Install extension from addons</label>
<handler>OnInstallExtension</handler>
<related-module>g.extension</related-module>
<description>Installs new extension from GRASS AddOns repository.</description>
<keywords>general,installation,extensions</keywords>
</wxgui-item>
<wxgui-item name="ManageExtension">
<label>Manage installed extension</label>
<handler>OnManageExtension</handler>
<related-module>g.extension</related-module>
<description>Updates or removes installed GRASS AddOns extension(s).</description>
<keywords>general,installation,extensions</keywords>
</wxgui-item>
<wxgui-item name="ManageRasterColorRulesInteractively">
<label>Manage color rules interactively</label>
<handler>OnRasterRules</handler>
<description>Interactive management of raster color tables.</description>
<keywords>raster,color table</keywords>
</wxgui-item>
<wxgui-item name="SetUpSamplingAndAnalysisFramework">
<label>Set up sampling and analysis framework</label>
<handler>OnRLiSetup</handler>
<related-module>g.gui.rlisetup</related-module>
<description>Configuration editor for r.li.'index'</description>
<keywords>raster,landscape structure analysis</keywords>
</wxgui-item>
<wxgui-item name="CreateNewVectorMap">
<label>Create new vector map</label>
<handler>OnNewVector</handler>
<description>Create new empty vector map</description>
</wxgui-item>
<wxgui-item name="ManageVectorColorRulesInteractively">
<label>Manage color rules interactively</label>
<handler>OnVectorRules</handler>
<description>Interactive management of vector color tables.</description>
<keywords>vector,color table</keywords>
</wxgui-item>
<wxgui-item name="VectorNetworkAnalysisTool">
<label>Vector network analysis tool</label>
<handler>OnVNet</handler>
<description>Tool for interactive vector network analysis.</description>
<keywords>gui,vector,network</keywords>
</wxgui-item>
<wxgui-item name="CreateOrEditGroup">
<label>Create/edit group</label>
<handler>OnEditImageryGroups</handler>
<related-module>i.group</related-module>
<description>Creates, edits, and lists groups of imagery files.</description>
<keywords>imagery,map management</keywords>
</wxgui-item>
<wxgui-item name="InteractiveInputForSupervisedClassification">
<label>Interactive input for supervised classification</label>
<handler>OnIClass</handler>
<related-module>g.gui.iclass</related-module>
<description>Generates spectral signatures by allowing the user to outline training areas.</description>
<keywords>general,gui,imagery,classification,signatures</keywords>
</wxgui-item>
<wxgui-item name="ManagingGCPsfor3DCorrection">
<label>Managing GCPs for 3D correction</label>
<command>g.gui.image2target</command>
<description>Georectifies a map and allows managing GCP for 3D correction.</description>
<keywords>general,gui,imagery,GCP,georectification,orthophoto</keywords>
</wxgui-item>
<wxgui-item name="CorrectsScanningDistortions">
<label>Corrects scanning distortions</label>
<command>g.gui.photo2image</command>
<description>Corrects scanning distortions of a scanned aerial photo.</description>
<keywords>general,gui,imagery,georectification,orthophoto</keywords>
</wxgui-item>
<wxgui-item name="DataCatalog">
<label>Data Catalog</label>
<handler>OnDataCatalog</handler>
<related-module>g.gui.datacatalog</related-module>
<description>Launch Data Catalog.</description>
<keywords>general,gui,data,catalog</keywords>
</wxgui-item>
<wxgui-item name="VDigit">
<label>Vector digitizer</label>
<command>g.gui.vdigit</command>
<description>Interactive editing and digitization of vector maps.</description>
<keywords>general,gui,vector,editing,digitizer</keywords>
</wxgui-item>
<wxgui-item name="RDigit">
<label>Raster digitizer</label>
<command>g.gui.rdigit</command>
<description>Interactive editing and digitization of raster maps.</description>
<keywords>general,gui,raster,editing,digitizer</keywords>
</wxgui-item>
</wxgui-items>
|