For all days between the specified start and end date, identify the time of sunrise, sunset, and solar noon (in UTC) as well as the day length. The idea for this function was contributed by Miguel C. Leon and a Python equivalent lives in the Luquillo site's LUQ-general-utils GitHub repository.
Arguments
- lat
(numeric) latitude coordinate for which to find day length
- lon
(numeric) longitude coordinate for which to find day length
- start_date
(character) starting date in 'YYYY-MM-DD' format
- end_date
(character) ending date in 'YYYY-MM-DD' format
- quiet
(logical) whether to suppress certain non-warning messages. Defaults to
TRUE