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.5)RDP_0.3.0.zip(r-4.4)RDP_0.3.0.zip(r-4.3)
RDP_0.3.0.tgz(r-4.4-x86_64)RDP_0.3.0.tgz(r-4.4-arm64)RDP_0.3.0.tgz(r-4.3-x86_64)RDP_0.3.0.tgz(r-4.3-arm64)
RDP_0.3.0.tar.gz(r-4.5-noble)RDP_0.3.0.tar.gz(r-4.4-noble)
RDP_0.3.0.tgz(r-4.4-emscripten)RDP_0.3.0.tgz(r-4.3-emscripten)
RDP.pdf |RDP.html
RDP/json (API)

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

Peer review:

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

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

On CRAN:

4.65 score 9 stars 4 scripts 305 downloads 1.2k mentions 1 exports 1 dependencies

Last updated 1 years agofrom:bedc097b26. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 08 2024
R-4.5-win-x86_64OKOct 08 2024
R-4.5-linux-x86_64OKOct 08 2024
R-4.4-win-x86_64OKOct 08 2024
R-4.4-mac-x86_64OKOct 08 2024
R-4.4-mac-aarch64OKOct 08 2024
R-4.3-win-x86_64OKOct 08 2024
R-4.3-mac-x86_64OKOct 08 2024
R-4.3-mac-aarch64OKOct 08 2024

Exports:RamerDouglasPeucker

Dependencies:Rcpp