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