Skip to content

mcsc-impact-climate/PepsiCo_NACFE_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Analysis of PepsiCo Data from the NACFE Trucking Pilot

This repo contains some code to extract the following operational parameters for PepsiCo's Tesla Semi pilot in California using data published here by NACFE from their 2023 Run On Less pilot:

  • Charging power
  • Extrapolated battery capacity
  • Extrapolated truck range
  • Energy consumed per mile
  • Charging time
  • Depth of discharge
  • Drive cycles

Download the NACFE Run on Less Data

mkdir tmp
wget https://runonless.com/wp-content/uploads/ROL23-Web-data.zip -O tmp/RoL_Data.zip
unzip tmp/RoL_Data.zip -d tmp/RoL_Data
mv tmp/RoL_Data/"ROL23 Web data"/*.csv data
rm -r tmp

Run the analysis

Download needed python packages

pip install -r requirements.txt 

Execute the analysis code

python source/AnalyzeData.py

Plots and tables produced by the analysis code should now be available in the tables and plots directories.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages