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.1.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: 2020-06-25
Author: Merlin Unterfinger [aut, cre], HERE Europe B.V. [aut, cph] (Flexible polyline encoding C++ implementation)
Maintainer: Merlin Unterfinger <info at munterfinger.ch>
BugReports: https://github.com/munterfinger/flexpolyline/issues
License: GPL-3
URL: https://munterfinger.github.io/flexpolyline, https://github.com/munterfinger/flexpolyline
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: flexpolyline results

Downloads:

Reference manual: flexpolyline.pdf
Vignettes: C++ binding
Get started
Simple feature support
Package source: flexpolyline_0.1.0.tar.gz
Windows binaries: r-devel: flexpolyline_0.1.0.zip, r-release: flexpolyline_0.1.0.zip, r-oldrel: not available
macOS binaries: r-release: flexpolyline_0.1.0.tgz, r-oldrel: flexpolyline_0.1.0.tgz

Reverse dependencies:

Reverse imports: hereR

Linking:

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