Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

deprecated

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.


wk

Lightweight Well-Known Geometry Parsing

v0.4.1
MIT + file LICENSE
Authors
Dewey Dunnington [aut, cre] (<https://orcid.org/0000-0002-9415-4582>), Edzer Pebesma [aut] (<https://orcid.org/0000-0001-8049-7069>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.