pyinterp.geodetic.Point.read_wkt¶
- static Point.read_wkt(wkt: str) pyinterp.core.geodetic.Point ¶
Parses OGC Well-Known Text (WKT) into a Point.
- Parameters:
wkt – the WKT representation of the Point.
- Returns:
The point defined by the WKT representation.