Deprecated functions
These functions are deprecated and will be removed in a future version.
wkb_format(wkb, max_coords = 3, precision = 6, trim = TRUE) wkt_format(wkt, max_coords = 3, precision = 6, trim = TRUE) wkb_problems(wkb) wkt_problems(wkt) wkb_translate_wkt(wkb, ..., precision = 16, trim = TRUE) wkb_translate_wkb(wkb, ...) wkt_translate_wkt(wkt, ..., precision = 16, trim = TRUE) wkt_translate_wkb(wkt, ...)
wkb |
A |
max_coords |
The maximum number of coordinates to include in the output. |
precision |
The rounding precision to use when writing (number of decimal places). |
trim |
Trim unnecessary zeroes in the output? |
wkt |
A character vector containing well-known text. |
... |
Used to keep backward compatibility with previous versions of these functions. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.