Package: RDP 0.3.0

Robert Dahl Jacobsen

RDP: The Ramer-Douglas-Peucker Algorithm

Pretty fast implementation of the Ramer-Douglas-Peucker algorithm for reducing the number of points on a 2D curve. Urs Ramer (1972), "An iterative procedure for the polygonal approximation of plane curves" <doi:10.1016/S0146-664X(72)80017-0>. David H. Douglas and Thomas K. Peucker (1973), "Algorithms for the Reduction of the Number of Points Required to Represent a Digitized Line or its Caricature" <doi:10.3138/FM57-6770-U75U-7727>.

Authors:Robert Dahl Jacobsen [aut, cre]

RDP_0.3.0.tar.gz
RDP_0.3.0.zip(r-4.7)RDP_0.3.0.zip(r-4.6)RDP_0.3.0.zip(r-4.5)
RDP_0.3.0.tgz(r-4.6-x86_64)RDP_0.3.0.tgz(r-4.6-arm64)RDP_0.3.0.tgz(r-4.5-x86_64)RDP_0.3.0.tgz(r-4.5-arm64)
RDP_0.3.0.tar.gz(r-4.7-arm64)RDP_0.3.0.tar.gz(r-4.7-x86_64)RDP_0.3.0.tar.gz(r-4.6-arm64)RDP_0.3.0.tar.gz(r-4.6-x86_64)
RDP_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
RDP/json (API)

# Install 'RDP' in R:
install.packages('RDP', repos = c('https://robertdj.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/robertdj/rdp/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

5.13 score 9 stars 1 packages 7 scripts 271 downloads 1.2k mentions 1 exports 1 dependencies

Last updated from:bedc097b26. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK119
linux-devel-x86_64OK116
source / vignettesOK146
linux-release-arm64OK132
linux-release-x86_64OK119
macos-release-arm64OK208
macos-release-x86_64OK310
macos-oldrel-arm64OK183
macos-oldrel-x86_64OK287
windows-develOK103
windows-releaseOK91
windows-oldrelOK102
wasm-releaseOK94

Exports:RamerDouglasPeucker

Dependencies:Rcpp