Table of Contents

GMT

GMT is a software module available on Comet.

GMT overview

To access GMT on Comet, run module load GMT. This will load the default version of GMT.

An overview of the module information is shown below (module -r spider ^GMT$):

GMT: GMT/6.5.0
    Description:
      GMT is a toolbox for processing and displaying xy and xyz datasets, including rasterization, filtering, and other operations.

    This module can be loaded directly: module load GMT/6.5.0

    Help:
      GMT (Generic Mapping Tools) is an open-source collection of tools for manipulating geographic and Cartesian data sets.
      
      Version: 6.5.0

If there are multiple versions of GMT listed, then you can load a specific version as follows:

$ module load GMT/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^GMT$.


GMT Help

The module GMT has the following embedded help text (module help GMT):

GMT (Generic Mapping Tools) is an open-source collection of tools for manipulating geographic and Cartesian data sets.

Version: 6.5.0


GMT Dependencies

There are no dependencies listed for GMT


Back to software