2imi9/us-power-climate-data-plants
收藏Hugging Face2025-12-11 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/2imi9/us-power-climate-data-plants
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: plant_code
dtype: int64
- name: plant_name
dtype: string
- name: utility_name
dtype: string
- name: street_address
dtype: string
- name: city
dtype: string
- name: state
dtype: string
- name: zip
dtype: string
- name: county
dtype: string
- name: latitude
dtype: string
- name: longitude
dtype: string
- name: sector_name
dtype: string
- name: sector
dtype: int64
- name: balancing_authority_code
dtype: string
- name: balancing_authority_name
dtype: string
- name: total_capacity_mw
dtype: float64
- name: technologies
dtype: string
- name: primary_fuel
dtype: string
- name: prime_movers
dtype: string
splits:
- name: train
num_bytes: 3918671
num_examples: 15068
download_size: 1468055
dataset_size: 3918671
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# README for `2imi9/us-power-climate-data-plants`
# US Power Plant Registry (EIA-860, 2023)
This dataset contains a curated and cleaned registry of 15,068 U.S. electric power plants derived from the 2023 EIA Form 860.
It aggregates plant-level attributes and generator-level characteristics for use in energy analytics, climate impact studies, infrastructure planning, and machine-learning applications.
## Contents
Each record represents a single power plant.
### Variables
| Column | Description |
| ------------------------ | --------------------------------------------------------- |
| plant_code | Unique numeric identifier assigned by EIA |
| plant_name | Full plant name |
| utility_name | Utility or company that operates the plant |
| street_address | Physical address |
| city | City of plant |
| state | Two-letter state code |
| zip | Postal ZIP code |
| county | County |
| latitude | Latitude (WGS84) |
| longitude | Longitude (WGS84) |
| sector_name | Sector category (e.g., Electric Utility, IPP, Commercial) |
| sector | Numeric sector code from EIA |
| balancing_authority_code | Grid balancing authority code |
| balancing_authority_name | Balancing authority name |
| total_capacity_mw | Sum of nameplate capacity of all generators at the plant |
| technologies | Comma-separated list of generator technologies |
| primary_fuel | Dominant fuel type |
| prime_movers | Generator prime mover classes |
## Source
U.S. Energy Information Administration (EIA).
Form EIA-860 Annual Electric Generator Report (2023).
[https://www.eia.gov/electricity/data/eia860/](https://www.eia.gov/electricity/data/eia860/)
## Processing Notes
* Only plants with valid latitude and longitude are included.
* Generator data were aggregated at the plant level.
* Column names were standardized to lowercase with underscores.
## Citation
If you use this dataset, please cite:
2imi9. *US Power Plant Registry (EIA-860 2023)*. Hugging Face Datasets.
[https://huggingface.co/datasets/2imi9/us-power-climate-data-plants](https://huggingface.co/datasets/2imi9/us-power-climate-data-plants)
提供机构:
2imi9



