Contents:
Compare two WKT strings with some tolerance
a (Optional[str]) – first WKT string
b (Optional[str]) – second WKT string
tolerance (float = 1e-06) – tolerance to use (optional, defaults to 0.000001)
bool
bool indicating if the WKT are sufficiently equal