forked from datastorm-open/suncalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 909 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: suncalc
Version: 0.5.1
Title: Compute Sun Position, Sunlight Phases, Moon Position and Lunar Phase
Authors@R: c(
person("Benoit", "Thieurmel", role = c("aut", "cre"),
comment = "R interface", email = "[email protected]"),
person("Achraf", "Elmarhraoui", role = c("aut"),
comment = "R interface", email = "[email protected]")
)
Description: Get sun position, sunlight phases (times for sunrise, sunset, dusk, etc.),
moon position and lunar phase for the given location and time. Most calculations are based on the
formulas given in Astronomy Answers articles about position of the sun and the planets :
<https://www.aa.quae.nl/en/reken/zonpositie.html>.
Imports:
data.table,
lubridate,
magrittr
License: GPL-2 | file LICENSE
URL: https://github.com/datastorm-open/suncalc
NeedsCompilation: no
RoxygenNote: 7.1.2
Encoding: UTF-8