gmt

Process and visualize geographic and Cartesian data with maps and plots

brewmacoslinux
Try with needOr install directly
Source

About

Tools for manipulating and plotting geographic and Cartesian data

Commands

gmtgmtswitch

Examples

Create a basic map of a geographic region$ gmt coast -R-180/180/-90/90 -JM6i -Bafg -Glightgray -Slightblue -P > map.ps
Plot data points from a file on a map$ gmt plot data.txt -R0/10/0/10 -JX4i -B1 -Sc0.2c -Gred > plot.ps
Create a color-coded grid visualization$ gmt grdimage data.grd -R0/10/0/10 -JX4i -Cjet > grid.ps