-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathDESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.28 KB
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.3.0
Authors@R:
c(
person(
given = "Anatoly",
family = "Tsyplenkov",
role = c("aut", "cre", "cph"),
email = "atsyplenkov@fastmail.com",
comment = c(ORCID = "0000-0003-4144-8402")
)
)
Maintainer: Anatoly Tsyplenkov <atsyplenkov@fastmail.com>
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
Depends: R (>= 4.1.0)
Imports:
wk (>= 0.9),
sf (>= 1.0),
geos (>= 0.2.4),
checkmate,
igraph (>= 2.0.0)
Suggests:
smoothr (>= 1.0.0),
testthat (>= 3.0.0),
geomtextpath (>= 0.1.5),
terra (>= 1.7),
ggplot2 (>= 3.1.0),
raybevel (>= 0.2.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Language: en-US
Config/Needs/website:
mapgl,
rmapshaper,
bench,
htmlwidgets
Config/roxygen2/version: 8.0.0