Skip to content
Snippets Groups Projects
Commit 0ec18c9b authored by Ben Anderson's avatar Ben Anderson
Browse files

added initial code to load & process grid spy data

parent 7e0f227e
Branches
No related tags found
No related merge requests found
library(greenGridr)
fpath <- "/Volumes/hum-csafe/Research Projects/GREEN Grid/_RAW DATA/GridSpyData" # location of data
pattern <- "*at1.csv$" # filters only 1 min data
filesDT <- list1mGridSpyFiles(fpath, pattern)
# check
head(filesDT)
# save the files out
outPath <- "~/Data/NZGreenGrid/gridspy/consolidated/" # place to save them
process1mGridSpyFiles(filesDT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment