Skip to content

dlemas/home-energy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Power Integration

This is a program to intergrate power consumption and solar power generation.

Key functions

  • sitepower()- total solar power for system b/w dates.

Overview

project
|
|- code/          # any programmatic code	
|
|- data/          # raw and processed and analysis data, are not changed once created
| |- analysis/    # analysis data derived from cleaned data
| |- processed/   # cleaned data derived from raw data
| |- raw/         # raw data
|                 
|- exploratory/   # exploratory data analysis for study
| |- notebook/    # preliminary analyses
| +- scratch/     # temporary files that can be safely deleted or lost
|
|- presentation/  # powerpoint related to project 	
    |
|- results        # all output from workflows and analyses
| |- tables/      # text version of tables to be rendered with kable in R
| |- figures/     # graphs, likely designated for manuscript figures
| +- pictures/    # diagrams, images, and other non-graph graphics
|
|- CONTRIBUTING   # instructions for how to contribute to this project
|- INSTRUCTIONS   # instructions for how to get started with with github
|- LICENSE        # the license for this project
|- README         # the top level description of content (this doc)

How to regenerate this repository

Dependencies and locations

  • R (v. 3.X.X) should be located in the user's PATH
  • R packages:
    • knitr
    • rmarkdown
  • etc

Running analysis

Please refer to our wiki for how to install and use RUMP

Bug reporting and feature requests

Please submit questions, bug reports and feature requests to the issue tracker on GitHub:

RUMP issue tracker

References

About

home energy monitoring dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages