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 |
DOI: | 10.32614/CRAN.package.flexpolyline |
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/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 |
Reference manual: | flexpolyline.pdf |
Vignettes: |
C++ binding Get started Simple feature support |
Package source: | flexpolyline_0.3.0.tar.gz |
Windows binaries: | r-devel: flexpolyline_0.3.0.zip, r-release: flexpolyline_0.3.0.zip, r-oldrel: flexpolyline_0.3.0.zip |
macOS binaries: | r-release (arm64): flexpolyline_0.3.0.tgz, r-oldrel (arm64): flexpolyline_0.3.0.tgz, r-release (x86_64): flexpolyline_0.3.0.tgz, r-oldrel (x86_64): flexpolyline_0.3.0.tgz |
Old sources: | flexpolyline archive |
Reverse imports: | hereR |
Please use the canonical form https://CRAN.R-project.org/package=flexpolyline to link to this page.