spherely.to_wkt

Contents

spherely.to_wkt#

spherely.to_wkt(a: Geography | array_like, precision: int = 6) object#

Returns the WKT representation of each geography.

Parameters:
  • a (Geography or array_like) – Geography object(s)

  • precision (int, default 6) – The number of decimal places to include in the output.