Open bpbond opened 5 years ago
History:
filter(valvemap, PHASE=="FIELD_MOIST_SATURATION", Site=="SR") -> sr
filter(rawdata, DATETIME >= "2016-12-12" & DATETIME < "2016-12-13", MPVPosition %in% c(3, 5, 10, 14, 15)) -> sr_raw
sr_raw <- mutate(sr_raw, DATETIME = with_tz(DATETIME, "America/Los_Angeles"))
qplot(DATETIME, MPVPosition, data=sr_raw)
ggsave("~/Desktop/SR_raw.png")
filter(newdata, PHASE=="FIELD_MOIST_SATURATION", Site=="SR") -> sr_new
unique(sr_new$sequence_valve)
unique(sr_new$SampleID)
Peyton:
Could you look at the day before/after to see if there are longer stretches of times recorded?
There's no Picarro data on 12/11 or 12/13. Just 12/12.
Do we want to change the spreadsheet to say measurements began 11:18 on 12/12?
Particularly troubling areas to double check script, data, time stamps, etc., per Peyton:
Relevant data from the
3Soils_CPCRW_SR_DWP_PicarroLog.xlsx
workbook:Raw data matching that day and valve numbers (America/Los_Angeles time):