Generic Mapping Tools

Contributions

Some notes on where I contributed to the development:

Notes

  • Split a multisegment file into one file per segment using gmtsplit: gmt split <infile.gmt> -Doutfilebasename_%d.gmt - This will create as many output files named outfilebasename_00n.gmt as there are segments in the input multisegment file infile.gmt

GMT/Python on Windows