Files
sunscope/about.html
T
fraxle e0712300e5 Beta 6
Now with concrete, vehicle and home temps and profiles
2026-05-14 22:57:42 +01:00

217 lines
12 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 calculates urban concrete heat, vehicle interior temperatures, and gives you a more honest outdoor comfort forecast." />
<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 href="https://fonts.bunny.net/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>Urban heat: concrete surface temperature</h2>
<p>
The UTCI standard was developed with a natural grass surface as its reference ground — the
assumption being that you're standing in a park or open field. In a city, that assumption
breaks down. Concrete and tarmac absorb more solar energy than grass, and unlike grass they
cannot cool themselves through evaporation. On a sunny summer afternoon, exposed concrete
can run 1525 °C hotter than the surrounding air.
</p>
<p>
SunScope's <strong>Concrete surface</strong> column estimates the temperature of sun-exposed
urban paving using an energy-balance model that accounts for how much solar radiation the
surface absorbs, how efficiently the air above it carries that heat away (which depends on
wind speed), and the reflective properties of typical urban concrete. The result gives you
a sense of the contact heat stress you'd experience sitting, standing, or walking barefoot
on city surfaces — something the standard UTCI value alone won't tell you.
</p>
<p>
The column is enabled by default in the <strong>Urban</strong> profile and colour-coded:
values above 30 °C are shown in amber, above 40 °C in red.
</p>
<h2>Vehicle interior temperature</h2>
<p>
A sealed, parked vehicle heats up far faster than most people expect. SunScope's
<strong>Vehicle</strong> column models the ambient cabin air temperature experienced by an
occupant who is seated out of direct sunlight — the classic scenario of a child or pet left
inside a parked car.
</p>
<p>
The calculation combines two physical processes. The first is <strong>body panel
conduction</strong>: metal body panels (roof, doors, bonnet) absorb solar radiation and
conduct heat into the cabin regardless of the sun's position in the sky. This is the slow,
relentless background heat that builds even on overcast days. The second is
<strong>side-window solar gain</strong>: when the sun is at an elevation where its rays
cut through the side glass rather than striking the roof or reflecting off at a shallow
angle, additional heat enters the cabin. Because the occupant is modelled as sitting out of
the direct beam, this energy goes into raising the ambient cabin air temperature rather than
heating the person directly — which is precisely what makes it so dangerous. The air around
you heats up steadily while you remain unaware of how hot the environment has become.
</p>
<p>
Wind speed has almost no effect on a sealed vehicle and is not factored in. The figure shown
represents a steady-state cabin temperature reached after approximately 4560 minutes of
parking. Values above 35 °C are shown in amber (dangerous for children and pets); above
45 °C in red (potentially fatal within minutes).
</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>