wxgui_items.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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="AddRaster">
  158. <label>Add raster</label>
  159. <handler>OnAddRaster</handler>
  160. <description>Add raster map layer to current display</description>
  161. <shortcut>Ctrl+Shift+R</shortcut>
  162. </wxgui-item>
  163. <wxgui-item name="AddVector">
  164. <label>Add vector</label>
  165. <handler>OnAddVector</handler>
  166. <description>Add vector map layer to current display</description>
  167. <shortcut>Ctrl+Shift+V</shortcut>
  168. </wxgui-item>
  169. <wxgui-item name="AddMultipleRastersOrVectors">
  170. <label>Add multiple rasters or vectors</label>
  171. <handler>OnAddMaps</handler>
  172. <description>Add multiple raster or vector map layers to current display</description>
  173. <shortcut>Ctrl+Shift+L</shortcut>
  174. </wxgui-item>
  175. <wxgui-item name="AddRGB">
  176. <label>Add RGB raster layer</label>
  177. <handler>OnAddRasterRGB</handler>
  178. <description>Add RGB raster map layer to current display</description>
  179. </wxgui-item>
  180. <wxgui-item name="AddWebServiceLayer">
  181. <label>Add web service layer</label>
  182. <handler>OnAddWS</handler>
  183. <description>Add web service layer</description>
  184. </wxgui-item>
  185. <wxgui-item name="NewMapDisplayWindow">
  186. <label>New map display window</label>
  187. <handler>OnNewDisplay</handler>
  188. <description>Open new map display window</description>
  189. </wxgui-item>
  190. <wxgui-item name="RenderAllMapDisplays">
  191. <label>Render all map displays</label>
  192. <handler>OnRenderAllMapDisplays</handler>
  193. <description>Re-render maps in all open map display windows</description>
  194. <shortcut>Ctrl+R</shortcut>
  195. </wxgui-item>
  196. <wxgui-item name="CloseCurrentMapDisplayWindow">
  197. <label>Close current map display window</label>
  198. <handler>OnDisplayClose</handler>
  199. <description>Close current map display window</description>
  200. <shortcut>Ctrl+W</shortcut>
  201. </wxgui-item>
  202. <wxgui-item name="CloseAllOpenMapDisplayWindows">
  203. <label>Close all open map display windows</label>
  204. <handler>OnDisplayCloseAll</handler>
  205. <description>Close all open map display windows</description>
  206. </wxgui-item>
  207. <wxgui-item name="CommonRasterFormats">
  208. <label>Simplified raster import with reprojection</label>
  209. <handler>OnImportGdalLayers</handler>
  210. <related-module>r.import</related-module>
  211. <description>Imports raster data into a GRASS raster map using GDAL library.</description>
  212. <keywords>raster,import</keywords>
  213. </wxgui-item>
  214. <wxgui-item name="CommonVectorFormats">
  215. <label>Simplified vector import with reprojection</label>
  216. <handler>OnImportOgrLayers</handler>
  217. <related-module>v.import</related-module>
  218. <description>Imports vector data into a GRASS vector map using OGR library.</description>
  219. <keywords>vector,import</keywords>
  220. </wxgui-item>
  221. <wxgui-item name="DXFImport">
  222. <label>DXF import</label>
  223. <handler>OnImportDxfFile</handler>
  224. <related-module>v.in.dxf</related-module>
  225. <description>Converts files in DXF format to GRASS vector map format.</description>
  226. <keywords>vector,import,dxf</keywords>
  227. </wxgui-item>
  228. <wxgui-item name="LinkExternalRasterData">
  229. <label>Link external raster data</label>
  230. <handler>OnLinkGdalLayers</handler>
  231. <related-module>r.external</related-module>
  232. <description>Link GDAL supported raster data as a pseudo GRASS raster map layer.</description>
  233. <keywords>raster,import,input,external</keywords>
  234. </wxgui-item>
  235. <wxgui-item name="LinkExternalVectorData">
  236. <label>Link external vector data</label>
  237. <handler>OnLinkOgrLayers</handler>
  238. <related-module>v.external</related-module>
  239. <description>Creates a new pseudo-vector map as a link to an OGR-supported layer.</description>
  240. <keywords>vector,import,input,external,OGR,PostGIS</keywords>
  241. </wxgui-item>
  242. <wxgui-item name="OutputFormatForVectorData">
  243. <label>Output format for vector data</label>
  244. <handler>OnVectorOutputFormat</handler>
  245. <related-module>v.external.out</related-module>
  246. <description>Defines vector output format utilizing OGR library.</description>
  247. <keywords>vector,export,output,external,OGR,PostGIS</keywords>
  248. </wxgui-item>
  249. <wxgui-item name="ShowRegion">
  250. <label>Show current region</label>
  251. <command>g.region -p</command>
  252. <description>Shows the extent and resolution of the computational region.</description>
  253. <keywords>general,settings</keywords>
  254. </wxgui-item>
  255. <wxgui-item name="ShowRegionLL">
  256. <label>Show region using latitude and longitude</label>
  257. <command>g.region -pl</command>
  258. <description>Shows the extent and resolution of the computational region.</description>
  259. <keywords>general,settings</keywords>
  260. </wxgui-item>
  261. <wxgui-item name="ShowRegionExtent">
  262. <label>Show current region extent in Map Display</label>
  263. <handler>OnShowRegionExtent</handler>
  264. <description>Shows the extent of the computational region in Map Display.</description>
  265. <keywords>general,settings</keywords>
  266. </wxgui-item>
  267. <wxgui-item name="MapsetAccess">
  268. <label>Mapset access</label>
  269. <handler>OnMapsets</handler>
  270. <related-module>g.mapsets</related-module>
  271. <description>Set/unset access to other mapsets in current location</description>
  272. <keywords>general,settings,search path</keywords>
  273. </wxgui-item>
  274. <wxgui-item name="ChangeLocationAndMapset">
  275. <label>Change location and mapset</label>
  276. <handler>OnChangeLocation</handler>
  277. <description>Change current location and mapset.</description>
  278. <keywords>general,location,current</keywords>
  279. </wxgui-item>
  280. <wxgui-item name="ChangeMapset">
  281. <label>Change mapset</label>
  282. <handler>OnChangeMapset</handler>
  283. <description>Change current mapset.</description>
  284. <keywords>general,mapset,current</keywords>
  285. </wxgui-item>
  286. <wxgui-item name="ChangeWorkingDirectory">
  287. <label>Change working directory</label>
  288. <handler>OnChangeCWD</handler>
  289. <description>Change working directory</description>
  290. </wxgui-item>
  291. <wxgui-item name="ShowSettings">
  292. <label>Show settings</label>
  293. <command>g.gisenv -n</command>
  294. <description>Outputs and modifies the user's current GRASS variable settings.</description>
  295. <keywords>general,settings,variables</keywords>
  296. </wxgui-item>
  297. <wxgui-item name="CreateNewLocation">
  298. <label>Create new location</label>
  299. <handler>OnLocationWizard</handler>
  300. <description>Launches location wizard to create new GRASS location.</description>
  301. <keywords>general,location,wizard</keywords>
  302. </wxgui-item>
  303. <wxgui-item name="CreateNewMapset">
  304. <label>Create new mapset</label>
  305. <handler>OnCreateMapset</handler>
  306. <description>Creates new mapset in the current location, changes current mapset.</description>
  307. <keywords>general,mapset,create</keywords>
  308. </wxgui-item>
  309. <wxgui-item name="DisplayMapProjection">
  310. <label>Display map projection</label>
  311. <command>g.proj -p</command>
  312. <description>Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).</description>
  313. <keywords>general,projection,create location</keywords>
  314. </wxgui-item>
  315. <wxgui-item name="InstallExtensionFromAddons">
  316. <label>Install extension from addons</label>
  317. <handler>OnInstallExtension</handler>
  318. <related-module>g.extension</related-module>
  319. <description>Installs new extension from GRASS AddOns repository.</description>
  320. <keywords>general,installation,extensions</keywords>
  321. </wxgui-item>
  322. <wxgui-item name="ManageExtension">
  323. <label>Manage installed extension</label>
  324. <handler>OnManageExtension</handler>
  325. <related-module>g.extension</related-module>
  326. <description>Updates or removes installed GRASS AddOns extension(s).</description>
  327. <keywords>general,installation,extensions</keywords>
  328. </wxgui-item>
  329. <wxgui-item name="ManageRasterColorRulesInteractively">
  330. <label>Manage color rules interactively</label>
  331. <handler>OnRasterRules</handler>
  332. <description>Interactive management of raster color tables.</description>
  333. <keywords>raster,color table</keywords>
  334. </wxgui-item>
  335. <wxgui-item name="SetUpSamplingAndAnalysisFramework">
  336. <label>Set up sampling and analysis framework</label>
  337. <handler>OnRLiSetup</handler>
  338. <related-module>g.gui.rlisetup</related-module>
  339. <description>Configuration editor for r.li.'index'</description>
  340. <keywords>raster,landscape structure analysis</keywords>
  341. </wxgui-item>
  342. <wxgui-item name="CreateNewVectorMap">
  343. <label>Create new vector map</label>
  344. <handler>OnNewVector</handler>
  345. <description>Create new empty vector map</description>
  346. </wxgui-item>
  347. <wxgui-item name="CleanVectorMap">
  348. <label>Clean vector map</label>
  349. <handler>OnVectorCleaning</handler>
  350. <related-module>v.clean</related-module>
  351. <description>Toolset for cleaning topology of vector map.</description>
  352. <keywords>vector,topology,geometry</keywords>
  353. </wxgui-item>
  354. <wxgui-item name="ManageVectorColorRulesInteractively">
  355. <label>Manage color rules interactively</label>
  356. <handler>OnVectorRules</handler>
  357. <description>Interactive management of vector color tables.</description>
  358. <keywords>vector,color table</keywords>
  359. </wxgui-item>
  360. <wxgui-item name="VectorNetworkAnalysisTool">
  361. <label>Vector network analysis tool</label>
  362. <handler>OnVNet</handler>
  363. <description>Tool for interactive vector network analysis.</description>
  364. <keywords>gui,vector,network</keywords>
  365. </wxgui-item>
  366. <wxgui-item name="CreateOrEditGroup">
  367. <label>Create/edit group</label>
  368. <handler>OnEditImageryGroups</handler>
  369. <related-module>i.group</related-module>
  370. <description>Creates, edits, and lists groups of imagery files.</description>
  371. <keywords>imagery,map management</keywords>
  372. </wxgui-item>
  373. <wxgui-item name="InteractiveInputForSupervisedClassification">
  374. <label>Interactive input for supervised classification</label>
  375. <handler>OnIClass</handler>
  376. <related-module>g.gui.iclass</related-module>
  377. <description>Generates spectral signatures by allowing the user to outline training areas.</description>
  378. <keywords>general,gui,imagery,classification,signatures</keywords>
  379. </wxgui-item>
  380. <wxgui-item name="ManagingGCPsfor3DCorrection">
  381. <label>Managing GCPs for 3D correction</label>
  382. <command>g.gui.image2target</command>
  383. <description>Georectifies a map and allows managing GCP for 3D correction.</description>
  384. <keywords>general,gui,imagery,GCP,georectification,orthophoto</keywords>
  385. </wxgui-item>
  386. <wxgui-item name="CorrectsScanningDistortions">
  387. <label>Corrects scanning distortions</label>
  388. <command>g.gui.photo2image</command>
  389. <description>Corrects scanning distortions of a scanned aerial photo.</description>
  390. <keywords>general,gui,imagery,georectification,orthophoto</keywords>
  391. </wxgui-item>
  392. <wxgui-item name="DataCatalog">
  393. <label>Data Catalog</label>
  394. <handler>OnDataCatalog</handler>
  395. <related-module>g.gui.datacatalog</related-module>
  396. <description>Launch Data Catalog.</description>
  397. <keywords>general,gui,data,catalog</keywords>
  398. </wxgui-item>
  399. <wxgui-item name="VDigit">
  400. <label>Vector digitizer</label>
  401. <command>g.gui.vdigit</command>
  402. <description>Interactive editing and digitization of vector maps.</description>
  403. <keywords>general,gui,vector,editing,digitizer</keywords>
  404. </wxgui-item>
  405. <wxgui-item name="RDigit">
  406. <label>Raster digitizer</label>
  407. <command>g.gui.rdigit</command>
  408. <description>Interactive editing and digitization of raster maps.</description>
  409. <keywords>general,gui,raster,editing,digitizer</keywords>
  410. </wxgui-item>
  411. </wxgui-items>