====== Generic Mapping Tools ====== ===== Contributions ===== Some notes on where I contributed to the development: * Feature request [[https://github.com/GenericMappingTools/gmt/issues/5718|Angled crosslines in grdtrack]] * Feature request [[https://github.com/GenericMappingTools/gmt/commit/2ef380ade62724bf6aef0a0ac9ee847b62985596|Oblique annotations in `gmt colorbar`]] ===== Notes ===== * Split a multisegment file into one file per segment using ''[[https://docs.generic-mapping-tools.org/latest/gmtsplit.html|gmtsplit]]'': ''gmt split -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 ===== * [[https://github.com/conda-forge/gmt-feedstock/pull/15]] *