Skip to content

MAYHEM-Lab/ETA_Energy_Study2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETa and Energy Study 2020

Scripts

Energy and ETa data come as a group of daily (csv) files.

  • parsing_input_files.py flattens this data into a single file (hundreds of MiB).

  • eta_data_analysis.py prepares ETa data for visualization.

  • power_data_analysis.py prepares power data for visualization.

The last two files have utilities for indexing, parsing time, aggregating power usage or ETa values, selecting data based on crop type, location, or power usage type.

  • visualization.py combines Pandas data frames produced with the previous files and plots them.

Clustering

  • Methods for GMM, K-means (gmm_clustering.py), and extended K-means with Mahalanobis distance clustering (mahalanobis_kmeans.py).
  • Methods for parsing (filter_clusters.py) and visualizing (cluster_map_viz.py) the results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published