CRAN/E | flexpolyline

flexpolyline

Flexible Polyline Encoding

Installation

About

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.

munterfi.github.io/flexpolyline/
github.com/munterfi/flexpolyline/
Bug report File report

Key Metrics

Version 0.3.0
Published 2023-02-12 437 days ago
Needs compilation? yes
License GPL-3
CRAN checks flexpolyline results

Downloads

Yesterday 16 0%
Last 7 days 122 -12%
Last 30 days 503 -21%
Last 90 days 1.789 +0%
Last 365 days 6.747 -54%

Maintainer

Maintainer

Merlin Unterfinger

info@munterfinger.ch

Authors

Merlin Unterfinger

aut / cre

HERE Europe B.V.

aut / cph

(Flexible polyline encoding C++ implementation)

Material

README
NEWS
Reference manual
Package source

Vignettes

C++ binding
Get started
Simple feature support

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

flexpolyline archive

Imports

Rcpp
sf ≥ 0.9-3

Suggests

testthat ≥ 2.3.2
stringr ≥ 1.4.0
knitr ≥ 1.28
rmarkdown ≥ 2.1
covr ≥ 3.5.0

LinkingTo

Rcpp

Reverse Imports

hereR