Re-run ellis full data
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
+ 11
− 14
@@ -27,7 +27,6 @@ output:
@@ -27,7 +27,6 @@ output:
@@ -64,7 +63,7 @@ We have some electricity substation feeder data that has been cleaned to give me
@@ -64,7 +63,7 @@ We have some electricity substation feeder data that has been cleaned to give me
There seem to be some NA kW values and a lot of missing time stamps. We want to select the 'best' (i.e most complete) days within a day-of-the-week/season/year sampling frame. If we can't do that we may have to resort to seasonal mean kW profiles by hour & day of the week...
Code used to generate this report: https://git.soton.ac.uk/ba1e12/spatialec/-/blob/master/isleOfWight/cleaningFeederData.Rmd
@@ -78,8 +77,7 @@ origDataDT <- drake::readd(origData) # readd the drake object
@@ -78,8 +77,7 @@ origDataDT <- drake::readd(origData) # readd the drake object
@@ -89,16 +87,19 @@ message("Original data nrows: ", tidyNum(nrow(origDataDT)))
@@ -89,16 +87,19 @@ message("Original data nrows: ", tidyNum(nrow(origDataDT)))
There were `r tidyNum(nrow(origDataDT) - nrow(uniqDataDT))` duplicates - that's `r round(pc,2)` % of the observations loaded.
@@ -321,23 +322,19 @@ ggplot2::ggplot(aggDT, aes(x = rDate, colour = season,
@@ -321,23 +322,19 @@ ggplot2::ggplot(aggDT, aes(x = rDate, colour = season,