Skip to content

tamu-edu/Houston-EV-Load-Profiling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Driven Estimation of Residential EV Charging Loads: Houston, TX

Overview

This repository provides realistic residential electric vehicle (EV) charging load data for the Houston, Texas area. It includes both the original dataset used for generating synthetic data and the resulting synthetic charging load data.

Features

Training Dataset

Sampled Electric Vecicle Data (SampledVehicle.xlsx)

  • vehicle_id: An anonymized identifier for each vehicle.
  • vehicle_type: Classification of the vehicle (e.g., Passenger Car, Bus, Multipurpose Vehicle).
  • electrification_level: Specifies whether the vehicle is a BEV (Battery Electric Vehicle) or PHEV (Plug-in Hybrid Electric Vehicle).
  • state: Indicates the vehicle's registered state (e.g., Texas).
  • Datasource: EVWatts Public Database

Sampled Electric Vehicle Charging Sessions Data (VehicleChargingSessions.xlsx)

  • id: Unique identifier for each charging session.
  • vehicle_id: Anonymized identifier linking to the vehicle data.
  • start_datetime: Start time of the charging session, formatted as MM/DD/YY hh:mm.
  • stop_datetime: End time of the charging session, formatted as MM/DD/YY hh:mm.
  • Datasource: EVWatts Public Database

Houston EV Registration Data (HoustonEVCount.xlsx)

  • Provides detailed EV registration data for Houston, Texas.
  • zipcode: The ZIP code associated with each registration.
  • carname: The name or model of the registered vehicle.
  • evcount: The number of EVs registered within each ZIP code.
  • Datasource: Texas Department of Transportation (TXDoT)

Registered EV's Battery Spec Data (BatterySizeData.xlsx)

  • Provides detailed battery specs of registrated EV data for Houston, Texas.
  • carname: The name or model of the registered vehicle.
  • batterysize: Battery capacity of each EV (in kWh).
  • Datasource: Official manufacturer websites.

Synthetic Residential EV Charging Load Data (ChargingProfilesZipcode.xlsx)

  • Synthetic data contains 10-minute interval residential EV charging loads for all ZIP codes in Houston, Texas.

  • Data Generation:

    • Based on the charging curves derived from the training dataset.
    • Combined with Houston EV registration data and battery specifications for each EV.
  • Assumptions:

    • Each household is equipped with a Level 2 home charger rated at 7 kW.
  • Representative Charging Patterns for Houston, Texas (Probability)
    Representative Charging Patterns

  • Charging Load Distribution during Peak Hours in Houston, Texas Charging Load Distribution

  • Daily EV charging Load Curve by ZIP Code (Sample) Charging Load ZIP Code

  • Daily EV charging Load Curve for Entire Houston Charging Load entire Houston

Support Team

This project is a collaboration of our group members under the supervision of Prof. Le Xie, Gordon McKay Professor of Electrical Engineering at Harvard John A. Paulson School of Engineering and Applied Sciences (SEAS). The support team keeps processing, correcting and updating the data. The team will also conduct further research analysis and share the latest progress in this repository.

image

Contact Us

Please contact us if you need further technical support or search for cooperation. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Email contact: Dongjoo Kim, Le Xie

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%