1.8 KiB
1.8 KiB
shell-templates
shell script templates for geophysical data processing and plotting.
Dependences
- bash shell: All scripts included in this folder is written under the dicipline of the bash shell. Any modifications should follow the dicipline as well.
- GMT5 (General Mapping Tools): are an open-source collection of computer software tools for processing and displaying xy and xyz datasets, including rasterisation, filtering and other image processing operations, and various kinds of map projections.
- imagemagick: is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write over 200 image file formats.
- iTerm2 (optional): is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.10 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.
Installation
Simply run configure.sh to symlink all scripts to the directory /usr/local/sbin. The configure script will create the folder and add it to PATH if the directory does not exist. The execuable name for a script will be its name without the .sh extension.