<%# Partial _weather_stats.html.erb %>
<%= t("card.temperature") %>
<%= weather_art.temperature %>°C
<%= t("card.feel_like") %> <%= weather_art.feeling_temp %>°C
<%= t("card.wind") %>
<%= weather_art.wind_scale %>
<%= weather_art.wind_speed %> km/h
<%= t("card.humidity") %>
<%= weather_art.humidity %>%
<%= t("card.relative_humidity") %>
<%= t("card.visibility") %>
<%= weather_art.visibility %> km
<%= t("card.clear_view_distance") %>
<%= t("card.pressure") %>
<%= weather_art.pressure %> hPa
<%= t("card.atmospheric_pressure") %>
<%= t("card.cloud_cover") %>
<%= weather_art.cloud %>%
<%= t("card.sky_coverage") %>