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.

Version: 0.3.0
Imports: Rcpp, sf (≥ 0.9-3)
LinkingTo: Rcpp
Suggests: testthat (≥ 2.3.2), stringr (≥ 1.4.0), knitr (≥ 1.28), rmarkdown (≥ 2.1), covr (≥ 3.5.0)
Published: 2023-02-12
Author: Merlin Unterfinger ORCID iD [aut, cre], HERE Europe B.V. [aut, cph] (Flexible polyline encoding C++ implementation)
Maintainer: Merlin Unterfinger <info at munterfinger.ch>
BugReports: https://github.com/munterfi/flexpolyline/issues/
License: GPL-3
URL: https://munterfi.github.io/flexpolyline/, https://github.com/munterfi/flexpolyline/
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: flexpolyline results

Documentation:

Reference manual: flexpolyline.pdf
Vignettes: C++ binding
Get started
Simple feature support

Downloads:

Package source: flexpolyline_0.3.0.tar.gz
Windows binaries: r-prerel: flexpolyline_0.3.0.zip, r-release: flexpolyline_0.3.0.zip, r-oldrel: flexpolyline_0.3.0.zip
macOS binaries: r-prerel (arm64): flexpolyline_0.3.0.tgz, r-release (arm64): flexpolyline_0.3.0.tgz, r-oldrel (arm64): flexpolyline_0.3.0.tgz, r-prerel (x86_64): flexpolyline_0.3.0.tgz, r-release (x86_64): flexpolyline_0.3.0.tgz
Old sources: flexpolyline archive

Reverse dependencies:

Reverse imports: hereR

Linking:

Please use the canonical form https://CRAN.R-project.org/package=flexpolyline to link to this page.