Initial commit: Sunscope UTCI forecast site

This commit is contained in:
fraxle
2026-05-11 09:03:18 +01:00
commit 2e1f3b7c48
9 changed files with 1252 additions and 0 deletions
+171
View File
@@ -0,0 +1,171 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About SunScope · The True Temperature</title>
<meta name="description" content="SunScope uses the Universal Thermal Climate Index (UTCI) and an original soak-factor formula to show how the weather will really feel on your body — including the effect of rain, snow, wind and solar radiation." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://sunscope.net/about.html" />
<!-- Open Graph -->
<meta property="og:title" content="About SunScope · The True Temperature" />
<meta property="og:description" content="What is UTCI? How does the SunScope soak-factor work? Learn how SunScope gives you a more honest outdoor comfort forecast than standard air temperature." />
<meta property="og:url" content="https://sunscope.net/about.html" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☀️</text></svg>" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,900;1,300&family=Manrope:wght@400;600&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="./assets/about.css">
<!-- Structured data for AEO / AI search -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "SunScope",
"url": "https://sunscope.net",
"description": "SunScope is a free outdoor thermal comfort forecast using the Universal Thermal Climate Index (UTCI) and the SunScope soak-factor for precipitation."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is UTCI?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The Universal Thermal Climate Index (UTCI) is a biometeorological standard that combines air temperature, humidity, wind speed, and solar radiation into a single felt-temperature value. It was developed by Bröde et al. (2012) and is used worldwide in heat-health warning systems."
}
},
{
"@type": "Question",
"name": "What is the SunScope soak-factor?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The SunScope soak-factor is an original precipitation penalty formula that reduces the UTCI value based on rain intensity, snowfall, and wind speed — reflecting the extra chill of wet clothing and skin that standard UTCI does not account for."
}
},
{
"@type": "Question",
"name": "How accurate is SunScope?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SunScope uses Open-Meteo forecast data, which is sourced from ECMWF and national meteorological services. The UTCI calculation follows the peer-reviewed Bröde 2012 polynomial. The soak-factor is an original model and should be treated as an informed estimate rather than a scientific measurement."
}
}
]
}
</script>
</head>
<body>
<header>
<a href="./index.html" class="logo"><span class="logo-sun">SUN</span><span class="logo-scope">Scope</span></a>
<a href="./index.html">Home</a>
<a href="./about.html" class="active">About</a>
</header>
<main>
<h1>About SunScope</h1>
<p class="tagline">The True Temperature — what the weather actually feels like on your body.</p>
<h2>What is SunScope?</h2>
<p>
SunScope is a free outdoor thermal comfort forecast that goes beyond standard air temperature.
Most weather apps tell you it's 12 °C and leave you to guess whether that means t-shirt weather
or a heavy coat. SunScope combines air temperature, humidity, wind speed, and solar radiation
into a single <strong>felt temperature</strong> — so you know what to actually expect when you
step outside.
</p>
<p>
It uses the <strong>Universal Thermal Climate Index (UTCI)</strong>, a peer-reviewed
biometeorological standard developed by <a href="https://utci.org/" target="_blank" rel="noopener noreferrer">Bröde et al. (2012)</a>
and used globally in heat-health warning systems and urban planning. Forecast data is sourced
in real time from <strong>Open-Meteo</strong>, a free and open-source weather API drawing on
ECMWF and national met services. SunScope is available for any location worldwide.
</p>
<h2>What is the SunScope soak-factor?</h2>
<p>
Standard UTCI does not account for precipitation — it tells you how cold the wind and sun make
you feel, but not the extra chill of rain soaking your clothing or snow settling on your skin.
The <strong>SunScope soak-factor</strong> fills that gap with an original penalty formula.
</p>
<p>
Light drizzle (under 1 mm/hr) reduces the felt temperature by roughly 12 °C. Heavy rain
combined with strong wind can push it down by 78 °C. Snowfall carries an additional penalty
on top of any rain adjustment. The result is shown in the <strong>UTCI+P</strong> column —
a more honest, real-world comfort score for anyone heading outdoors.
</p>
<h2>Reading the stress bands</h2>
<p>SunScope maps every UTCI+P value to a thermal stress band so you can read conditions at a glance:</p>
<table class="stress-table">
<thead>
<tr><th>UTCI range</th><th>Band</th><th>What it means outdoors</th></tr>
</thead>
<tbody>
<tr><td><span class="swatch" style="background:#23408f"></span>Below 27 °C</td><td>Polar</td><td>Survivable only with expedition-grade kit; do not go outside unprepared</td></tr>
<tr><td><span class="swatch" style="background:#3f73c4"></span>27 to 13 °C</td><td>Arctic</td><td>Very strong cold stress; full winter protection needed</td></tr>
<tr><td><span class="swatch" style="background:#7eb0e0"></span>13 to 0 °C</td><td>Freezing</td><td>Strong cold stress; warm layers essential</td></tr>
<tr><td><span class="swatch" style="background:#bcd9ec"></span>0 to 9 °C</td><td>Cold</td><td>Moderate cold stress; coat and gloves advised</td></tr>
<tr><td><span class="swatch" style="background:#c8dcc0"></span>9 to 18 °C</td><td>Chilled</td><td>Slight cold stress; comfortable with a light jacket</td></tr>
<tr><td><span class="swatch" style="background:#6ab05a"></span>18 to 26 °C</td><td>Comfortable</td><td>No thermal stress; ideal outdoor conditions</td></tr>
<tr><td><span class="swatch" style="background:#f5c842"></span>26 to 32 °C</td><td>Mod heat</td><td>Moderate heat stress; stay hydrated</td></tr>
<tr><td><span class="swatch" style="background:#f5821f"></span>32 to 38 °C</td><td>Strong heat</td><td>Strong heat stress; limit strenuous activity</td></tr>
<tr><td><span class="swatch" style="background:#e03030"></span>38 to 46 °C</td><td>V. strong heat</td><td>Very strong heat stress; seek shade and cool fluids</td></tr>
<tr><td><span class="swatch" style="background:#8b1a1a"></span>Above 46 °C</td><td>Extreme heat</td><td>Extreme heat stress; dangerous for outdoor exposure</td></tr>
</tbody>
</table>
<h2>Frequently asked questions</h2>
<div class="faq-block">
<p class="faq-q">Why does SunScope sometimes show a much higher temperature than my regular weather app?</p>
<p class="faq-a">On clear, sunny days direct solar radiation heats your skin significantly — sometimes adding 10 °C or more to what the air temperature alone would suggest. SunScope calculates Mean Radiant Temperature from shortwave radiation data, capturing this effect. Standard weather apps ignore it entirely.</p>
</div>
<div class="faq-block">
<p class="faq-q">Why does SunScope sometimes show a lower temperature than my regular weather app?</p>
<p class="faq-a">Wind chill and precipitation both reduce felt temperature. If it's raining or blustery, the UTCI+P value will be noticeably lower than the thermometer reading — which is exactly what your body experiences.</p>
</div>
<div class="faq-block">
<p class="faq-q">How far ahead does the forecast go?</p>
<p class="faq-a">SunScope currently shows a 72-hour hourly forecast. Data refreshes automatically from Open-Meteo each time you load the page.</p>
</div>
<div class="faq-block">
<p class="faq-q">Is SunScope free?</p>
<p class="faq-a">SunScope beta is currently free to use for any location worldwide. As the product develops, some features may move to a paid tier — but core forecasting will always be accessible.</p>
</div>
<div class="faq-block">
<p class="faq-q">What data sources does SunScope use?</p>
<p class="faq-a">Forecast data comes from <a href="https://open-meteo.com/" target="_blank" rel="noopener noreferrer">Open-Meteo</a>, which aggregates ECMWF, GFS, and national meteorological service models. The UTCI calculation follows the Bröde et al. 2012 polynomial. Geolocation search uses the Open-Meteo geocoding API.</p>
</div>
<h2>Get in touch</h2>
<p>
SunScope is an independent project. If you have feedback, spotted a bug, or are interested in
using SunScope data for your business or website, feel free to reach out via
<a href="mailto:hello@sunscope.net">hello@sunscope.net</a>.
</p>
</main>
<footer>
&copy; 2026 <a href="https://fraxle.net" target="_blank" rel="noopener noreferrer">Fraxle.NET</a> · <a href="./index.html">Forecast</a> · <a href="./about.html">About</a> · Data: <a href="https://open-meteo.com/" target="_blank" rel="noopener noreferrer">Open-Meteo</a> · UTCI: <a href="https://utci.org/" target="_blank" rel="noopener noreferrer">Bröde 2012</a>
</footer>
</body>
</html>