pyacs.lib.gmtpoint.midpoint

Midpoint between two GMT_Points.

pyacs.lib.gmtpoint.midpoint.midpoint(self, point, code='Mm')[source]

Return the midpoint between this point and another.

Parameters:
  • point (GMT_Point) – Other point.

  • code (str, optional) – Code for the new point. Default is ‘Mm’.

Returns:

Midpoint (lon, lat, he set; velocity not set).

Return type:

GMT_Point