-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
53 lines (53 loc) · 2.16 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
50
51
52
53
Package: sftrack
Title: Modern Classes for Tracking and Movement Data
Version: 0.5.4
Date: 2023-03-15
Authors@R:
c(person(given = "Matthew",
family = "Boone",
role = "aut",
email = "[email protected]",
comment = structure("0000-0002-8070-4715", .Names = "ORCID")),
person(given = "Rocío",
family = "Joo",
role = "aut",
email = "[email protected]",
comment = structure("0000-0003-0319-4210", .Names = "ORCID")),
# person(given = "Clement",
# family = "Calenge",
# role = "ctb",
# email = "[email protected]"),
person(given = "Emiel",
family = "Van Loon",
role = "ctb",
email = "[email protected]",
comment = structure("0000-0002-8895-0427", .Names = "ORCID")),
person(given = "Mathieu",
family = "Basille",
role = c("aut", "cre"),
email = "[email protected]",
comment = structure("0000-0001-9366-7127", .Names = "ORCID")))
Depends:
R (>= 3.2.0)
Imports:
sf
Description: Modern classes for tracking and movement data, building
on 'sf' spatial infrastructure, and early theoretical work from
Turchin (1998, ISBN: 9780878938476), and Calenge et al. (2009)
<doi:10.1016/j.ecoinf.2008.10.002>. Tracking data are series of
locations with at least 2-dimensional spatial coordinates (x,y), a
time index (t), and individual identification (id) of the object
being monitored; movement data are made of trajectories, i.e. the
line representation of the path, composed by steps (the
straight-line segments connecting successive locations). 'sftrack'
is designed to handle movement of both living organisms and
inanimate objects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://mablab.org/sftrack/, https://github.com/mablab/sftrack
BugReports: https://github.com/mablab/sftrack/issues
Suggests:
testthat (>= 2.1.0), utils, ggplot2, adehabitatLT, knitr, geosphere, scales, covr, rmarkdown, lwgeom