Package: flexpolyline Type: Package Title: Flexible Polyline Encoding Version: 1.0.0 Authors@R: c(person(given = "Merlin", family = "Unterfinger", role = c("aut", "cre"), email = "info@munterfinger.ch", comment = c(ORCID = "0000-0003-2020-2366")), person(family = "HERE Europe B.V.", role = c("aut", "cph"), comment = "Flexible polyline encoding C++ implementation")) Description: Binding to the C++ implementation of the flexible polyline encoding by HERE . 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. License: GPL-3 URL: https://munterfi.github.io/flexpolyline/, https://github.com/munterfi/flexpolyline/ BugReports: https://github.com/munterfi/flexpolyline/issues/ LinkingTo: Rcpp Imports: Rcpp, sf (>= 0.9-3) Suggests: testthat (>= 3.0.0), stringr (>= 1.4.0), knitr (>= 1.28), rmarkdown (>= 2.1), covr (>= 3.5.0) Encoding: UTF-8 RoxygenNote: 7.2.3 VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://munterfi.r-universe.dev Date/Publication: 2023-07-19 09:28:26 UTC RemoteUrl: https://github.com/munterfi/flexpolyline RemoteRef: HEAD RemoteSha: 8b584a629ac9a4b098797bdcb0672893bc90da3e NeedsCompilation: yes Packaged: 2026-06-24 11:11:48 UTC; root Author: Merlin Unterfinger [aut, cre] (ORCID: ), HERE Europe B.V. [aut, cph] (Flexible polyline encoding C++ implementation) Maintainer: Merlin Unterfinger