iwfm.gis.wkt2poly

iwfm.gis.wkt2poly(intxt)[source]

Turn WKT text description into object.

Parameters:

intxt (str) –

Polygon description in text in WKT format, for example:

’POLYGON((0 0,4 0,4 4,0 4,0 0))’

Returns:

poly – Polygon

Return type:

obj