Hi! A feature I'd really like is supporting rounding to X decimal places in the .wkt_string() function.
For example I can force the output to be POINT (2.32 5.45).
Maybe a second function like wkt_string_rounded(prec: i32)?
I'm happy to work on this myself and PR but wanted to check if this would be something of interest first that would get merged in! Thanks!