-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.17 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: mobloc
Type: Package
Title: Mobile phone location algorithms and tools
Version: 0.5-1
Authors@R: c(person("Martijn", "Tennekes", email="[email protected]", role=c("aut", "cre")),
person("Yvonne", "Gootzen", email = "[email protected]", role = "ctb"),
person("Shan", "Shah", email = "[email protected]", role = "ctb"))
Description: CDR and signalling data contain mobile phone events logged at specific cells (antennae). This package provides algorithms and tools to translate antennae properties to gespatial distributions. Depending on the availability of the antenna properties, such as coordinates, direction, and height, different algorithms can be used.
License: EUPL
LazyData: true
Date: 2020-09-28
Depends:
R (>= 3.5)
Imports:
methods,
stats,
graphics,
sf (>= 0.6-3),
data.table,
magrittr,
parallel,
doParallel,
foreach,
ggplot2,
gridExtra,
leaflet,
raster
Suggests:
lwgeom,
rmarkdown,
knitr,
mobvis,
tmap
URL: https://github.com/MobilePhoneESSnetBigData/mobloc
BugReports: https://github.com/MobilePhoneESSnetBigData/mobloc/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.1