pyacs.lib.gmtpoint.add_to_gmt_psvelo

Add GMT_Point to a GMT psvelo file.

pyacs.lib.gmtpoint.add_to_gmt_psvelo.add_to_gmt_psvelo(self, fname, overwrite=False, verbose=False)[source]

Add the current GMT_Point to a GMT psvelo file.

Parameters:
  • fname (str) – Path to the GMT psvelo file (created if missing).

  • overwrite (bool, optional) – If True, replace existing line with same code. Default is False.

  • verbose (bool, optional) – If True, print progress. Default is False.