Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
spatialec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Anderson
spatialec
Commits
0ec18c9b
Commit
0ec18c9b
authored
7 years ago
by
Ben Anderson
Browse files
Options
Downloads
Patches
Plain Diff
added initial code to load & process grid spy data
parent
7e0f227e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
greenGrid/processGridSpyData.R
+14
-0
14 additions, 0 deletions
greenGrid/processGridSpyData.R
with
14 additions
and
0 deletions
greenGrid/processGridSpyData.R
0 → 100644
+
14
−
0
View file @
0ec18c9b
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment