| solartime-package {solartime} | R Documentation |
solar time utilities.
Description
Provide utilities to work with solar time, i.e. where noon is exactly when sun culminates. Provides functions for computing sun position and times of sunrise and sunset.
Details
Most fundamental functions are
corrected fractional hour
getSolarTimeHourbased oncomputeSolarToLocalTimeDifferencecomputing position of the sun
computeSunPosition
On this basis, properties are computed such as
hour of sunrise and sunset:
computeSunriseHour,computeSunsetHourdaylength in hours:
computeDayLengthflagging times as day or night:
computeIsDayByHourandcomputeIsDayByLocationand
More utils provide
get the hours ahead UTC:
getHoursAheadOfUTCget fractional hour of the day:
getFractionalHours
Also have a look at the package vignettes.
Author(s)
Thomas Wutzler
[Package solartime version 0.0.2 Index]