sfdct: Constrained Triangulation for Simple Features

Build a constrained high quality Delaunay triangulation from simple features objects, applying constraints based on input line segments, and triangle properties including maximum area, minimum internal angle. The triangulation code in 'RTriangle' uses the method of Cheng, Dey and Shewchuk (2012, ISBN:9781584887300). For a low-dependency alternative with low-quality path-based constrained triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable triangulation see <https://github.com/hypertidy/anglr>. Also consider comparison with the 'GEOS' lib which since version 3.10.0 includes a low quality polygon triangulation method that starts with ear clipping and refines to Delaunay.

Package details

AuthorMichael D. Sumner [aut, cre]
MaintainerMichael D. Sumner <mdsumner@gmail.com>
LicenseCC BY-NC-SA 4.0
Version0.2.0
URL https://github.com/hypertidy/sfdct
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("sfdct")

Try the sfdct package in your browser

Any scripts or data that you put into this service are public.

sfdct documentation built on Nov. 9, 2023, 9:07 a.m.