-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 948 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
25
26
27
28
29
30
Type: Package
Package: geobuffer
Title: Geodesic buffer around points (long, lat) using metric radius
Version: 0.0.0.9000
Authors@R: person("Valentin", "Stefan", email = "[email protected]", role = c("cre", "aut"))
Maintainer: Valentin Stefan <[email protected]>
Description: Allows the possibility of creating geodesic buffers when the radius is given in metric units.
A geodesic buffer is not affected by the distortions introduced by projected coordinate systems.
License: MIT + file LICENSE
URL: https://github.com/valentinitnelav/geobuffer
BugReports: https://github.com/valentinitnelav/geobuffer/issues
Depends: R (>= 3.5.0)
Imports:
geosphere (>= 1.5-7),
sp (>= 1.3-1),
sf (>= 0.7-2),
data.table (>= 1.12.0),
Suggests:
dggridR,
tmap,
ggplot2,
plotKML,
mapview,
roxygen2,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)