Ukgrid

The UK National Grid historical demand for electricity
Alternatives To Ukgrid
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Turbofan Federated Learning Poc73
a year ago7apache-2.0Jupyter Notebook
Proof of concept on a predictive maintenance use case using federated learning to continuously improve predictions of the remaining lifetime of aircraft gas turbine engines.
Hail Data45
9 years agomitJavaScript
hail data time series processing scripts
Ukgrid23
3 years agootherR
The UK National Grid historical demand for electricity
Projectalpha8
21 hours agomitC#
Visual Studio solution that provides a jump start to developing new products from the Grid Solutions Framework - Time-Series Library.
Stroom Visualisations Dev8
2 years ago22otherJavaScript
A set of D3 data visualisations for use in Stroom dashboards or other applications
Imaginary Grid7
2 days agomit
Imaginary series is a free theme / template for Blogger / blogspot blog
Time Series Analysis Nyc Taxi6
6 years agoJava
⏰ 📓 Time series analysis of new york taxi data
Timeseries_cnn_classification_using_grid_representation5
5 years agoPython
Grid representation and CNN classification for time-series
Crime Prediction4
4 years agogpl-3.0Jupyter Notebook
Radar.js4
6 years agoJavaScript
Highly customizable SVG Radar chart with animations.
Alternatives To Ukgrid
Select To Compare


Alternative Project Comparisons
Readme

UKgrid

lifecycle CRAN status License: MIT

An R data package with the UK National Grid historical demand for electricity between April 2005 and October 2019

Overview

The UKgrid dataset is an example of a multiple seasonality time series. This time series captures the demand for electricity and its components in the UK since April 2005 using half-hour intervals. In addition, the package provides a function to extract, subset and aggregate the series into tsibble, ts, xts, zoo, data.frame, data.table, or tbl.

The data was sourced from the National Grid UK website

Installation

Install the stable version from CRAN:

install.packages("UKgrid")

or install the development version from Github:

# install.packages("remotes")
remotes::install_github("RamiKrispin/UKgrid")

Usage

library(UKgrid)

# Load the full dataset (data.frame format)
data("UKgrid")

# Extract only the demand field (ND - National Demand) using tsibble format
extract_grid(type = "tsibble", 
             columns = "ND") 

# Extract the demand between 2016 and 2017 using tbl format
extract_grid(type = "tbl", 
             columns = "ND", 
             start = 2016, 
             end = 2017)

# Extract the first 10 days in 2018 and aggregate to hourly using zoo format
extract_grid(type = "zoo", 
             columns = "ND", 
             start = as.Date("2018-01-01"), 
             end = as.Date("2018-01-10"),
             aggregate = "hourly")

More details available on the package site and vignette

Popular Grid Projects
Popular Series Projects
Popular User Interface Components Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
R
Grid
Series