2imi9's picture
Update README.md
798f4e9 verified
metadata
dataset_info:
  features:
    - name: date
      dtype: timestamp[ns]
    - name: plant_code
      dtype: int64
    - name: latitude
      dtype: string
    - name: longitude
      dtype: string
    - name: temp_avg_c
      dtype: float64
    - name: temp_max_c
      dtype: float64
    - name: temp_min_c
      dtype: float64
    - name: precip_mm
      dtype: float64
  splits:
    - name: train
      num_bytes: 2698080
      num_examples: 36500
  download_size: 993520
  dataset_size: 2698080
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

README for 2imi9/us-power-climate-data-climate

Daily Climate Data for U.S. Power Plants (NASA POWER, 2022–2023)

This dataset contains daily climate variables for a sample of 50 U.S. power plants, obtained from the NASA POWER API for the period 2022-01-01 through 2023-12-31.

Climate variables include daily average, maximum, and minimum temperature, as well as precipitation.

Contents

Each row represents a single plant-day combination (36,500 rows total).

Variables

Column Description
date Observation date (YYYY-MM-DD)
plant_code EIA plant identifier
latitude Plant latitude
longitude Plant longitude
temp_avg_c Daily average temperature (°C)
temp_max_c Daily maximum temperature (°C)
temp_min_c Daily minimum temperature (°C)
precip_mm Daily precipitation (mm)

Source

NASA Langley Research Center (LaRC). NASA POWER API – Daily renewable energy and meteorological data. https://power.larc.nasa.gov/

Processing Notes

  • Climate variables were downloaded using the NASA POWER daily point endpoint.
  • A random sample of 50 plants from the full registry was selected.
  • All timestamps were converted to UTC date format.
  • Missing or unavailable climate records were omitted.

Citation

If you use this dataset, please cite:

2imi9. Daily Climate Data for U.S. Power Plants (NASA POWER 2022–2023). Hugging Face Datasets. https://huggingface.co/datasets/2imi9/us-power-climate-data-climate