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:
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')) |
Bug tracker:https://github.com/robertdj/rdp/issues
Last updated 1 years agofrom:bedc097b26. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 08 2024 |
R-4.5-win-x86_64 | OK | Oct 08 2024 |
R-4.5-linux-x86_64 | OK | Oct 08 2024 |
R-4.4-win-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-aarch64 | OK | Oct 08 2024 |
R-4.3-win-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-aarch64 | OK | Oct 08 2024 |
Exports:RamerDouglasPeucker
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
'RDP' package | RDP-package RDP |
Simplify a curve using the Ramer-Douglas-Peucker algorithm. | RamerDouglasPeucker |