-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: sfdct
Title: Constrained Triangulation for Simple Features
Version: 0.3.0
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email = "[email protected]")
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
Roxygen: list(markdown = TRUE)
URL: https://github.com/hypertidy/sfdct, https://hypertidy.github.io/sfdct/
BugReports: https://github.com/hypertidy/sfdct/issues