-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.32 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
38
39
40
41
42
43
44
45
Package: centerline
Title: Extract Centerline from Closed Polygons
Version: 0.2.1
Authors@R:
c(
person(given = "Anatoly",
family = "Tsyplenkov",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4144-8402"))
)
Maintainer: Anatoly Tsyplenkov <[email protected]>
Description: Generates skeletons of closed 2D polygons using Voronoi diagrams.
It provides methods for 'sf', 'terra', and 'geos' objects to
compute polygon centerlines based on the generated skeletons.
Voronoi, G. (1908) <doi:10.1515/crll.1908.134.198>.
License: MIT + file LICENSE
URL: https://centerline.anatolii.nz, https://github.com/atsyplenkov/centerline
BugReports: https://github.com/atsyplenkov/centerline/issues
Imports:
wk (>= 0.9),
sf (>= 1.0),
geos (>= 0.2.4),
sfnetworks (>= 0.6),
checkmate
Suggests:
smoothr (>= 1.0.0),
testthat (>= 3.0.0),
geomtextpath (>= 0.1.0),
terra (>= 1.7),
igraph (>= 2.0.0),
ggplot2 (>= 3.1.0),
raybevel (>= 0.1.3)
Remotes:
tylermorganwall/raybevel
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
Config/Needs/website:
mapgl,
rmapshaper,
bench,
htmlwidgets