You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learning how to use this tool is not so simple, the level of difficulty for those who are starting can be very difficult, however after understanding how the tool works it will be easier in creating other projects. I customary to say that the less friendly a programming tool is, the more powerful it is. GMT is one of them. Take advantage of this repository and good studies.
GRDCUT
lines 17 and 51;
This command cuts the topography for a desired region, then you name it with;
In line 21 we apply a type of north on the map, however there are other types, in addition we specify which type of source we want to show in the representations of the directions;
In line 55 we apply only the division of countries with the parameter -N, in the globe;
This command creates a new color palette based on an 'old' palette, in our case RAINBOW, specifying the minimum and maximum limits with the -T parameter. In addition, we named it again, in our case, seis.cpt. You can choose another name, feel free;
images of the palettes created by GMT are can be consulted in the repository.
AWK
line 30;
This is a tool that is not part of GMT, but is used in the creation of this map for loading seismic events and later for plotting. I suggest you take a look at Matthew Herman's guide for better understanding;