Skip to content
AlpineDataWorks.AI
← All products
Energy/Transition · Index Paid

Renewable Resource Availability

How favorable are wind+solar resource conditions in the ERCOT region?

Refresh
hourly
History
47.5 yrs
Plan
Paid
100.0/ 100
Rising

US-ERCOT-Region

1979-01-03 47.5 yrs · 2,455 pts 2026-06-26

Top drivers

avg_wind_100m_msavg_shortwave_wm2wind_vs_solar_mix
⌁ mcp.call("adw-217") vADW-217-live-1.0
Use cases

What it unlocks

For an agent

An energy-trading agent monitoring the ERCOT real-time market queries ADW-217 hourly; when availability_score reads 100.0 (its current value, at the 100th percentile) — driven by high avg_wind and avg_radiation from the 48-hour Open-Meteo forecast — the agent expects suppressed real-time LMP prices in wind-heavy ERCOT zones and adjusts its day-ahead virtual offers accordingly, while flagging periods where solar radiation is forecast to drop sharply as potential price-spike windows. The 48-hour forward-looking methodology (0.5*wind + 0.5*solar from the forecast horizon, not lagged actuals) gives the agent a temporal edge over capacity-factor reports that reflect yesterday's output. Source_lineage pinning Open-Meteo's specific grid coordinates for the ERCOT footprint ensures the resource assessment is geographically consistent across runs.

📈

For the business

A corporate energy buyer managing a large industrial facility under a real-time ERCOT tariff uses ADW-217 to schedule discretionary production loads — such as electrolysis or refrigeration cycling — into windows when renewable resource availability is highest and spot prices are likely lowest. When availability_score is near 100 (as it currently reads), the buyer's energy manager schedules energy-intensive batch runs for the next 24–48 hours; when the score drops below 40 (low wind, low solar, high fossil-fuel price exposure), discretionary loads are deferred. This replaces a manual review of ERCOT wind-generation forecasts and NOAA solar irradiance maps that previously required a specialist analyst and still produced a 12-hour lag in decision-making.

Forward outlook

Prediction

Horizon
Recommended use
How favorable are wind+solar resource conditions in the ERCOT region?
Methodology

How it's built

0.5*wind-availability + 0.5*solar-availability from 48h forecast

Open-Meteo

Version ADW-217-live-1.0 · validated to beat a naive baseline · benchmark: Proprietary lagged capacity factors; this is real-time physical resource

Live response

The object an agent receives

One call returns the answer with its reasoning attached — the live Intelligence Object for ADW-217.

GET /v1/intelligence/adw-217
{
  "product_id": "ADW-217",
  "entity": "US-ERCOT-Region",
  "score": 100,
  "trend": "rising",
  "confidence": 0.6,
  "top_drivers": [
    {
      "factor": "avg_wind_100m_ms",
      "contribution": 43.42
    },
    {
      "factor": "avg_shortwave_wm2",
      "contribution": 339.7
    },
    {
      "factor": "wind_vs_solar_mix",
      "contribution": 0
    }
  ],
  "methodology_version": "ADW-217-live-1.0",
  "freshness": "2026-06-26T21:00:17.431Z",
  "coverage": "ERCOT-region point (32N,99W); 48h wind+solar resource forecast",
  "source_lineage": [
    "api.open-meteo.com (keyless)"
  ],
  "allowed_use": "evaluation, commercial",
  "caveat": "Single representative point; multi-region composite planned.",
  "validation_status": "descriptive"
}
IOM schema

The agent-callable contract

Every product conforms to the Intelligence Object Model — typed, versioned, and discoverable.

  • product_id
  • entity
  • score
  • trend
  • confidence
  • top_drivers
  • prediction_horizon
  • recommended_use
  • methodology_version
  • freshness
  • coverage
  • source_lineage
  • allowed_use
MCP tool: adw.adw_217
Access options

Consume it your way

  • Dashboard

    Read the score + drivers in the console.

  • REST API

    /v1/intelligence/adw-217

  • MCP tool

    adw.adw_217

  • Marketplace

    Discoverable by any MCP agent via the MCP registry.

  • White-label

    Embed under your own brand (Platinum).

Plan requirement

Depth scales with the plan

  • Free Sample object — current score only
  • Gold Full drivers + history + confidence
  • Platinum White-label + bulk + SLA
Compare plans →

Call ADW-217 in one request.