-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
24 lines (24 loc) · 932 Bytes
/
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
Package: concaveman
Type: Package
Title: A Very Fast 2D Concave Hull Algorithm
Version: 1.1.0
Authors@R: c(
person("Joël", "Gombin", email="joel.gombin@gmail.com", role = c("cre", "aut")),
person("Ramnath", "Vaidyanathan", role = "aut"),
person("Vladimir", "Agafonkin", role = "aut"),
person("Mapbox", role = "cph")
)
Description: The concaveman function ports the 'concaveman' (<https://github.com/mapbox/concaveman>) library from 'mapbox'. It computes the concave polygon(s) for one or several set of points.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: R (>= 2.10)
Imports: V8,
sf,
jsonlite
RoxygenNote: 7.1.2
Suggests: testthat
URL: https://joelgombin.github.io/concaveman/, http://www.github.com/joelgombin/concaveman/
BugReports: http://www.github.com/joelgombin/concaveman/issues
SystemRequirements: GDAL (>= 2.0.0), GEOS (>= 3.3.0), PROJ.4 (>= 4.8.0)