We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesn't appear that there's currently a way to write WKT values with a given precision?
I'm implementing "display methods" in geoarrow so that Python users can have a better display in a terminal than
<geoarrow.rust.core._rust.MultiPolygonArray at 0x10a12e9a0>
and in this use case, having too many decimals of precision is distracting. E.g. shapely gives a "repr" of
It looks like this format! would have to be changed?
format!
geozero/geozero/src/wkt/wkt_writer.rs
Line 104 in 52a4d2d
Ref https://stackoverflow.com/a/49778870
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It doesn't appear that there's currently a way to write WKT values with a given precision?
I'm implementing "display methods" in geoarrow so that Python users can have a better display in a terminal than
and in this use case, having too many decimals of precision is distracting. E.g. shapely gives a "repr" of
It looks like this
format!
would have to be changed?geozero/geozero/src/wkt/wkt_writer.rs
Line 104 in 52a4d2d
Ref https://stackoverflow.com/a/49778870
The text was updated successfully, but these errors were encountered: