# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sfdct" in publications use:' type: software license: CC-BY-NC-SA-4.0 title: 'sfdct: Constrained Triangulation for Simple Features' version: 0.3.0 doi: 10.32614/CRAN.package.sfdct abstract: 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 and for high-quality configurable triangulation see . 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. authors: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com repository: https://hypertidy.r-universe.dev repository-code: https://github.com/hypertidy/sfdct commit: f0ec2e96442ba2438c79b85cc98b372d68b1507f url: https://hypertidy.github.io/sfdct/ contact: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com