Given a start time and (optionally) a duration returns the phase of day at a given location. This is primarily used to calculate phase of day information for soundscape recording projects.
Usage
dayPhase(
time = Sys.time(),
duration = 40000,
lat = 50.1,
lon = 1.83,
tz = "UTC"
)