These functions are deprecated and will be removed in a future version.
wkb_translate_wkt(wkb, ..., precision = 16, trim = TRUE)
wkb_translate_wkb(wkb, ..., endian = NA_integer_)
wkt_translate_wkt(wkt, ..., precision = 16, trim = TRUE)
wkt_translate_wkb(wkt, ..., endian = NA_integer_)
A list()
of raw()
vectors, such as that
returned by sf::st_as_binary()
.
Used to keep backward compatibility with previous versions of these functions.
The rounding precision to use when writing (number of decimal places).
Trim unnecessary zeroes in the output?
Force the endian of the resulting WKB.
A character vector containing well-known text.