Le piste se trovano a nord e a sud della città. Il percorso settentrionale Pouillerel - La Ferme Modèle è particolarmente consigliato per la sua varietà e le sue vedute panoramiche sulla città, le Alpi e la sua altitudine, che garantisce la presenza della neve. La pista di Les Arêtes fa da collegamento con il Giura e il Giura bernese. Da Les Foulets si raggiungono il Communal de la Sagne e la Vue-des-Alpes
Previsioni meteo
Inizio stagione: 01.11.2025
Bollettino neve
Bollettino neve
0 cm
Altezza neve
0 cm
0 cm nella località
Situazione neve
nessuna info
Data dell'ultima nevicata
n/p
Previsioni dettagliate
`;
}
function buildSnowChart(forecasts) {
let locale = "it";
let snowList = document.createElement('ul');
snowList.classList.add('SnowChart');
for (let i = 0; i < forecasts.length; i++) {
let item = document.createElement('li');
item.setAttribute('data-js-tooltip', 'top');
const tooltipValue = getDayName(forecasts[i].date) + ': ' + forecasts[i].snow_sum_day + ' ' + forecasts[i].unit;
item.setAttribute('data-title', tooltipValue);
item.innerHTML = `
${getDayName(forecasts[i].date, locale)}${forecasts[i].snow_sum_day} ${forecasts[i].unit}
`
snowList.appendChild(item);
}
return snowList.outerHTML;
}
function getDayName(dateStr, locale) {
let date = new Date(dateStr);
return date.toLocaleDateString(locale, {weekday: "short"});
}
const hasMountainWeather = true;
const hasValleyWeather = true;
if (hasMountainWeather) {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_5541.json", buildDomElement, document.getElementById('srfSnowChart'));
} else if (!hasMountainWeather && hasValleyWeather) {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_798.json", buildDomElement, document.getElementById('srfSnowChart'));
} else {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_798.json", buildDomElement, document.getElementById('srfSnowChart'));
}
const snowCheckboxes = document.getElementsByName('snowType');
snowCheckboxes.forEach(cb => {
cb.addEventListener('change', ev => {
if (ev.target.value === 'valley') {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_798.json", buildDomElement, document.getElementById('srfSnowChart'));
} else {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_5541.json", buildDomElement, document.getElementById('srfSnowChart'));
}
});
});
//]]>
La Chaux-de-Fonds
Key Value List
Altezza della neve nella località a 1150 m s.l.m.
0 cm
Altezza della neve nel comprensorio sciistico superiore a 1255 m s.l.m.
0 cm
Data dell'ultima nevicata nella località
n/p
Data dell'ultima nevicata nel comprensorio sciistico
n/p
Neve nuova nel comprensorio sciistico (ultime 24 ore)