Skip to content

Repo supporting the Renewable Energy and the Smart Grid (GREEN Grid) project

License

Notifications You must be signed in to change notification settings

CfSOtago/GREENGrid

Repository files navigation

Renewable Energy and the Smart Grid (GREEN Grid)

Repo supporting a wide range of analysis for the NZ GREEN Grid project.

If you're looking for the NZ GREEN Grid Household electricity demand data which was collected and archived as part of this project then you need our data repo.

Repo structure

This repo follows the structure of an R package and can be built & run as such. You can do this in various ways:

  • manual build & install from github:
    • clone the repo from https://github.com/CfSOtago/GREENGrid
    • open the project file in RStudio and use the Build -> Install and Restart menu item. Be aware that it might fail if you do not have all the required packages. If so, install them from the RStudio packages tab.
  • automatic build & install from github:
    • install.packages("devtools") and then
    • devtools::install_github("CfSOtago/GREENGrid")

If you are using the household electricity demand data you may also need to install our data package using devtools::install_github("CfSOtago/GREENGridData").

Analysis

Various draft data anlaysis notebooks:

You also might be interested in other related projects:

Funding support

The development of the code in this repo has been supported by:

Terms of code re-use

Read the License file.

YMMV