let
WeatherTable = #table(
{"weather_code", "Description", "IconURL"},
{
{0, "Ciel clair", "https://openweathermap.org/img/wn/[email protected]"},
{1, "Principalement clair",
"https://openweathermap.org/img/wn/[email protected]"},
{2, "Partiellement nuageux",
"https://openweathermap.org/img/wn/[email protected]"},
{3, "Couvert", "https://openweathermap.org/img/wn/[email protected]"},
{45, "Brouillard", "https://openweathermap.org/img/wn/[email protected]"},
{48, "Brouillard givrant",
"https://openweathermap.org/img/wn/[email protected]"},
{51, "Bruine légère", "https://openweathermap.org/img/wn/[email protected]"},
{53, "Bruine modérée", "https://openweathermap.org/img/wn/[email protected]"},
{55, "Bruine dense", "https://openweathermap.org/img/wn/[email protected]"},
{56, "Bruine verglaçante légère",
"https://openweathermap.org/img/wn/[email protected]"},
{57, "Bruine verglaçante forte",
"https://openweathermap.org/img/wn/[email protected]"},
{61, "Pluie légère", "https://openweathermap.org/img/wn/[email protected]"},
{63, "Pluie modérée", "https://openweathermap.org/img/wn/[email protected]"},
{65, "Pluie forte", "https://openweathermap.org/img/wn/[email protected]"},
{66, "Pluie verglaçante légère",
"https://openweathermap.org/img/wn/[email protected]"},
{67, "Pluie verglaçante forte",
"https://openweathermap.org/img/wn/[email protected]"},
{71, "Neige légère", "https://openweathermap.org/img/wn/[email protected]"},
{73, "Neige modérée", "https://openweathermap.org/img/wn/[email protected]"},
{75, "Neige forte", "https://openweathermap.org/img/wn/[email protected]"},
{77, "Grains de neige",
"https://openweathermap.org/img/wn/[email protected]"},
{80, "Averses légères",
"https://openweathermap.org/img/wn/[email protected]"},
{81, "Averses modérées",
"https://openweathermap.org/img/wn/[email protected]"},
{82, "Averses fortes", "https://openweathermap.org/img/wn/[email protected]"},
{85, "Averses de neige légères",
"https://openweathermap.org/img/wn/[email protected]"},
{86, "Averses de neige fortes",
"https://openweathermap.org/img/wn/[email protected]"},
{95, "Orage léger ou modéré",
"https://openweathermap.org/img/wn/[email protected]"},
{96, "Orage avec grêle légère",
"https://openweathermap.org/img/wn/[email protected]"},
{99, "Orage avec grêle forte",
"https://openweathermap.org/img/wn/[email protected]"}
}
)
in
WeatherTable