GMS:Toolbox

From XMS Wiki
Jump to navigationJump to search

Starting with version 10.8, GMS includes a general purpose toolbox that allows the SMS process to interact with external scripts. The user accesses the toolbox by selecting the toolbox icon Toolbox macro.png in the macro toolbar. This brings up the GMS toolbox dialog.

GMS Toolbox

Tools in the toolbox allow the user to operate on data in an GMS interactive session as well as data in external files. Each tool in the toolbox produces a specific output. Launch a tool by either double-clicking on the tool or selecting the tool and clicking the Run Tool... button at the bottom of the toolbox.

Example output from a tool could include, but are not limited to:

  • a graphic or plot.
  • a report (document or spreadsheet) for a specified analytical process.
  • a new geometry item in GMS (i.e. a new Ugrid).
  • a new dataset in GMS.
  • a new data file.

Tools Tab

Available tools in the SMS Tool dialog are divided into categories, typically based on the type of output or the type of arguments used in the tool. Currently these categories include:

  • Coverages – Contains tools for manipulated coverage data.
  • Datasets – Contains tools for manipulating datasets attached meshes, scatters sets, or Ugrids.
  • Lidar – Contains tools for manipulating lidar data.
  • Rasters – Contains tools for manipulating raster files in the GIS module.
  • Unstructured Grids – Contains tools for manipulating UGrids, scatter sets, and meshes.
  • Whitebox Tools – Contains tools for executing operations for analyzing geographical information systems (GIS).

History Tab

The toolbox maintains a history of all tools invoked in an GMS project.

The history section includes the tool and the date/time the tool was invoked. Selecting an entry in the history tab launches the listed tool. The input fields are populated with the arguments that were used in the previous invocation of the tool. These inputs can be changed for the new invocation of the tool.

The History tab has the following options:

  • Run Tool From History – Clicking this will run the tool again using the same parameters.
  • Delete – Removes the run from the history.

Related Topics