-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.35 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
46
47
48
49
Package: herdersTA
Title: Extracting Movement Characteristics from GPS Trajectories of Nomadic Households
Version: 0.0.0.9000
Authors@R:
c(person(given = "Henning",
family = "Teickner",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Christian",
family = "Knoth",
role = c("aut"),
email = "[email protected]")
)
Description: herdersTA provides functions in order to extract movement characteristics
from high-temporal resolution GPS trajectories of nomadic households. Key functions are
the extraction of visited locations using density-based clustering and flexible time
thresholding, the identification of individual visits, gap filling, temporal aggregation and the
extraction of raster and polygon data at locations. Moreover, functions to plot the
time course of visited locations with additional information while ensuring anonymisation
are provided.
Depends:
R (>= 3.2.0)
Imports:
trajectories (>= 0.2-1),
sp,
rgdal,
rgeos,
geosphere,
foreach,
doParallel,
spacetime,
xts,
lubridate,
dbscan,
ggplot2,
cowplot,
ggrepel,
jsonlite,
raster (>= 2.7-11),
tidyr,
plyr,
data.table,
dplyr,
rlang,
methods
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2