Package: sfdct
Title: Constrained Triangulation for Simple Features
Version: 0.2.0
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com")
Description: 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. 
Depends: R (>= 3.3.0)
License: CC BY-NC-SA 4.0
License_restricts_use: yes
Encoding: UTF-8
LazyData: true
Imports: dplyr, methods, RTriangle, sf, sp, tibble
RoxygenNote: 7.2.3
Suggests: testthat, covr, knitr, maps, rmarkdown, viridisLite
VignetteBuilder: knitr
URL: https://github.com/hypertidy/sfdct
BugReports: https://github.com/hypertidy/sfdct/issues
NeedsCompilation: no
Packaged: 2023-11-08 23:32:04 UTC; mdsumner
Author: Michael D. Sumner [aut, cre]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-09 02:50:03 UTC
