Skip to content
Snippets Groups Projects
Commit c45ea110 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Took out phantom times.

parent 8d92f4cd
No related branches found
No related tags found
1 merge request!151readr for importRDB1
......@@ -295,6 +295,7 @@ readNWISmeas <- function (siteNumbers,startDate="",endDate="", tz=""){
data$measurement_dateTime <- data$measurement_dt
data$measurement_dt <- as.Date(data$measurement_dateTime)
data$measurement_tm <- strftime(data$measurement_dateTime, "%H:%M")
data$measurement_tm[is.na(data$tz_cd_reported)] <- ""
indexDT <- which("measurement_dt" == names(data))
indexTZ <- which("tz_cd" == names(data))
indexTM <- which("measurement_tm" == names(data))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment