-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.46 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
Type: Package
Package: nvctr
Title: The n-vector Approach to Geographical Position
Calculations using an Ellipsoidal Model of Earth
Version: 0.1.4.9000
Authors@R:
c(person(given = "Enrico",
family = "Spinielli",
role = c("aut", "cre"),
email = "enrico.spinielli@eurocontrol.int",
comment = c(ORCID = "0000-0001-8584-9131")),
person(given = "EUROCONTROL",
role = c("cph", "fnd")))
Maintainer: Enrico Spinielli <enrico.spinielli@eurocontrol.int>
Description: The n-vector framework uses the normal vector to
the Earth ellipsoid (called n-vector) as a non-singular position
representation that turns out to be very convenient for practical
position calculations. The n-vector is simple to use and gives exact
answers for all global positions, and all distances, for both
ellipsoidal and spherical Earth models. This package is a translation
of the 'Matlab' library from FFI, the Norwegian Defence Research
Establishment, as described in Gade (2010)
<doi:10.1017/S0373463309990415>.
License: MIT + file LICENSE
URL: https://nvctr.ansperformance.eu, https://github.com/euctrl-pru/nvctr
BugReports: https://github.com/euctrl-pru/nvctr/issues
Imports:
magrittr,
pracma
Suggests:
bookdown,
covr,
geosphere,
knitr,
png,
rmarkdown,
spelling,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1