ercot-hourly-demand-weather
收藏资源简介:
ERCOT每小时电力需求与人口加权天气数据集(2015年至2026年)是一个为德州电网负荷预测量身打造的模型就绪时间序列数据集。该数据集的核心特征是将ERCOT(德州电力可靠性委员会)平衡机构的小时级电力需求数据(兆瓦时)与德州四大都市区(达拉斯-沃斯堡、休斯顿、圣安东尼奥、奥斯汀)的人口加权温度数据进行了预先连接,并包含了丰富的衍生特征。数据集涵盖96,896个连续小时(从2015年7月1日到2026年7月20日),确保无缺失值,所有插补或初步数据均有明确标记。数据内容包括主要时间序列(如ERCOT每小时净需求和人口加权温度)、特征工程(如日历特征、节假日特征、度时/度日特征)以及数据来源标记。该数据集专为电力负荷预测任务设计,尤其适用于研究温度与电力需求之间的关系,并已进行标准化处理,以Parquet和CSV格式提供。
ERCOT Hourly Electricity Demand and Population-Weighted Weather Dataset (2015–2026) is a model-ready time series dataset tailored for Texas power grid load forecasting. The core of this dataset pre-joins hourly electricity demand data (in MWh) from ERCOT—the Electric Reliability Council of Texas, the Texas balancing authority—with population-weighted temperature data from Texas’ four primary metropolitan areas: Dallas-Fort Worth, Houston, San Antonio, and Austin, and incorporates a rich set of derived features. The dataset spans 96,896 consecutive hours from July 1, 2015 to July 20, 2026, guarantees no missing values, and all imputed or preliminary data are clearly annotated. Data content and structure are as follows: 1) Primary time series: ERCOT hourly net electricity demand (in MWh) and population-weighted temperature calculated using 2025 Census Bureau weights; 2) Feature engineering modules: Calendar features (based on local time, i.e., U.S. Central Time), holiday features (offering two semantic variants: statutory holiday dates and actual observed holiday dates, plus Texas-specific holidays), and degree-hour/degree-day features (calculated with a baseline of 65 °F); 3) Data source tagging: Explicitly marking the source of each demand data record (either EIA-930 data processed by Catalyst Cooperative PUDL or preliminary data sourced from the EIA API), as well as indicating whether weather data was missing or underwent imputation. This dataset is purpose-built for electricity load forecasting tasks, and is especially suited for researching the relationship between temperature and electricity demand, which displays a typical "U-shaped" curve. The data has been standardized, including strict UTC-based alignment to mitigate daylight saving time discrepancies, as well as linear imputation for short-duration weather data gaps (≤3 hours). The dataset is provided in Parquet (recommended) and CSV formats.
数据集概述
名称: ERCOT Hourly Electricity Demand + Population-Weighted Weather (2015 to 2026)
许可证: CC BY 4.0
语言: 英语
标签: 能源、时间序列、天气、电力、预测、德克萨斯
数据规模: 10K < n < 100K(共 96,896 小时记录)
数据集配置: 默认配置,数据文件位于 data/*.parquet
核心内容
该数据集是一个为德克萨斯电网负荷预测准备的模型就绪小时级时间序列,核心特点包括:
- 数据范围: 2015年7月1日至2026年7月20日,无缺失小时,所有插值或初步值均有明确标记。
- 关键变量: ERCOT平衡机构电力需求(MWh)与人口加权的大都市温度。
- 附加特征: 包含日历特征、节假日特征和度时特征(degree-hour features)。
关键方法论
- UTC标准时间连接: 需求数据和天气数据严格按照UTC时间连接,避免了夏令时问题,本地时间(America/Chicago)作为派生列提供。
- 人口加权天气:
- 基于四个大都市区(DFW、休斯顿、圣安东尼奥、奥斯汀)的ERA5再分析数据。
- 权重基于美国人口普查局2025年Vintage的CBSA人口估算(0.3886 / 0.3623 / 0.1289 / 0.1201)。
- 埃尔帕索(El Paso)因其属于WECC而非ERCOT而被排除。
- 数据来源可追溯:
- 主要数据来源为经Catalyst Cooperative的PUDL项目清理的EIA-930数据(异常已插值,并带有原因代码)。
- 最近约2个月的数据直接来自EIA API,标记为
demand_source="eia_api"(初步、未插值)。 - 天气数据缺口仅对不超过3小时的内部缺口进行线性插值,并标记。
- 附带
provenance.md文件,记录了确切的来源范围、获取时间戳和文件校验和。
- 模型效果评估: 提供的笔记本通过消融实验评估了天气特征的实际价值,结果显示在强需求滞后特征的基础上,加入实际天气特征可使测试MAPE平均降低约0.62个百分点。
数据来源
| 数据 | 来源 | 许可证 |
|---|---|---|
| 需求数据(主干) | EIA-930(通过Catalyst Cooperative PUDL) | 美国公共领域;PUDL处理过程为CC BY 4.0 |
| 需求数据(近期) | EIA Open Data API v2,electricity/rto/region-data,respondent ERCO |
美国公共领域 |
| 天气数据 | Open-Meteo Historical Weather API(ERA5再分析) | CC BY 4.0 |
| 人口权重 | 美国人口普查局CBSA估算,Vintage 2025 | 美国公共领域 |
数据集文件
ercot_demand_weather_hourly_v1.parquet:推荐格式,类型化、压缩,时区信息保留。ercot_demand_weather_hourly_v1.csv:通用格式,时间戳为ISO 8601并带偏移。
已知局限性
- 最近约2个月的需求数据为初步EIA数据(
demand_source="eia_api",未插值)。 - 天气数据尾部不完整且可能修订:ERA5发布延迟5至8天,因此最新行的天气数据可能为空(由
temp_is_missing标记),且最近2至3个月的数据为初步近实时ERA5(ERA5T),后续可能调整。 - ERA5为再分析模型估计值,非实际站点观测。
- 四个大都市区覆盖约三分之二的德克萨斯州人口,农村负荷权重偏低。ERCOT本身覆盖约90%的德克萨斯州负荷。
- 人口权重为静态值(Vintage 2025)。
- 基于该数据进行的回测使用的是实际天气数据,不应与ERCOT的当日预测MAPE(约2%)直接比较。
版本历史
- v1.1 (2026年7月):天气数据固定使用ERA5全历史版本,数据刷新至构建日期;新增两种节假日语义;模式扩展至29列;增加了发布加固措施(PUDL到EIA接缝门、需求与天气新鲜度门、构建来源说明等);基线笔记本改为衡量天气连接带来的边际价值。
- v1 (2026年7月16日):初始公开发布。
许可证与归属
该数据集以CC BY 4.0许可证发布。
- EIA-930需求数据: 美国能源信息管理局,EIA-930表格/小时级电网监控(美国公共领域)。
- PUDL: Catalyst Cooperative的公共数据解放项目(PUDL),PUDL数据及文档以CC-BY-4.0发布。
- 天气数据: 来自Open-Meteo.com(CC BY 4.0)。ERA5: Hersbach et al. (2023), ECMWF, doi:10.24381/cds.adbb2d47。
- 人口估算: 美国人口普查局(美国公共领域)。
维护方: Arimancy (Arimancy LLC)。数据页面:https://arimancy.com/datasets/ercot-hourly-demand-weather。亦可在Kaggle和Hugging Face获取。




