Knowing when the Sun rises or sets is interesting, but it can also be
interesting to know where on the horizon these events are going to
happen.
The location of the Sun on the horizon's axis is the azimuth.
This change adds support of the computing the azimuth angle of the Sun's
at sunrise and sunset.
Sun#rising_azimuth and Sun#setting_azimuth can return nil as the
Sun sometimes never rises or never sets at some places on Earth, like
locations close to the poles.
Knowing when the Sun rises or sets is interesting, but it can also be interesting to know where on the horizon these events are going to happen.
The location of the Sun on the horizon's axis is the azimuth.
This change adds support of the computing the azimuth angle of the Sun's at sunrise and sunset.
Sun#rising_azimuth
andSun#setting_azimuth
can returnnil
as the Sun sometimes never rises or never sets at some places on Earth, like locations close to the poles.