<%= weather.location.city %>
- Temperature:
<%= weather.condition.text %>
<%= weather.condition.temperature %>
<%= weather.units.temperature %>
- Wind speed: <%= weather.wind.speed %><%= weather.units.speed %> <%= weather.wind.direction %>
- Visibility: <%= weather.atmosphere.visibility %><%= weather.units.distance %>
- Sunrise: <%= weather.astronomy.sunrise %>
- Sunset: <%= weather.astronomy.sunset %>