WEATHER INTELLIGENCE PLATFORM

Know What's
Coming.

Enterprise-grade weather forecasts. Hyperlocal precision.
Real-time data for every decision.

LIVE FORECAST
Dublin, IE
14Β°C
Partly Cloudy
HUMIDITY72%
WIND18 km/h
UV INDEX3
MON
🌦 12°
TUE
β›… 14Β°
WED
🌧 10°
THU
🌀 16°
FRI
β˜€οΈ 18Β°
99.98%Uptime SLA
250M+Data Points Daily
180+Countries Covered
<500msAPI Response Time

LIVE CLIMATE INTELLIGENCE

North Atlantic SST Regime
& NAO Forecast

Updated daily from HadISST + ERA5 reanalysis via SOM-based regime classification. Hebrew University Predictability Lab.

CURRENT REGIME β€”
Loading…
β€”

Regime probabilities
NAO PROBABILISTIC FORECAST
+1 month +2 months +3 months
Expected NAOβ€”β€”β€”
P(positive)β€”β€”β€”
P(negative)β€”β€”β€”
Skill (BSS)β€”β€”β€”

BSS > 0.1 = high skill  |  Brier Skill Score vs. climatology

β€”
Blocking Frequency
🌧
β€”
Med. Precipitation
🌮
β€”
Storm Track
🌊
β€”
Atm. River Frequency

CAPABILITIES

Built for accuracy.
Designed for scale.

⚑

Hyperlocal Forecasts

1km resolution weather data. Street-level accuracy for any location on Earth, updated every 15 minutes.

🌊

Severe Weather Alerts

Instant push notifications for storms, floods, and extreme events before they impact your operations.

πŸ“‘

REST & WebSocket API

Plug weather intelligence directly into your app. JSON responses, SDKs in 6 languages, sandbox included.

πŸ“Š

Historical Data

Access 40+ years of cleaned, normalised weather history for analytics, ML training, and risk modelling.

πŸ—ΊοΈ

Interactive Map Layers

Embeddable radar, satellite, and wind maps. White-label ready. Works with Leaflet, Mapbox, and Google Maps.

πŸ”’

Enterprise Security

SOC 2 Type II certified. GDPR compliant. Dedicated infrastructure options for regulated industries.

PRICING

Simple, transparent
pricing.

Starter
€0/mo

Perfect for developers and side projects.

  • βœ“ 1,000 API calls/day
  • βœ“ 7-day forecast
  • βœ“ Current conditions
  • βœ“ Community support
  • βœ— Severe weather alerts
  • βœ— Historical data
Start Free
Enterprise
Custom

Dedicated infrastructure and SLA guarantees.

  • βœ“ Unlimited API calls
  • βœ“ 30-day forecast
  • βœ“ Full historical archive
  • βœ“ White-label maps
  • βœ“ 99.98% SLA
  • βœ“ Dedicated account manager
Contact Sales

DEVELOPER FRIENDLY

Live in minutes,
not days.

Our REST API is clean, well-documented, and built for developers. One endpoint, endless possibilities.

Read the Docs β†’
forecast.js
const response = await fetch(
  `https://api.atlas.com/v1/forecast
    ?lat=53.3498&lon=-6.2603
    &days=7`,
  {
    headers: {
      'Authorization': `Bearer ${API_KEY}`
    }
  }
);

const data = await response.json();
console.log(data.forecast);

// Response:
// {
//   location: "Dublin, IE",
//   forecast: [
//     { date: "2026-04-09",
//       high: 14, low: 8,
//       condition: "Partly Cloudy",
//       precipitation: 0.12 }
//   ]
// }

CONTACT

Get in touch.