91³Ô¹ÏÍø

Paid Program
CBS News Brand Studio

The power of resilience: navigating a changing climate with weather intelligence

This content was provided by Acumen Media for The Weather Company.

This advertiser content was paid for and created by Acumen. Neither CBS News nor CBS News Brand Studio, the brand marketing arm of CBS News, were involved in the creation of this content.

The Power of Resilience: Navigating a Changing Climate with Weather Intelligence 11:06

Building climate resilience through accurate forecasts

A changing climate is increasingly felt through extreme weather events like sudden storms and prolonged heatwaves. In this new reality, are essential for building climate resilience. This Climate Week, we examine how businesses use cutting-edge weather intelligence and AI forecasting to mitigate risks, boost efficiency and increase profitability in a volatile world. The Weather Company, repeatedly recognized as the provides the insights needed to navigate complex weather challenges and foster resilience.

The business value of weather intelligence in a changing climate

With extreme weather ranked as one of the world's top risks by the , it's clear that the ability to translate scientific understanding of the weather into actionable insights has never been more crucial. For businesses, weather intelligence offers tangible value in the face of our changing climate. 

For starters, weather profoundly impacts consumer behavior; a one-degree Celsius temperature increase can boost spending by 1.2%, with weather affecting roughly $1 trillion in global sales annually. As seasonality shifts, to quickly adapt and reach the right audiences in the right moments with weather-targeted advertisements and contextual storytelling.

Beyond its impact on emotion and mindset, weather also causes about 75% of flight delays, costing airlines an estimated $60 billion annually. In the , forecast accuracy directly impacts safety, customer satisfaction and profitability, particularly as weather becomes more extreme. Accurate, allow airlines to anticipate disruptions, leading to efficient route planning, reduced fuel consumption and smoother flights.

For, forecast accuracy builds trust, especially during severe weather. High-quality forecasts strengthen viewer loyalty and establish broadcasters as authoritative weather sources. Meteorologists rely on The Weather Company's Global High-Resolution Atmospheric Forecasting () model for its reliability, which provides hourly updates for small-scale phenomena like thunderstorms—crucial for early warnings in a changing climate.

In , weather intelligence can be a "force multiplier," enabling optimal military strategy and operational planning in unpredictable environments. Even minor weather forecast deviations can compromise asset deployment, technological capabilities and personnel safety. In the face of a changing climate, weather intelligence that accurately predicts conditions on the ground and in the air is mission critical. 

The future of forecasting and climate readiness

The Weather Company is consistently recognized as the world's most accurate forecaster due to its unique blend of human meteorological expertise and state-of-the-science methodologies, including the application of AI technologies. This "human over the loop" model, where over 100 meteorologists collaborate with AI forecasting systems, delivers precise, actionable forecasts crucial for climate resilience. And this information isn't just for businesses looking to get an edge. The Weather Company also generates 25 billion personalized forecasts daily for individuals across 2.2 billion global locations, accessed by hundreds of millions of people each month on digital properties like and The Weather Channel app.  

As changing weather increasingly shapes critical decisions, accuracy and innovation are paramount. The Weather Company's unparalleled forecast leadership transforms business outcomes and empowers informed decision-making for everyone, helping people and businesses build climate resilience and thrive.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });