flexpolyline: Flexible Polyline Encoding

Binding to the C++ implementation of the flexible polyline encoding by HERE <https://github.com/heremaps/flexible-polyline>. The flexible polyline encoding is a lossy compressed representation of a list of coordinate pairs or coordinate triples. The encoding is achieved by: (1) Reducing the decimal digits of each value; (2) encoding only the offset from the previous point; (3) using variable length for each coordinate delta; and (4) using 64 URL-safe characters to display the result.

Package details

AuthorMerlin Unterfinger [aut, cre] (<https://orcid.org/0000-0003-2020-2366>), HERE Europe B.V. [aut, cph] (Flexible polyline encoding C++ implementation)
MaintainerMerlin Unterfinger <info@munterfinger.ch>
LicenseGPL-3
Version0.3.0
URL https://munterfi.github.io/flexpolyline/ https://github.com/munterfi/flexpolyline/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("flexpolyline")

Try the flexpolyline package in your browser

Any scripts or data that you put into this service are public.

flexpolyline documentation built on Feb. 16, 2023, 7:42 p.m.