wk (version 0.5.0)

wkb_format: Deprecated functions

Description

These functions are deprecated and will be removed in a future version.

Usage

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, ...)

Arguments

wkb

A list() of raw() vectors, such as that returned by sf::st_as_binary().

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.