Package: flexpolyline 1.0.0

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.
Authors:
flexpolyline_1.0.0.tar.gz
flexpolyline_1.0.0.zip(r-4.7)flexpolyline_1.0.0.zip(r-4.6)flexpolyline_1.0.0.zip(r-4.5)
flexpolyline_1.0.0.tgz(r-4.6-x86_64)flexpolyline_1.0.0.tgz(r-4.6-arm64)flexpolyline_1.0.0.tgz(r-4.5-x86_64)flexpolyline_1.0.0.tgz(r-4.5-arm64)
flexpolyline_1.0.0.tar.gz(r-4.7-arm64)flexpolyline_1.0.0.tar.gz(r-4.7-x86_64)flexpolyline_1.0.0.tar.gz(r-4.6-arm64)flexpolyline_1.0.0.tar.gz(r-4.6-x86_64)
flexpolyline_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
flexpolyline/json (API)
| # Install 'flexpolyline' in R: |
| install.packages('flexpolyline', repos = c('https://munterfi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/munterfi/flexpolyline/issues
Pkgdown/docs site:https://munterfi.github.io
gisheremapspolylinepolyline-decoderpolyline-encoderrspatialcpp
Last updated from:8b584a629a. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 155 | ||
| linux-devel-x86_64 | OK | 149 | ||
| source / vignettes | OK | 209 | ||
| linux-release-arm64 | OK | 148 | ||
| linux-release-x86_64 | OK | 148 | ||
| macos-release-arm64 | OK | 100 | ||
| macos-release-x86_64 | OK | 189 | ||
| macos-oldrel-arm64 | OK | 122 | ||
| macos-oldrel-x86_64 | OK | 318 | ||
| windows-devel | OK | 142 | ||
| windows-release | OK | 111 | ||
| windows-oldrel | OK | 111 | ||
| wasm-release | OK | 157 |
Exports:decodedecode_sfencodeencode_sfget_third_dimension
Dependencies:classclassIntDBIe1071KernSmoothMASSproxyRcpps2sfunitswk
Last update: 2023-07-19
Started: 2020-06-25
Last update: 2023-07-19
Started: 2020-06-18
Last update: 2023-07-19
Started: 2020-06-18
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Decode a flexible polyline encoded string | decode |
| Wrapper function for decoding to simple features | decode_sf |
| Encode a line in the flexible polyline encoding format | encode |
| Wrapper function for encoding simple features | encode_sf |
| Get third dimension of a flexible polyline encoded string | get_third_dimension |
