pub fn parse_wkt(input: &str) -> Result<Geometry, String>
Parse a WKT literal into a Geometry. Accepts an optional leading CRS URI (<http://…/CRS84> POINT(…)) which is skipped. Case-insensitive keywords.
Geometry
<http://…/CRS84> POINT(…)