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